standard notes - storage server component
-
@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.
-
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.
-
@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.
-
@thetomester13 looks like @klawitterb has packaged it https://forum.cloudron.io/post/34357
-
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.
-
-
Looks like standard notes now only requires 4 containers in a standard docker-compose installation:
- standardnotes/server
- localstack/localstack:1.3
- mysql:8
- redis:6.0-alpine
Since cloudron supports the last two natively that bodes well. I guess the main porting task would be to merge the standardnotes/server and localstack images and run them together with a supervisor.
-
More details now available on licensing for self hosted option:
https://standardnotes.com/help/48/can-i-use-extensions-with-a-self-hosted-server -
@lukas said in standard notes - storage server component:
so a subscription is definitely needed?
I am not familiar with the self-hosted version, I only use the hosted version.
On the hosted version, paying a fee unlocks extra facilities and plugins, but it is (or used to be) possible to use the basic version free.
But maybe it is different for self-hosted and licence is required for even basic usage. -
They had this loophole in the past that if you host the extensions that were otherwise paywalled yourself (since they were still oss) that you could use these. But with the introduction of this subscription that loophole got closed as far as i know.
-
I would also greatly appreciate the addition!