docker nineboard

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

View File

@ -11,6 +11,9 @@ WIDPHPLDAPADMIN_URL=${PHPLDAPADMIN_URL}
ACTIVATE_WIDNEXTCLOUD=${NEXTCLOUD_ACTIVATE} ACTIVATE_WIDNEXTCLOUD=${NEXTCLOUD_ACTIVATE}
WIDNEXTCLOUD_URL=${NEXTCLOUD_URL} WIDNEXTCLOUD_URL=${NEXTCLOUD_URL}
ACTIVATE_WIDNINEBOARD=${NINEBOARD_ACTIVATE}
WIDNINEBOARD_URL=${NINEBOARD_URL}
ACTIVATE_WIDGENCONFIG=${GENCONFIG_ACTIVATE} ACTIVATE_WIDGENCONFIG=${GENCONFIG_ACTIVATE}
WIDGENCONFIG_URL=${GENCONFIG_URL} WIDGENCONFIG_URL=${GENCONFIG_URL}

View File

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

View File

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