svg
This commit is contained in:
@ -4,3 +4,4 @@
|
||||
ALIAS=ninegate/
|
||||
FORCE_THEME=%%getBool(%%getVar("ninegate_forcetheme", "non"))
|
||||
FORCE_THEMENAME=%%getVar("ninegate_forcethemename", "")
|
||||
|
||||
|
@ -67,7 +67,7 @@ NEXTCLOUD_URL=%%getVar("nextcloud_url", "/nextcloud")
|
||||
# ADMINER
|
||||
ADMINER_ACTIVATE=%%getBool(%%getVar("activer_adminer", "non"))
|
||||
ADMINER_LOCAL=1
|
||||
ADMINER_URL=/adminer/?server=${MARIADB_SERVICE_NAME}&username=${MARIADB_USER}
|
||||
ADMINER_URL="${PROTOCOLE}://${WEB_URL}/adminer/?server=${MARIADB_SERVICE_NAME}&username=${MARIADB_USER}"
|
||||
|
||||
# PHPLDAPADMIN
|
||||
PHPLDAPADMIN_ACTIVATE=%%getBool(%%getVar("activer_phpldapadmin", "non"))
|
||||
|
Reference in New Issue
Block a user