16
Interested in setting up an instance with a spare laptop
(lemmy.world)
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.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
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.
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.