Challenges getting reverse proxy working with homebox
Challenges getting reverse proxy working with homebox
Question for folks and a note. I'm struggling with a similar issue as the one below for a couple of services so this may not just be a homebox item but rather a PEBKAC issue.
I've got NGINX proxy manager set up and directing to homebox. I'm using the sub-domain 'homebox.mydomain.tld' and have SSL certificates etc already configured for all sub domains. Homebox is configured to be accessed on port 3100 and is installed on a docker.
My docker containers are managed by portainer and so I've set the environment to access any of my containers via 'http://portainer.mydomain.tld/:
<port>
'. That works like a charm any time I go directly to that link. I then have configured 'homebox.mydomain.tld' to point to 'http://portainer.mydomain.tld:3100/' . It uses my SSL certificate but does not force ssl. I've also enabled websockets support. This however doesn't work and the access hangs.The reason I'm posting here to ask if I may have missed a configuration on homebox that is necessary is that other containers such as Photprism and Jellyfin which I use the same structure for work with no trouble. Anyone have some ideas you could share? Even if its an RTFM and you can point me to a good manual I'd be happy with the help.