-
Security aside, I'm able to do it but still trying to figure out how these variables should be set if accessing it from the outside via a reverse proxy: CRONICLE_server_comm_use_hostnames I assume the first two need to be true, not sure about the base URL, should it simply be i.e. https://cronicle.domain.tld since the reverse proxy provides the SSL certificate and redirects to port 3012 of cronicle? That seemed to work at first, but I couldn't get cronicle to properly connect via websocket for live job viewing. I'm using traefik as reverse proxy, happy to show you my docker-compose.yml so far, open for any tips. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I got it working behind traefik as reverse proxy with this docker-compose.yml
|
Beta Was this translation helpful? Give feedback.
I got it working behind traefik as reverse proxy with this docker-compose.yml