2023-10-15, 04:13 PM
Disclaimer: I've never used caddy and use nginx as my reverse proxy.
I'm not sure if I'm misunderstanding or what, but I don't see any reference to port 2019 in caddy documentation, or the linked forum tutorial. As far as I'm aware, it's not needed at all. You configure caddy via the cli and it does it's thing, I don't know what another port would be required for. The only reference I see to it is on this page, where it talks about uploading a new config: https://caddyserver.com/docs/quick-starts/caddyfile
> curl localhost:2019/load \
-H "Content-Type: text/caddyfile" \
--data-binary @Caddyfile
Which seems to indicate that this is an admin endpoint for non docker installs, in which case I would strongly suggest you do not ever open that port to the world.
If you're positive that the docs are incorrect, you can submit a change request yourself via git here: https://github.com/jellyfin/jellyfin.org...g/caddy.md
However, given that the developer of caddy has contributed to those docs and made no mention of it, I'm skeptical that it's actually required.
I'm not sure if I'm misunderstanding or what, but I don't see any reference to port 2019 in caddy documentation, or the linked forum tutorial. As far as I'm aware, it's not needed at all. You configure caddy via the cli and it does it's thing, I don't know what another port would be required for. The only reference I see to it is on this page, where it talks about uploading a new config: https://caddyserver.com/docs/quick-starts/caddyfile
> curl localhost:2019/load \
-H "Content-Type: text/caddyfile" \
--data-binary @Caddyfile
Which seems to indicate that this is an admin endpoint for non docker installs, in which case I would strongly suggest you do not ever open that port to the world.
If you're positive that the docs are incorrect, you can submit a change request yourself via git here: https://github.com/jellyfin/jellyfin.org...g/caddy.md
However, given that the developer of caddy has contributed to those docs and made no mention of it, I'm skeptical that it's actually required.