Replies: 4 comments 1 reply
-
|
First of all, thank you for your feedback!
Unlike many Docker images that run with root privileges, my image runs with an unprivileged user. This is better for security reasons but introduces permissions issues. With Docker Volumes, Docker handles permissions, and the
This could actually be a good idea. For users like myself, who already have existing notes from other applications, we only need to zip the folders, import in the vaults page, and go from there. However, for new users starting from scratch, it might be challenging to get things going. |
Beta Was this translation helpful? Give feedback.
-
|
I’m really looking forward to a version of Many Notes with preloaded! Regarding the Docker deployment. It might be better to align the Docker Deployment with how LinuxServer.io handles it, using unprivileged users. Their approach doesn’t require building the final layer to bake in user permissions at runtime, which makes things much smoother for users. As someone who’s used to working with Docker images from LinuxServer.io, I typically see a docker-compose.yml structured in this way: In its current form, Many Notes might be a bit tricky to run via platforms like Portainer (without CI/CD), or for CasaOS, and other user-friendly container runtime's. A more streamlined setup would make it easier for more users to get up and running quickly, especially with these platforms in mind. |
Beta Was this translation helpful? Give feedback.
-
|
Until version 0.4, the Many Notes installation guide utilized Docker volumes, and the Ultimately, it comes down to user preference, and I will support both methods. I just need to make minor adjustments to the codebase, and the next release will include guides for both storage mount options. |
Beta Was this translation helpful? Give feedback.
-
|
I have released a new version (v0.7.0) that includes both of those suggestions. You can view the full list of changes here: https://github.com/brufdev/many-notes/releases/tag/v0.7.0 Thank you for the suggestions! |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I came across the app on Noted.lol and decided to give it a try. Some feedback to help improve the experience:
Please enhance the Docker deployment process by not requiring a Dockerfile. Building the app takes several minutes, and it would be more efficient if the necessary permissions could be set inside the image itself.
It would also be really helpful if the initial database could be pre-filled with some example or template data, making it easier for users to get started right away.
Looking forward to seeing how it develops.
Beta Was this translation helpful? Give feedback.
All reactions