File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 99 - "traefik.http.routers.name-ui.entrypoints=https"
1010 - "traefik.http.routers.name-ui.tls=true"
1111 - "traefik.http.routers.name-ui.tls.certresolver=le"
12+ - "traefik.http.routers.name-ui.service=yrtree-ui"
13+ - "traefik.http.services.name-ui.loadBalancer.server.port=443"
14+ - "traefik.http.services.name-ui.loadbalancer.server.scheme=https"
1215 - "traefik.http.routers.name-ui.middlewares=name-head,default@file"
1316 - "traefik.http.middlewares.name-head.headers.customrequestheaders.X-Forwarded-Proto=https"
1417 - "traefik.http.middlewares.name-head.headers.customResponseHeaders.X-Robots-Tag=none"
@@ -19,6 +22,9 @@ labels:
1922```
2023Start your Docker Compose and navigate to your "persistent storage" and
2124change the .env search for FORCE_HTTPS=false (line 85) and set this to "true"
25+ For this to work, the following must be set in the Traefik Config (static config)
26+ serversTransport:
27+ insecureSkipVerify: true
2228
2329## Nginx
2430Make sure to use HTTPS to access your container to avoid mixed content errors
@@ -54,4 +60,4 @@ server {
5460 add_header 'Content-Security-Policy' 'upgrade-insecure-requests';
5561 }
5662}
57- ```
63+ ```
You can’t perform that action at this time.
0 commit comments