OwnCloud and NGinx = untrusted domain = sadface

fiddlestix@lemmy.world to Selfhosted@lemmy.world – 14 points –

I'm running OwnCloud in Docker and have setup NGinx as a reverse proxy. This works perfectly for all my other services, but OwnCloud keeps throwing the untrusted domain error. I've edited the config.php file to add my exampledemain.com but no dice. Does anybody know what I need to do?

22

You are viewing a single comment

If you’re hosting via docker, I highly recommend deploying a Traefik container as it is a phenomenal reverse proxy to pair with containerized hosting

Thanks for the rec. I've got all my stuff running through NPM and am loath to change it just for this one (annoying) thing!

What are the advantages over Nginx Proxy Manager?