this post was submitted on 15 Jul 2023
6 points (75.0% liked)

Selfhosted

60451 readers
679 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

So, I think I ironed out a lot of things to get my selfhosted setup running, but it seems that Nginx Proxy Manager is causing me troubles. When I restart my server, the container with NPM restarts as expected but I can't log into the web ui (the website comes up, but when I try to log in nothing happens) and it also doesn't provide the expected proxy functionalities. I'm not sure what happens - any advice would be welcome. right now my only workaround is to delete the container and make it from scratch, but this also means making all proxy hosts + certificates from scratch as well ...

you are viewing a single comment's thread
view the rest of the comments
[โ€“] NettoHikari@social.fossware.space 2 points 3 years ago (1 children)

Did you look at the logs? If you're running through docker compose, that'd be docker compose logs --follow container-name.

[โ€“] Derkis@rammy.site 2 points 3 years ago

I'd add that it might be worth checking out the JavaScript console as well (F12 > console in most browsers), in case the problem is with the login page