This seems too straightforward, what’s the catch?
Like how secure is it? Should I be turning it off (and disabling the port forwarding) when not using it?
Do I need any additional security? Mainly just want to use it for Jellyfin
Thanks
This seems too straightforward, what’s the catch?
Like how secure is it? Should I be turning it off (and disabling the port forwarding) when not using it?
Do I need any additional security? Mainly just want to use it for Jellyfin
Thanks
Something I encountered last week.
http:\\
or port:80
in the address. Otherwise caddy will listen by default for only https.It was no biggie, that forum post is literally the second google result for
auto_https
and does good job, but you asked and I have it fresh in memory…Thanks, that’s helpful. Yeah the docs for
auto_https
should explain up-front that this only affects the feature called “Automatic HTTPS” and does not change the default port/procotol of Caddy, which is always HTTPS unless otherwise specified (i.e. by usinghttp://
as a site address prefix, or:80
as a suffix).