Tbh, to troubleshoot this rather elaborate problem (many things changed) we need more info. Besides, there is a NC community on lemmy and a NC community I think on help.nexctloud.com which should have pretty easy answers. I‘ve been asking questions there a lot and they’re experts.
Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Oh good advice! I’ll subscribe to the Nextcloud community. Didn’t cross my mind that it would exist haha.
Always happy to help!
Stupid question, but you're entering the servers_ipaddress:8070
When trying to access from a computer other than the server, Correct?
Ya I was trying to access http://192.168.2.x.
I had been troubleshooting for hours only for my wife to stroll by and be all “did you check Windows Firewall?” and lo and behold, Windows Firewall chose today to block private connections on Docker Desktop backend -_-
Once I enabled it everything worked perfectly. Leaving this up here in case someone else stumbles upon this exact issue.
Can you reach the server's IP in general from other PCs in your network? Or is the issue restricted to the nextcloud service?
Ya, other services that I was running on that machine were accessible by IP address by other devices on the network, it was just Nextcloud giving me grief. Turns out the firewall decided docker was no longer friends. Everything is working great now :)
I would check your router's device table. See if you can find your nextcloud instance. It shouldn't have a different IP given what you've done, but it still sometimes happens. Checking the router first will cut down your troubleshooting time.
Have a look into the logs of nc and see if it complains about a trusted proxy or similar. The ip range within a container network often changes between resstarts and that was a problem for me with my reverse proxy setup.