You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,10 @@ requested (this is a multi-value alternative to DOMAINNAME)
19
19
*`MANAGER_HOST` - Hostname of OpenRemote Manager (default: `manager`)
20
20
*`MANAGER_WEB_PORT` - Web server port of OpenRemote Manager (default `8080`)
21
21
*`MANAGER_MQTT_PORT` - MQTT broker port of OpenRemote Manager (default `1883`)
22
+
*`MANAGER_PATH_PREFIX` - The path prefix used for OpenRemote Manager HTTP requests (default not set, example: `/openremote`)
22
23
*`KEYCLOAK_HOST` - Hostname of the Keycloak server (default: `keycloak`)
23
24
*`KEYCLOAK_PORT` - Web server port of Keycloak server (default `8080`)
25
+
*`KEYCLOAK_PATH_PREFIX` - The path prefix used for Keycloak HTTP requests (default not set, example: `/keycloak`)
24
26
*`LOGFILE` - Location of log file for entrypoint script to write to in addition to stdout (default `none`)
25
27
*`AWS_ROUTE53_ROLE` - AWS Route53 Role ARN to be assumed when trying to generate wildcard certificates using Route53 DNS zone, specifically for cross account updates (default `none`)
26
28
*`LE_EXTRA_ARGS` - Can be used to add additional arguments to the certbot command (default `none`)
0 commit comments