Check if you need a flag when starting it to bind 0.0.0.0 instead of 127.0.0.1
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.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
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. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
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!
Be careful if there’s a public IP address. I think some operating systems even include IPv6 with 0.0.0.0 so that if there’s a public one assigned this might open it up to the world.
Yeah it's a very good rule of thumb to always bind to explicit IPs.
Another issue with 0.0.0.0 is that it will bind to basically everything, including whatever bridge or tunnel interfaces you may have up on that machine. And that's how you end up with random services exposed through VPNs and God knows what, when you thought it was a "private" service that only lives on your LAN.
Its always DNS.
But seriously, I'm not familiar with qui, but there could be a whitelist approach to access by default. Maybe it's blocking access until you whitelist or configure it to accept all.
Its not likely your local firewall is an issue since you can access other services, but the fact that you don't know means you should find out. I think Debian uses ufw by default, but I think Debian ships with it disabled.
'Its always DNS' should be on a shirt. Last problem I had was DNS.
Because the process might only be listening on the loopback address (127.0.0.1/localhost).
Solving problems in less than 30 minutes, LOL Nice job.
