Introduce new SERVER_PATH variable. Create Readme.md for docker information (#1254)

This commit is contained in:
Martin Muller
2019-11-22 11:11:39 +01:00
committed by GitHub
parent 4175471c01
commit 236d80106d
3 changed files with 30 additions and 2 deletions

20
docker/Readme.md Normal file
View File

@@ -0,0 +1,20 @@
# ACA Docker Image
Docker images are released to [docker hub](https://hub.docker.com/r/alfresco/alfresco-content-app)
## Environment Variables
OAUTH2:
- APP_CONFIG_AUTH_TYPE: ...
- APP_CONFIG_OAUTH2_HOST: ...
- APP_CONFIG_OAUTH2_CLIENTID: ...
- APP_CONFIG_OAUTH2_REDIRECT_LOGIN: ...
- APP_CONFIG_OAUTH2_REDIRECT_LOGOUT: ...
- APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI: ...
APP Misc:
- BASE_PATH: ...
- APP_BASE_SHARE_URL: ...
- SERVER_PATH: Server path (usefull if behind a reverse proxy). E.g.: `/content-app` . Defaults to `/`