Joplin Server
-
@thetomester13
The Joplin server is much faster for sync.
https://discourse.joplinapp.org/t/joplin-server-pre-release-is-now-available/13605 -
@farmerjo wow, this is a welcome change indeed! The post you linked also mentions locking - I've had a few times where syncing between clients resulted in 'merge conflicts', I wonder if using the Joplin server would solve these types of issues.
-
I wonder if the server enables selective syncing specific folders. That has been missing for me.
-
Just packed this up, syncing seems to work fine, but mail isn't yet working.
If anyones interessted
https://git.apehost.de/cloudron-apps/joplin-server/
https://hub.docker.com/r/benklaw/cloudron-joplin-server -
@klawitterb Nice! I'm definitely looking forward to using this and getting Joplin off of my Nextcloud (its super slow!)
-
@klawitterb Very nice! I was able to sync with both the mobile and the desktop app.
For the email, it seems the secure defaults to true as per https://github.com/laurent22/joplin/blob/8b08f0d2b39e76694810991f5e2e32f4ad0287dc/packages/server/src/config.ts#L93 . Maybe try setting MAIL_SECURE=0 explicitly ?
-
@girish I did try all combinations, smtp & smtps port, mailsecure 0/1. Didn't help.
But I spottet this bug on github. Sounds at least similar.
https://github.com/laurent22/joplin/issues/5222 -
@klawitterb ah, that seems to be the bug indeed. I guess mail is not that important to this app anyways. I can look into getting this published as unstable later this week. Thanks!
-
Don't forget that upstream Joplin Server is still in beta!
https://github.com/laurent22/joplin/tags -
Hurray!
upstream Joplin Server now out of beta --- v2.2.10 -
@hillside502 said in Joplin Server:
upstream Joplin Server now out of beta --- v2.2.10
This is great news. I can't wait to see this app in Cloudron.
-
I have published the joplin server as unstable. Thanks @klawitterb ! The new repo is at https://git.cloudron.io/cloudron/joplin-server-app and you should have permissions to push as well. I have also added the initial tests.
-