HackitZ(42) — Today at 3:01 AM
subdomain would look like > http://heimdall.server.com/ > where subfolder would look like > http://server.com/heimdall> . the reverse proxy if using swag is located appdata/swag/nginx/proxy-confs in this folder are all the proxy confs for the apps. this is what mine looks like (/srv/dev-disk-by-uuid-c02f9840-5c78-47e3-9277-345213d858b3/appdata/swag:/config)
Blue_Yoshi2015 — Today at 4:47 PM @HackitZ(42) Has it right. You just need to configure SWAG by changing the proxy-conf file for Heimdall. Be sure to use the subfolder one for server.com/heimdall, rather than the subdomain one heimdall.server.com
hemertje — Yesterday at 4:58 PM
What to change in the proxy-conf file for Heimdall.?
Blue_Yoshi2015 — Today at 2:49 AM
So there is a trick to Heimdall specifically. If you are using any authentication, which you should, set that in the heimdall conf file. But you have to make a change to the default file as well. @hemertje in the site-confs folder. I think it’s lines 37 and 50 that need to be commented out, as well as any lines between that contain code. @hemertje There’s actually a sample in that file starting on line 126. You’ll just have to configure it for whatever authentication you are using. But is there a reason you want to use heimdall in a subfolder in the first place?
Blue_Yoshi2015 — Today at 1:59 PM
I’m not sure. I would highly recommend a reverse proxy for web apps like sonarr, radarr, etc. It isn’t exactly secure to host them without.