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
Syncthing works fine. The problem is, my laptop is not on all the time and in case my phone has a problem, I'll lose all my changes during the 3 days I'm out of my house.
Add a Raspberry Pi + USB drive to your network OR use a VPS to host your data and sync all devices to it using Syncthing. This RPi or VPS would work as a central repository/server for your all your data. Enjoy.
VPS looks interesting. I'll try that. Thanks.
So? If your laptop is off there's no way to sync to it. If you have a server available you just set syncthing there as well.
So basically I just run Syncthing on all 3 devices? The 3rd device being a VPS something like that?
Yup, syncthing allows for a folder to be synced to multiple places, so I don't see any problem with that. In fact I have 3 computers syncing things between themselves.
That's great. Knowing that'll certainly makes things easier. Thanks.