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!
view the rest of the comments
Probably. If that setting is enabled, Android (including Graphene) defaults to 8.8.8.8 if the higher-priority DNS servers (manual or received from DHCP) don't support DNS-over-TLS or DNS-over-HTTPS.
I disabled private dns and it seemed to work yesterday, but today i can not connect to my services again. Any other ideas on how to pin down the issue?
Install Termux, then use either the
digornslookupcommand to query the DNS name, and check which DNS server is queried. If it's the private server's address, you might be having connectivity issues. If it's100.100.100.100, the resolver is still trying to query Tailscale's MagicDNS.doesn't termux always default to 1.1.1.1?
edit: https://old.reddit.com/r/pihole/comments/iivdgq/psa_termux_on_android_does_not_use_system_dns/ maybe its 8.8.8.8, don't have my phone so can't check rn
Yes no matter if it works or not, it always returns the tailscale ip I configured with cloudflare, saying it is using 8.8.8.8 as the dns server.
Right... my mistake, I guess I had SSH config entries in Termux and never questioned whether SSH was using those or DNS.
Still, try to find some way to check which server is being queried. It might reveal connectivity problems with the local DNS server.