This commit is contained in:
Jackson Delahunt 2019-02-28 22:28:26 +11:00
parent 08b28b30d9
commit 37e10fa311
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ echo DESKTOP_ENVIRONMENT_USER_HOME=$DESKTOP_ENVIRONMENT_USER_HOME
echo DESKTOP_ENVIRONMENT_USER_ID=1000
# Desktop environment cloudflare configuration
echo DESKTOP_ENVIRONMENT_CLOUDFLARE_DOMAIN=cloud.jacksondelahunt.com
echo DESKTOP_ENVIRONMENT_CLOUDFLARE_DOMAIN=jacksondelahunt.com
echo DESKTOP_ENVIRONMENT_CLOUDFLARE_EMAIL=jackson@jacksondelahunt.com
# Desktop environment docker configuration

View file

@ -11,7 +11,7 @@ docker exec \
traefik \
--accessLog.filePath=/var/log/traefik-http.log \
--accessLog.format=json \
--acme.domains=$DESKTOP_ENVIRONMENT_CLOUDFLARE_DOMAIN \
--acme.domains=*.$DESKTOP_ENVIRONMENT_CLOUDFLARE_DOMAIN \
--acme.email=$DESKTOP_ENVIRONMENT_CLOUDFLARE_EMAIL \
--acme.entrypoint=https \
--acme.httpchallenge \

View file

@ -20,7 +20,7 @@ docker run \
--label traefik.backend=$XPRA_SERVER_CONTAINER \
--label traefik.enable=true \
--label traefik.frontend.entryPoints=https \
--label traefik.frontend.rule=Host:$DESKTOP_ENVIRONMENT_CLOUDFLARE_DOMAIN \
--label traefik.frontend.rule=Host:cloud.$DESKTOP_ENVIRONMENT_CLOUDFLARE_DOMAIN \
--label traefik.port=$XPRA_WEB_PORT \
--name $XPRA_SERVER_CONTAINER \
--network $DESKTOP_ENVIRONMENT_DOCKER_NETWORK \