Slavi Pantaleev

Results 202 comments of Slavi Pantaleev

The bug is not in the documentation, but in `setup.yml`. The `install-*` tags should have been added there. It's fixed now. Thanks for reporting it and finding the problem!

That's why you should leave Traefik in place in local-only mode. It will reverse-proxy to the correct container. You only need to bother with reverse-proxying to Traefik itself and can...

I'm not sure I follow. What is your configuration like?

People hitting this problem are liking not having their other reverse-proxy set the appropriate `Host` header, so Traefik cannot route the request correctly and ultimately returns "404 not found". Our...

Due to us switching to Traefik, this is becoming more and more feasible. Still, various services do not have their systemd service name and container name configurable yet (using `*_identifier`...

Since systemd is a hard requirement for us, we just log to systemd-journald and disable all file logging so we don't do double logging. As far as I know, we...

We use systemd for starting Docker containers. Since systemd also does logging, having Docker also do it means we'd logging twice. Furthermore, Docker log files tend to grow a lot...

Are you previous adding `server` blocks into a `server` block? I'm any case, it's better to add container labels to your Jellyfin container and let Traefik handle things instead of...

Definitely. We have the following bugs open: - https://github.com/zeratax/matrix-registration/issues/73 - https://github.com/zeratax/matrix-registration/issues/72 Until they're fixed (and we likely do other migration changes), we can't merge it. It seems like the project...