docker nineboard
This commit is contained in:
@ -7,6 +7,11 @@ ProxyPassReverse /wssninegate ws://0.0.0.0:9000/wssninegate retry=0
|
||||
ProxyPass /nextcloud http://0.0.0.0:9001 retry=0 keepalive=On
|
||||
ProxyPassReverse /nextcloud http://0.0.0.0:9001 retry=0
|
||||
|
||||
ProxyPass /nineboard http://0.0.0.0:9002/nineboard retry=0 keepalive=On
|
||||
ProxyPassReverse /nineboard http://0.0.0.0:9002/nineboard retry=0
|
||||
ProxyPass /wssnineboard ws://0.0.0.0:9002/wssnineboard retry=0 keepalive=On
|
||||
ProxyPassReverse /wssnineboard ws://0.0.0.0:9002/wssnineboard retry=0
|
||||
|
||||
ProxyPass /adminer http://0.0.0.0:9100 retry=0 keepalive=On
|
||||
ProxyPassReverse /adminer http://0.0.0.0:9100 retry=0
|
||||
|
||||
|
18
tmpl/envole-nineboard.env
Normal file
18
tmpl/envole-nineboard.env
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
#-- LOCAL ---------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
APP_WEBURL=${WEB_URL}
|
||||
APP_SECRET=%%getVar("nineboard_secret","changeme")
|
||||
APP_ALIAS=nineboard/
|
||||
|
||||
%if %%getVar("activer_ninegate", "non") == "oui"
|
||||
APP_MASTERIDENTITY=NINEGATE
|
||||
APP_MASTERKEY=%%getVar("ninegate_secret","")
|
||||
%else
|
||||
%if %%getVar("activer_openldap", "non") == "oui"
|
||||
APP_MASTERIDENTITY=LDAP
|
||||
%end if
|
||||
%end if
|
||||
|
||||
LDAP_MODEL=${LDAP_TEMPLATE}
|
||||
|
@ -2,6 +2,7 @@
|
||||
#-- LOCAL ---------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
ALIAS=ninegate/
|
||||
APP_SECRET=%%getVar("ninegate_secret","changeme")
|
||||
FORCE_THEME=%%getBool(%%getVar("ninegate_forcetheme", "non"))
|
||||
FORCE_THEMENAME=%%getVar("ninegate_forcethemename", "")
|
||||
|
||||
|
@ -59,6 +59,11 @@ CAS_PASSWORD=%%getVar("keycload_userpassword", "")
|
||||
NINEGATE_ACTIVATE=%%getBool(%%getVar("activer_ninegate", "non"))
|
||||
NINEGATE_URL=/ninegate
|
||||
|
||||
# NINEBOARD
|
||||
NINEBOARD_ACTIVATE=%%getBool(%%getVar("activer_nineboard", "non"))
|
||||
NINEBOARD_LOCAL=%%getBool(%%getVar("nineboard_local", "non"))
|
||||
NINEBOARD_URL=%%getVar("nineboard_url", "/nineboard")
|
||||
|
||||
# NEXTCLOUD
|
||||
NEXTCLOUD_ACTIVATE=%%getBool(%%getVar("activer_nextcloud", "non"))
|
||||
NEXTCLOUD_LOCAL=%%getBool(%%getVar("nextcloud_local", "non"))
|
||||
|
Reference in New Issue
Block a user