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
I believe you did miss something, Joplin "stores notes in Markdown format. Markdown is a simple way to format text that looks great on any device and, while it's formatted text, it still looks perfectly readable in a plain text editor." Source: https://joplinapp.org/help/apps/rich_text_editor/
You have have a bunch of options when it comes to synchronization:
You can just point it at some folder and it will store the files there and then sync it with any 3rd party solution you would like. I personally use WebDav because it's more convenient (iOS support) and it's very easy to get a Nginx instance to serve what it needs:
I was already using Nginx as a reverse proxy / SSL termination for FileBrowser so it was just a couple of lines to get it running a WebDAV share for Joplin.
FileBrowser doesn't do cross-device syncing and that's the point, I don't ever want it doing it. For sync I use Syncthing, I just run both on my NAS and have them pointed at the same folder. All of my devices run Syncthing and sync their data with the NAS so this way I can have the NAS working as a central repository and everything is available through FileBrowser.
Nope, Joplin saves as .md files but those are clearly NOT markdown. I switched after I got burned.
Except for the metadata at the bottom, looks a LOT like markdown to me...
That's the point: that is not markdown file. Most of the text is markdown, but try editing it with a different editor ...
Try back and forth between md editors...
You end up with a mess. I want md for interoperability, and this is not good.
Okay, that's fair, what editors are you using?
I don't complain much about Joplin because it has apps for every platform and doesn't encode your notes in some SQLite DB + proprietary format or some other hard to access situation. Not that it looks good, but at least you're locked into some subscription/format/limitation like in Standard Notes. I wish Joplin looked as good as Standard Notes, especially on iOS.
I am using markor on android and silverbullet (web) on anything else.
Joplin was OK, but the android editor felt sluggish and the only available web GUI was... Meh. And I still had to use WebDAV to sync. And I lost all my data once due to how Joplin "think" sync should be done.
Now using syncthing with markor&silverbullet. Nice combo, and I can still access all my notes over WebDAV anyway.