this post was submitted on 07 Jul 2023
30 points (100.0% liked)

Free and Open Source Software

17772 readers
81 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

With their recent update it seems they are on the last step to making their free version completely useless – are there any good alternatives out there? Preferably something that has a similar android app. I know I could use ssh+vi in a text file, but I'd prefer something a bit more streamlined

you are viewing a single comment's thread
view the rest of the comments
[–] jimp@beehaw.org 0 points 1 year ago (1 children)

I wanted to use Syncthing so I didn't need a server involved and didn't want to work off mapped drives/network shares. The client devices all handle the syncing themselves so the files are local on every device and kept in sync within a reasonable time period and if they can't connect for a bit, that's fine, they can work on the local files and sync up next time I'm back on the home network.

If your NAS has a similar function it can do that natively. Joplin can sync using files on the device filesystem which is how Syncthing works but it also supports syncing through a variety of other servers/services, such as Nextcloud. It's very flexible in that way.

So essentially you can do it however you choose to do it since they are just plain text files being copied around.

[–] GlassHalfHopeful@beehaw.org 1 points 1 year ago* (last edited 1 year ago)

if they can't connect for a bit, that's fine, they can work on the local files and sync up next time I'm back on the home network.

I suppose this is what I'm most concerned about. I currently use a similar situation for my password manager database. We have Windows and Android clients that connect to a shared database file and I feel like I'm constantly having to manually synchronize the file because it remains open so long on each client. I'd like to avoid this situation.

Joplin can sync using files on the device filesystem

This weekend, I'm going to attempt to get it running on my NAS and do this.

I may also try the other syncing via cloud at the same time just to test.