mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
Introduce new SERVER_PATH variable. Create Readme.md for docker information (#1254)
This commit is contained in:
20
docker/Readme.md
Normal file
20
docker/Readme.md
Normal 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 `/`
|
Reference in New Issue
Block a user