From 1cd68d3b6233b1af2a3f42e4562cd282fd0baa36 Mon Sep 17 00:00:00 2001 From: ace Date: Mon, 1 Apr 2024 02:00:30 +0300 Subject: [PATCH] fix admin user template --- templates/admin.json.j2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/admin.json.j2 diff --git a/templates/admin.json.j2 b/templates/admin.json.j2 new file mode 100644 index 0000000..1e2fe8e --- /dev/null +++ b/templates/admin.json.j2 @@ -0,0 +1,5 @@ +{ + "username": "{{ wireguard_ui_combined_env['WGUI_USERNAME'] }}", + "password": "{{ wireguard_ui_combined_env['WGUI_PASSWORD'] }}", + "admin": true +}