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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    standard notes - storage server component

    App Wishlist
    11
    24
    1026
    Loading More Posts
    • 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.
    • nebulon
      nebulon Staff last edited by

      https://standardnotes.org/

      from the request form

      1 Reply Last reply Reply Quote 14
      • O
        ochoseis last edited by

        Looks like there's a way to self-host with docker:
        https://docs.standardnotes.org/self-hosting/self-hosting-with-docker

        1 Reply Last reply Reply Quote 1
        • T
          thetomester13 App Dev last edited by

          Looks like one can self host both the server sync piece and the web app piece. @nebulon Is there a way to expose 2 ports for a packaged app? I'm envisioning both of these packaged together, one port exposing the server side for 3rd party clients to connect to, and port 80/443 for the web app.

          1 Reply Last reply Reply Quote 1
          • girish
            girish Staff last edited by

            Is the sync port a non-http port? Any number of TCP/UDP ports can be exposed but only one http port can be exposed (i.e accessible via the browser). I assume sync port doesn't need any browser access, so it will work.

            This is how apps like gitlab/kopano etc work. They expose multiple ports.

            T 1 Reply Last reply Reply Quote 0
            • T
              thetomester13 App Dev @girish last edited by

              @girish I believe it's a non-http port, yes. I've been through the docs so many times before and can't believe I missed the tcpPorts and udpPorts in the Manifest file 😂 looks like that's a solid starting point!

              1 Reply Last reply Reply Quote 1
              • T
                thetomester13 App Dev last edited by

                @girish when packaging both repos together, I'm trying to use the tcpPorts for the syncing server, but keep getting this error in the logs when I try to interact with it through the app:
                HTTP parse error, malformed request (): #<Puma::HttpParserError: Invalid HTTP format, parsing fails.>
                I'm assuming this means that the syncing server does in fact need HTTP traffic coming through, not simply TCP. You mentioned there's only 1 http port that can be exposed per Cloudron app, do you see any way to accomplish this besides splitting the server piece and front end piece into 2 Cloudron apps?

                1 Reply Last reply Reply Quote 1
                • girish
                  girish Staff last edited by

                  @thetomester13 Is there a repo for me to try it myself? I can't make out what the problem might be from the error.

                  1 Reply Last reply Reply Quote 0
                  • T
                    thetomester13 App Dev last edited by

                    @girish yep, should've included that in the previous post...
                    This is the main repo I've been working from. I've been trying to package both the sync-server and web repo's in here, but the server isn't working properly the second I move it from port 3000 (which is declared in the Manifest). I forget in what state this is in at the moment, but I know that commit 8b31274fd32a430616adee81ea9a2ecb15a133b4 and the initial commit have the server up and running properly.
                    Once I realized the tcpPorts might be the issue, I also created this repo which only packages the web app, this works successfully.
                    It's not the end of the world if they're not in the same repo, I have it working locally with the 2 repos talking to one another, but it would be quite nice if they could be packaged together 🙂

                    ei8fdb 1 Reply Last reply Reply Quote 1
                    • ei8fdb
                      ei8fdb @thetomester13 last edited by ei8fdb

                      Hi all, is there any news/development on bringing Standard Notes to Cloudron? @thetomester13 Is the repo at the state I can test/try it out? 🙏

                      T 1 Reply Last reply Reply Quote 2
                      • T
                        thetomester13 App Dev @ei8fdb last edited by

                        @ei8fdb your post could not be more timely! I've actually just started taking a look at this again after a while and was able to clean up the repo a bit. In short, yes! Feel free to check it out here. It should spin up a StandardNotes sync server, automatically configured for email and MySQL. It has its own user management, as all notes are encrypted using your password.

                        There is also the Web app repo, but it's on an older version until I can take a deeper look at some of the changes to the package. In the meantime, you can also the official Web app and simply input your sync server URL.

                        The one thing to note, I'm actually working on enabling the Extensions as part of the sync server package (by 'working on', I mean plan on and think I know how to go about implementing). I hope to have this implemented before the end of the year, but don't have a timeline for it yet.

                        1 Reply Last reply Reply Quote 2
                        • marcusquinn
                          marcusquinn last edited by

                          By coincidence I was reading about this today. I couldn't tell if all the extensions were available for community?

                          If they are, it looks like a fair amount of Notion features covered by those:

                          • https://standardnotes.org/extensions

                          We're not here for a long time - but we are here for a good time :)
                          Jersey/UK
                          Work & Ecommerce Advice: https://brandlight.org
                          Personal & Software Tips: https://marcusquinn.com

                          T 1 Reply Last reply Reply Quote 1
                          • T
                            thetomester13 App Dev @marcusquinn last edited by

                            @marcusquinn the extensions are available to the community and for self hosting, though it's recommended to support StandardNotes. That being said, Notion is a completely different app that fills a different niche. It's also not open sourced.

                            fbartels 1 Reply Last reply Reply Quote 2
                            • fbartels
                              fbartels App Dev @thetomester13 last edited by

                              I've been using a self hosted standardnotes instance for a few weeks and it gives me mixed feelings.

                              First of all, its a plaintext notepad. Everything is stored as raw plain text, there are some editors that give you a wysiwyg editor that stores text as markdown. https://github.com/arturolinares/sn-rme is a nice editor, but for the first week it was broken to me after modifying a note with another editor.

                              The webapp is not offline capable. It will continue to work when you have it open when going offline, but won't start without an active connection to the server.

                              Its not collaborative. There is no way to share a note in a way that another user can also edit it and you see the changes. You cannot even link/bookmark to notes yourself. Even with the same user on multiple devices its sometimes difficult, I had it happen a few times that I was working on a note on my first device left it open, made a quick edit on a second device. when just continuing in the same note on my primary some of the changes get "lost" (its still in the revision can be restored, but that can be tedious on large notes).

                              Their filters/labels are a bit strange and you need to know their syntax to use them (no wizards, few useful presets, you need to delete and recreate and cannot change them).

                              You are really only limited to text. No possibility to easily add images or other file types. In their hosted offering they have a "file safe" but that is yet another service required for it and this only relays data which would still need to be stored in webdav/dropbox/google drive. Because of this its unlikely that it would ever get pen input support. At least not in the like of e.g. evernote or onenote.

                              I want to like it, but at the same time need something with a few more features. A cross between this, codimd and with offline capability would be nice. (with a cherry on top if that would also support pen input)

                              robi T fbartels 3 Replies Last reply Reply Quote 3
                              • robi
                                robi @fbartels last edited by

                                @fbartels sounds like 👎

                                Have you tried TiddlyRoam?
                                https://github.com/joekroese/tiddlyroam/

                                Life of Advanced Technology

                                fbartels 1 Reply Last reply Reply Quote 0
                                • fbartels
                                  fbartels App Dev @robi last edited by

                                  @robi i have used tiddlywiki ages ago. Looking at it's current state it's syntax looks weird. My preference would be markdown instead of learning a syntax of it's own.

                                  robi 1 Reply Last reply Reply Quote 1
                                  • robi
                                    robi @fbartels last edited by

                                    @fbartels That is possible via a plugin aparently:
                                    https://github.com/joekroese/tiddlyroam/issues/13

                                    Life of Advanced Technology

                                    1 Reply Last reply Reply Quote 1
                                    • T
                                      thetomester13 App Dev @fbartels last edited by

                                      @fbartels I agree that StandardNotes is not the end all notes solution, but I haven't found that yet...

                                      I'm switching over from Automattic's SimpleNote and this is a great self hosted, fully encrypted alternative for my personal notes. In fact, with some of the Extensions that are available, this will enable some great and welcomed functionality on my end, such as Task Lists, themes, and Markdown syntax among others. For shared lists I'm hoping to see Vikunja be packaged in the near future.

                                      1 Reply Last reply Reply Quote 1
                                      • fbartels
                                        fbartels App Dev @fbartels last edited by

                                        A last reply about my use of Standardnotes. I have just retired my own installation of it. While its a nice editor it simply did not really cut in in terms of searching content and organising todos within notes. I've used it as a kind of journal/log for work and to keep an overview of open tasks related to these. That worked quite ok, even though I was limited to text and could not really cross link.

                                        The standardnotes devs have been busy replacing the ruby based server with a more elaborate setup, which in the future should support binary data in notes (like pictures). However two weeks ago they broke the compatibility of their desktop and mobile applications with the old syncing server, and that without any prior notice. This does not really leave a good impression for others self hosting their software. So instead of migrating to their new stack I migrated away. Tasks are now organised in Vikunja, which also allows extensive notes and comments on tasks, and the log/journal is simply a channel in my private Rocketchat.

                                        T 1 Reply Last reply Reply Quote 2
                                        • T
                                          thetomester13 App Dev @fbartels last edited by

                                          @fbartels thanks for following up on this!

                                          I've gotten off the idea of StandardNotes as well after reading some other bad experiences using this system. I'm currently using Joplin which isn't 100% what I'm looking for, but does work quite well. Also it looks like a Joplin server might make it to the light of day which might help stabilize it a bit further.

                                          jdaviescoates 1 Reply Last reply Reply Quote 4
                                          • jdaviescoates
                                            jdaviescoates @thetomester13 last edited by jdaviescoates

                                            @thetomester13 looks like @klawitterb has packaged it https://forum.cloudron.io/post/34357

                                            I use Cloudron with Gandi & Hetzner

                                            1 Reply Last reply Reply Quote 3
                                            • ?
                                              A Former User last edited by A Former User

                                              Is there any possibility of self-hosting the web app. https://github.com/standardnotes/app

                                              I don't know if things have improved since this was first raised, but I'm having trouble finding a self-hosted encrypted note taking app.

                                              Joplin Server is licensed for non-commercial use, and is not a web app.

                                              Something else that looks promising is notesnook, but is not yet available to self-host and was just recently made open source.

                                              R 1 Reply Last reply Reply Quote 0
                                              • R
                                                r369 @Guest last edited by

                                                I would l like someone to implement this, I am happy to do the money incentive. @appdev

                                                R 1 Reply Last reply Reply Quote 2
                                                • R
                                                  r369 @r369 last edited by

                                                  @r369 anyone can help to implement it? Is one of the greatest note taking app that I ever seen!

                                                  robi 1 Reply Last reply Reply Quote 0
                                                  • robi
                                                    robi @r369 last edited by

                                                    @r369 Have you looked at Joplin?

                                                    Life of Advanced Technology

                                                    1 Reply Last reply Reply Quote 0
                                                    • First post
                                                      Last post
                                                    Powered by NodeBB