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.
-
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
-
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.
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
@Kaldo
Syno DS224+. Good bang vs. buck. Decent speed, decent features (iGPU, Docker, VMs).
My only gripe(s): only 2 USB ports, no built-in 2.5 GbE (possible via USB and 3rd party driver) and Synology's limited list of "approved" HDDs.
gummibando@mastodon.social
Sorry, with 'docker drives' I meant 'docker volumes or bind mounts'. I dont have a lot of experience with it yet so I'm not sure if I'm going to run into problems by mapping them directly to a NAS, or if I should have local copies of data and then rsync / syncthing them into the NAS. I heard you can theoretically even run docker on the NAS but not sure if that's a good idea in terms of its longevity or performance.
Is the list of "approved HDDs" just a marketing/support thing or does it actually affect performance?
Thanks for the answers! The DS2xx series looks like something I could start with. DS223 is a bit cheaper and has 3 USB ports so that could be useful, I'd guess I don't need to focus on performance since it's mostly just for personal data storage and not some intensive professional work.
I don't know Synology specifically but you can generally NFS mount from the NAS to a local folder and mount that as a volume in Docker. I do it all the time - works fine except sometimes for databases which prefer local filesystems (locking files over NFS is complex).
@Kaldo It's a support thing. Maybe even consider Syno's "own" HAT3300 HDDs. 4TB has an ok price, at least where I live.
You can run Docker on a Syno NAS via DSMs Container Manager package perfectly fine, as I do.
Keep in mind, the DS233 has an ARM CPU with less "grunt" vs. the 224+'s Intel CPU and can not be expanded beyond the soldered-on 2 GB RAM.
But, while it has been a backup device/test mule for years now, I used to run Docker containers on the DS216+II even with a meager 1 GB of RAM.
Could be a regional thing but Synology HDDs are around 30% more expensive than 'normal' WD/Seagate/Toshiba that I'm seeing at first glance. Maybe it does make it up for quality and longevity but afaik HDDs are pretty durable if they are maintained well, and I imagine them being in RAID1 should be good enough security measure?
Considering the price of the diskstation itself it's all quickly adding up to a price of a standalone PC so i'm trying to keep it simple since it's for a relatively low performance environment.
I have a DS2422+ and even that only has 2 USB ports. But you can expand them with a USB-hub. I had 5 external drives connected over a single port without issues.
You can use this script and put it as a scheudeled task "on boot". It will automatically add all your harddrives to the list of verified drives, disabling all warnings and errors with it.