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
Why not a VPS? $5/month gets you 40GB storage instance, and 2 vCPUs at Hetzner (or a number of other places) so you could even give it a web interface so you could access it remotely. Install something like MicroOS or Silverblue and it'll update itself.
That monthly cost is probably not much more than the electrical cost for an alternative, plus years worth of whatever you're paying for the hardware.
Edit: Any cheap SBC with a big enough SD card would work too, but you'll need to replace the card every so often. I'd still prefer the VPS here.
Living on a busy street, my cameras would fill 40GB in just a few days. Ideally I'd like to have at least a few weeks if not months of retention. I'm also fiercely anti-subscription to the point of irrationality. I wouldn't be in this community otherwise -- I'd just have a Ring or Blink plan like a normie.
A Hetzner storage box could work, which is about $3-4/mo for 1TB.
But if you really want it local, a cheap SBC w/ a big SD card seems like a good option. It'll be slow and you'll need to replace the card periodically, but it will sip power and is incredibly easy to conceal.
I like that idea. I have an extra Pi Zero -- would that work or do I need more processing power? I'm looking at storing around 5-15GB per day.
If it's literally just copying data, a Pi Zero should be plenty, especially if there are gaps in between (i.e. motion detection). The main concern is if writing to the SD card can keep up, but I'd totally give it a shot first before buying something.