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
If you are doing just local syncs the simplest solution might be rsync.
As for a solution with nice software clients, I use Seafile. Nextcloud is nice but it’s incredibly slow to sync files in my experience.
Another local option might be syncthing.
As for backup I use Rclone to do encrypted backups to GCPs Archive Srorage tier. The price is really good at $0.0012 USD / GB. 1TB of backups is like $1.25 USD per month. Be warned though retrieval costs are high.
Thanks for the recommendation. I'll look more into Seafile. It's much closer to what I want than Nextcloud since I don't need all the extra services, but the downside from what I've read is that it doesn't allow for file access from the host OS and that parts of the code is proprietary.
I was also choosing between seafile and nextcloud for a syncing and sharing solution. The no host access to files was a deal breaker for me. Having settled in with nextcloud for a year I would say it's still worth a test drive. The web ui is sluggish, but syncing seems fine. It definitely hits the ceiling for read/write speed in my environment, and the windows app picks up changes in the sync directory in seconds. I haven't methodically tested how long it takes for a change made on Android to propagate to the PC, but going on memory from real world use it would be a few minutes at most.