App Proxy: How to configure "localhost:port" from my macOS device to Cloudron
-
I'm not sure if I'm understanding correctly, but I used to use something like this in "Nginx Proxy Manager" before I discovered that Cloudron would do the same job without double the footprint:
proxy_hide_header Upgrade; proxy_hide_header X-Powered-By; add_header Content-Security-Policy "upgrade-insecure-requests"; add_header X-Frame-Options "SAMEORIGIN"; add_header X-XSS-Protection "1; mode=block" always; add_header X-Content-Type-Options "nosniff" always; add_header Cache-Control "no-transform" always; add_header Referrer-Policy no-referrer always; add_header X-Robots-Tag none;These days Cloudron app proxy works 99% of the time out of the box (no added security or fiddling) with added bonus of being hidden behind Cloudflare IP protection, but occassionally it does not.
As of late, I've been having great difficulty figuring out how to pass "localhost:port" from my macOS device to Cloudron hosted on my NAS at a separate IP address without triggering browser security that ends up breaking whatever I'm trying to view through the reverse proxy. The code above did not work in Cloudron nor help with this issue.
-
I forked this into a separate thread.
Think we need some more context. Are you saying using localhost:port of your MacOS device does not work with the app proxy anymore? In the recent releases, an app proxy related change that happened is that we set the
Hostheader to the initial request endpoint. Would your set up be affected by this change by any chance? Related issue in NPM - https://github.com/NginxProxyManager/nginx-proxy-manager/issues/127
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login