docker nineboard

This commit is contained in:
2023-11-17 17:17:51 +01:00
parent d9556193dd
commit 2270317594
3 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@ APP_ALIAS=nineboard/
%if %%getVar("activer_ninegate", "non") == "oui"
APP_MASTERIDENTITY=NINEGATE
APP_MASTERURL=/ninegate
APP_MASTERKEY=%%getVar("ninegate_secret","")
%else
%if %%getVar("activer_openldap", "non") == "oui"

View File

@ -2,6 +2,7 @@
#-- LOCAL ---------------------------------------------------------------------------------------------------------------------------------
ALIAS=ninegate/
WEBURL=${WEB_URL}
APP_SECRET=%%getVar("ninegate_secret","changeme")
FORCE_THEME=%%getBool(%%getVar("ninegate_forcetheme", "non"))
FORCE_THEMENAME=%%getVar("ninegate_forcethemename", "")