Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Joplin Server

Joplin Server

Scheduled Pinned Locked Moved Solved App Wishlist
17 Posts 8 Posters 3.9k Views 8 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F farmerjo

    Hi,
    Joplin server is now available. It will allow sync between joplin note instances. It would be great if this docker ready deployment can be added.

    https://github.com/laurent22/joplin/blob/dev/packages/server/README.md

    Regards,
    Johan

    T Offline
    T Offline
    thetomester13
    App Dev
    wrote on last edited by
    #2

    @farmerjo Hmm, I've been using Joplin through their Nextcloud app and my Cloudron Nextcloud instance - any reason you want a standalone Joplin app instead of hooking into Nextcloud?

    ? F 2 Replies Last reply
    0
    • T thetomester13

      @farmerjo Hmm, I've been using Joplin through their Nextcloud app and my Cloudron Nextcloud instance - any reason you want a standalone Joplin app instead of hooking into Nextcloud?

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #3

      @thetomester13 Standalone might be more maintainable. More apps in nextcloud makes maintainability a bit tough, especially if you want to stay on the latest version.

      T 1 Reply Last reply
      4
      • ? A Former User

        @thetomester13 Standalone might be more maintainable. More apps in nextcloud makes maintainability a bit tough, especially if you want to stay on the latest version.

        T Offline
        T Offline
        thetomester13
        App Dev
        wrote on last edited by
        #4

        @atrilahiji that's true. I guess I'm saying that through Nextcloud is a good way to get started quickly with Joplin.

        1 Reply Last reply
        0
        • T thetomester13

          @farmerjo Hmm, I've been using Joplin through their Nextcloud app and my Cloudron Nextcloud instance - any reason you want a standalone Joplin app instead of hooking into Nextcloud?

          F Offline
          F Offline
          farmerjo
          wrote on last edited by
          #5

          @thetomester13
          The Joplin server is much faster for sync.
          https://discourse.joplinapp.org/t/joplin-server-pre-release-is-now-available/13605

          T 1 Reply Last reply
          1
          • F farmerjo

            @thetomester13
            The Joplin server is much faster for sync.
            https://discourse.joplinapp.org/t/joplin-server-pre-release-is-now-available/13605

            T Offline
            T Offline
            thetomester13
            App Dev
            wrote on last edited by
            #6

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

            S 1 Reply Last reply
            1
            • T thetomester13

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

              S Offline
              S Offline
              seeker
              wrote on last edited by
              #7

              I wonder if the server enables selective syncing specific folders. That has been missing for me.

              1 Reply Last reply
              1
              • klawitterbK Offline
                klawitterbK Offline
                klawitterb
                wrote on last edited by
                #8

                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

                ? girishG 2 Replies Last reply
                4
                • klawitterbK klawitterb

                  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

                  ? Offline
                  ? Offline
                  A Former User
                  wrote on last edited by
                  #9

                  @klawitterb Nice! I'm definitely looking forward to using this and getting Joplin off of my Nextcloud (its super slow!)

                  1 Reply Last reply
                  1
                  • klawitterbK klawitterb

                    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

                    girishG Offline
                    girishG Offline
                    girish
                    Staff
                    wrote on last edited by
                    #10

                    @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 ?

                    klawitterbK 1 Reply Last reply
                    0
                    • girishG girish

                      @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 ?

                      klawitterbK Offline
                      klawitterbK Offline
                      klawitterb
                      wrote on last edited by
                      #11

                      @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

                      girishG 1 Reply Last reply
                      2
                      • klawitterbK klawitterb

                        @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

                        girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #12

                        @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!

                        M 1 Reply Last reply
                        5
                        • girishG girish

                          @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!

                          M Offline
                          M Offline
                          Meuschke
                          wrote on last edited by
                          #13

                          @girish said in Joplin Server:

                          I can look into getting this published as unstable later this week

                          This is great! Thank you @girish ! 👍

                          1 Reply Last reply
                          1
                          • ? Offline
                            ? Offline
                            A Former User
                            wrote on last edited by A Former User
                            #14

                            Don't forget that upstream Joplin Server is still in beta!
                            https://github.com/laurent22/joplin/tags

                            1 Reply Last reply
                            3
                            • ? Offline
                              ? Offline
                              A Former User
                              wrote on last edited by
                              #15

                              Hurray!
                              upstream Joplin Server now out of beta --- v2.2.10

                              https://github.com/laurent22/joplin/tags

                              M 1 Reply Last reply
                              6
                              • ? A Former User

                                Hurray!
                                upstream Joplin Server now out of beta --- v2.2.10

                                https://github.com/laurent22/joplin/tags

                                M Offline
                                M Offline
                                Meuschke
                                wrote on last edited by
                                #16

                                @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.👍 😊

                                1 Reply Last reply
                                3
                                • girishG Offline
                                  girishG Offline
                                  girish
                                  Staff
                                  wrote on last edited by girish
                                  #17

                                  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.

                                  T 1 Reply Last reply
                                  5
                                  • girishG girish locked this topic on
                                  Reply
                                  • Reply as topic
                                  Log in to reply
                                  • Oldest to Newest
                                  • Newest to Oldest
                                  • Most Votes


                                  • Login

                                  • Don't have an account? Register

                                  • Login or register to search.
                                  • First post
                                    Last post
                                  0
                                  • Categories
                                  • Recent
                                  • Tags
                                  • Popular
                                  • Bookmarks
                                  • Search