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
Small instances don't seem to require anything major, I'm running mine on a VM with 4c/6gb ram/256gb disk with no issues- it's just a few Docker pods. Just make sure you use a dynamic DNS provider if you're hosting from home, as valid SSL is required to connect to the federation.
Any concerns you that you may attract attention to your network? I'm interested in doing the same thing you are.
I've got all my home services routed through ZeroTier to Nginx Proxy Manager on a cloud VM, so my home IP is pretty well hidden. As long as nobody is uploading illegal content to your instance you should be fine though.
Dope, I'll look into that as well. I think im going to start with cloudflare tunnels. I've heard of it, but never used it. I think this may be my first appropriate use case.
You could also get a second static IP address from your ISP to keep it separate from your home network.
Is it possible to run an instance without a static IP address?
Yes, you can use the Cloudflare proxy and update your dynamic IP with ddclient: https://developers.cloudflare.com/dns/manage-dns-records/how-to/managing-dynamic-ip-addresses
Thanks for sharing this!
From a local device in your home, no, not that I know of. It might be possible with some wild proxy and port forward setup, but that's a little above my head tbh.