robflate

Results 41 comments of robflate

Haven't checked on this in a while but Traefik used to throw errors and quietly fail when adding those headers to Ombi. Not as secure but you could bypass; ```...

https://www.smarthomebeginner.com/traefik-docker-security-best-practices/#9_Use_a_Docker_Socket_Proxy

- What is the Environment Variable `BASE_URL`? I can't see it in the official LSIO docs https://docs.linuxserver.io/images/docker-healthchecks. - Does the `SUPERUSER_PASSWORD` Environment Variable need prepending with `FILE__` if it uses...

Did you resolve this issue? I have it too.

anyone found a solution to this?

> 1. Because they need to be read at runtime, I don't think there's a way. Thanks. My current setup is a single compose file using `depends_on` in 4 containers...

https://github.com/evan-buss/openbooks/issues/60

@verdin Do you mind sharing your docker compose? I'm using Traefik with forward auth too and am able to access the wg-access-server webui and generate tunnels but when connecting to...

Is there any way to set the `API_HOSTNAME` to a subpath of `APPLICATION_HOSTNAME` so they are the same origin and therefore avoid any CORS issues? ``` APPLICATION_HOSTNAME=baserow.example.com API_HOSTNAME=baserow.example.com/api ``` This...

Apologies for adding to a closed issue but can anyone provide an example of using a HOOK to stop a docker container, run the backup then start the container back...