Comment on Can’t log into my Nextcloud
9488fcea02a9@sh.itjust.works 1 year ago
What is the error you get when you try to connect from another device? If not a webserver error, then maybe a firewall issue. Docker might do weird things to your firewall rules when you first install
PerogiBoi@lemmy.ca 1 year ago
I’ve had Docker running a Nextcloud container successfully without issues twice before but you were exactly right.
Docker for some reason unchecked “private connections” in firewall settings. Re-checking it fixed everything and my sanity is back.
9488fcea02a9@sh.itjust.works 1 year ago
I stopped using docker because of this terrible behaviour…
How can anyone design a container that silently rewrites the firewall rules on the host??? Makes no sense
Podman manages to work without doing this
PerogiBoi@lemmy.ca 1 year ago
Ya checking windows firewall was the very last thing I had on my bingo list. It just didn’t logically make sense to me that it would work two other times without issue but the third time, my firewall settings quietly change 😆
I’ll look into podman and see if I’m smart enough to use it properly.