paste config here, replacing this text
DO NOT REDACT anything except credentials
3. The problem I’m having:
at the moment jellyfin and caddyv2 are hosted on the same win10 box you access jellyfin through https, all good, i’d like caddyv2 to be able to secure (https) gotify requests to a docker container running gotify but when i try to access https://mysite.com:8070 it doesn’t work - (ports are forwarded to the win10 box)
You can’t reverse-proxy to two different services without telling Caddy how to decide which requests go to which service. With that config, only one of them will work, and only on port 443.
You’ll need to either use a subdomain for each service, or use a path matcher to serve each service under their own paths.
For example, here’s a config to use separate subdomains for each service (recommended):
Redirects can be issued via the redir directive. There’s a few examples on usage at the bottom of the page, but it’s pretty straightforward - sounds like you just want to redirect from / to /airsonic/login.