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.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
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
Obsidian with Syncthing running on both your Android and your server for syncing your notes.
That solution doesn't exactly spark joy. Folder sync in general is, in my experience, too error prone. So I just stay away from it. Maybe I'll need to finally give it another try.
Obsidian livesync works really well. Notes are live synced between my desktop and Android device
https://github.com/vrtmrz/obsidian-livesync
Well, OK, you got me to give that a try!
Well, that sounds good. But my god is that a complicated mess. It's not working for me and I don't have the will to deal with that crap anymore. Set up my own CouchDB, ran the init script, connection test is fine. But I can't get the plugin to actually sync anything, it just keeps failing with "Failed to initialise the encryption key, preventing replication". Whatever that means. It won't explain which encryption key or what failed. I did not enable E2E encryption.
Maybe run through the installation again, and run via Docker if you aren't already. It was plug-and-play when I set it up
Alternatively, obsidian offers a 1st party paid sync feature
I sync hundreds of gigs, (if not terabytes at this point) using Syncthing with errors on only one machine (it's running on 6 devices, including a VM). And those errors are of my own doing, not random Syncthing errors.
It's surprisingly robust these days, especially for a single-user notes.
I have an indexing job that runs on my server every 30 minutes, saving into a text file (it indexes my media folder, which is about 3TB of movies and TV shows).
Those text files sync to my phone when they've changed (so every 30 minutes). They're always up to date when I open them.
My phone also has jobs to continually sync my photos to home, an ad-hoc folder to my laptop, and about 25 other folder pairs (including NeoBackup) that sync under different conditions, without fail.
I'm currently testing Cherrytree using Sourcherry on Android and it seems to work fine as a single-user solution with Syncthing.