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.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
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!
view the rest of the comments

Curl works for google and also with bing. Just as pinging and wget. This instance is not public facing so it does not have an assigned domain. I'm trying to run it locally at the moment.
Apache logs (/var/log/apache2/error.log) does show up something interesting. Thought it might be Apache or UWSGI. UWSGI has issues with connecting to a socket it seems. x.x.x.x is my desktop IP.
[Mon May 11 19:44:53.702774 2026] [core:notice] [pid 1644:tid 1644] AH00094: Command line: '/usr/sbin/apache2'[Mon May 11 19:45:55.440224 2026] [proxy:error] [pid 1957:tid 1961] (2)No such file or directory: AH02454: uwsgi: attempt to connect to Unix domain socket /usr/local/searxng/run/socket (uwsgi-uds-searxng:0) failed[Mon May 11 19:45:55.440252 2026] [:error] [pid 1957:tid 1961] [client x.x.x.x:56586] AH10101: failed to make connection to backend: uwsgi-uds-searxng:0[Mon May 11 19:46:20.548413 2026] [mpm_event:notice] [pid 1644:tid 1644] AH00493: SIGUSR1 received. Doing graceful restartAccording to systemd, apache2 and uwsgi both run without error.
None of this runs in a docker so can't look there. This is all on a LXC.