this post was submitted on 02 Jul 2023
1198 points (97.5% liked)

Selfhosted

39250 readers
303 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I'm already hosting pihole, but i know there's so much great stuff out there! I want to find some useful things that I can get my hands on. Thanks!

Edit: Thanks all! I've got a lil homelab setup going now with Pihole, Jellyfin, Paperless ngx, Yacht and YT-DL. Going to be looking into it more tomorrow, this is so much fun!

you are viewing a single comment's thread
view the rest of the comments
[–] this_is_router@feddit.de 32 points 1 year ago (6 children)

Your own nextcloud instance. Then move everything that is saved at Google over to your own server.

Calenders, Filesync, Contacts sync with android works really nice.

Knowing my data is stored only on my own devices and google doesn't know more about me than I do is a nice feeling.

[–] jrandiny@lemmy.world 17 points 1 year ago

My biggest fear of hosting my own important data is losing it to some hardware failure. Currently I mitigate this issue by mirroring my NAS data to onedrive (with encryption)

[–] End0fLine@startrek.website 12 points 1 year ago (2 children)

I've tried this once or twice but always end up not using it because I don't trust myself to keep a server up.

Would you consider hosting your own Nextcloud through a provider like Hetzner a nice intermediary step?

[–] constantokra@lemmy.one 4 points 1 year ago

Yes. Hetzner's offering is reliable and not too expensive. You do trade off a lot of the privacy and flexibility though.

[–] midas@ymmel.nl 2 points 1 year ago* (last edited 1 year ago)

Just got to have a backup. I have children so for pictures anything Google is just not doable. Nextcloud on my home NAS, nightly backup to Amazon Glacier (super cheap to store because it's expensive to retrieve) in case of a catastrophic failure (like fire). Every month or so backup the files to an external drive.

[–] winterayars@sh.itjust.works 11 points 1 year ago

Just make sure to keep a backup. Google has them (effectively), you should too.

While I like this suggestion I’d be careful if you’re just getting started: you don’t want to end up losing data if this is your only copy. Make sure to have proper backups if you have data you can’t afford to lose. You could even encrypt it and upload it to Dropbox/google drive

[–] CherenkovBlue@iusearchlinux.fyi 7 points 1 year ago (2 children)

Oh this sounds amazing. Do you have a link with more info so we can check it out?

[–] Grandsinge@lemmy.zip 5 points 1 year ago (1 children)

If you do this make sure you have a good backup solution in place. Don't be like me running a nextcloud instance on a single disk server and when the disk died I lost everything. I've since moved to a parity based backup solution.

[–] CherenkovBlue@iusearchlinux.fyi 3 points 1 year ago (1 children)

Yikes, thanks for the tip. That would be terrible! Do you have some documentation or example of the backup solution you now use?

[–] Grandsinge@lemmy.zip 1 points 1 year ago

I run SnapRAID on top of Drivepool on a windows machine. You could use SnapRAID with something like mergerfs on Linux if you wanted. I have two pools (10 data, 3 parity) and a (3 data, 1 parity). With snapraid I run pool syncs nightly and scrub (~3% nightly to cover the entire array monthly).I tried unRAID first and liked it, but there were some issues with my LSI controller resulting in poor write speed, I was never able to figure it out. I've been running the Drivepoo/SnapRAID combination now for ~6 years or so. I've had to rebuild two drives from parity in that time and it was painless (a config file edit and two commands).