November 13, 2025Nov 13 I have a swag container setup following SpaceInvaderOne's guide with my own domain name from squarespace, with a static ip provided by duckdns. Swag/letsencrypt is able to issue the certificate ("Server ready" in the log), but I get a 403 Forbidden error when trying to access my Overseerr site. Also Let'sdebug gives me a 401 Unauthorized error. https://letsdebug.net/overseerr.lucynet.org/2621043
November 13, 2025Nov 13 Author Solution Figured this out - I had uncommented the lines below when messing around in the overseerr .conf file earlier. Recommenting them fixed the issue. location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd;
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.