this post was submitted on 07 Mar 2024
34 points (90.5% liked)

Selfhosted

39245 readers
258 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Thank you for clicking my post.

I'm currently running a Synology Notestation with around 8 clients and while it mostly works, sometimes images don't load correctly(or doesn't at all) and has failed on me one too many times.

I'm looking for another notes app similar to DS notes.

1- Rich Text Editor 2- Self hosted 3- Has multiple users enabled 4- Native Android app

Nice to have: 1- offline mode 2- FOSS 3- Has an active community

I host files for my entire family and they rely on notes for all their important documents. So it has to be simple to use.

I have tried benotes, but not having a Native Android app makes it hard for normies to use it. I also tried Joplin, but it's single user only.

Thank you for the suggestions.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 6 months ago (1 children)

I also tried Joplin, but it's single user only.

No it's not. I have a self-hosted instance of the server and can share notes with the rest of my family.

[–] [email protected] 2 points 6 months ago (1 children)

Oh, I didn't know. I saw someone online say it was single user only. Thank you. I'll reinstall it and check it out.

[–] [email protected] 2 points 6 months ago (1 children)

The shares are at the notebook level, so each person can keep stuff private as well.

[–] [email protected] 2 points 6 months ago (1 children)

Nice. I got it working! Now if I can figure out how to export from Synology to Joplin.

[–] [email protected] 1 points 6 months ago (1 children)

Unfortunately, I can't help with that at all.

[–] [email protected] 2 points 6 months ago (1 children)

Someone here actually helped me with it.

Automate the process:

There are several scripts that automatically take the Sinology .NSX export you just created, then they translate all it’s content into .md files that you can then easily import in one-click into Joplin. Here are the ones I’ve found: https://github.com/Maboroshy/Note-Station-to-markdown/ “It creates md files and puts all attachments into a sub folder.” https://github.com/xinbindai/Note-Station-to-Joplin A customized version of the above script “to export notes/images in markdown + Front Matter (Directory) that can be [more] easily imported into Joplin.” https://github.com/andreas-vester/notestation-to-joplin This script might be worth it if the above scripts don’t work. Some people had issues with this script, but managed to mostly fix them. See here. Copy-paste each note:

This sounds tedious at first, but once you get in the flow, it isn’t that bad. It isn’t doable if you have 10’000+ notes, but in my case, I got it in a few hours. Remember that even if it takes you one hour a day for a week to move them all, since you’re switching to a nonproprietary format you only have to do this once and then you’re set for life. This person on the Synology forum had your same problem and ended up choosing this option.