I am running airsonic in a Docker container with URL base set as airsonic.
CADDYFILE
- Internal access to localhost only works when "without /airsonic" is used
https://mydomain.net/ http://localhost/ {
proxy / 192.168.1.103:4040/airsonic { # https://github.com/airsonic/airsonic
transparent
without /airsonic
}
}
https://mydomain.net gets redirected to http//mydomain.net after I provide valid user name and password. Seems like Airsoni is redirecting HTTPS traffic to HTTP which is not configured in Caddy or allwed through the firewall.
Hoping I am missing something simple.
Airsonic log file
airsonic.log
I am running airsonic in a Docker container with URL base set as airsonic.
CADDYFILE
https://mydomain.net gets redirected to http//mydomain.net after I provide valid user name and password. Seems like Airsoni is redirecting HTTPS traffic to HTTP which is not configured in Caddy or allwed through the firewall.
Hoping I am missing something simple.
Airsonic log file
airsonic.log