[AAE-8201] - Add a way to hide libraries and secondary navbar sections (#2492)

* [AAE-8201] - Add a way to hide libraries and secondary navbar sections

* Add new variable

* Rename variable for toggling content service sections

* Fix lint errors

* Remove unnecessary or condition
This commit is contained in:
arditdomi
2022-04-06 14:20:10 +01:00
committed by GitHub
parent 9f0f4cc61f
commit bacd9e5c10
11 changed files with 137 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ ENV APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI="{protocol}//{hostname}{:port}/
ENV APP_CONFIG_OAUTH2_REDIRECT_LOGIN="/"
ENV APP_CONFIG_OAUTH2_REDIRECT_LOGOUT="/"
ENV APP_CONFIG_PLUGIN_AOS=true
ENV APP_CONFIG_CONTENT_SERVICE=true
COPY docker/default.conf.template /etc/nginx/templates/
COPY docker/docker-entrypoint.d/* /docker-entrypoint.d/