Docker Container
Is it possible to make a docker container? I was looking something like this.
Hey @TaylanTatli - could you expand on the use case? notesium is a single binary you can download from the github-actions built releases, and just run it - no installation or dependencies required (unless you want VIM integration).
I intend to use it in my home server, so I can use it anywhere I want. With docker, it's easy to deploy and maintain. I can use it in any OS without installing anything extra, it will be isolated from my system, it will be easy to migrate all my setup to another server if I needed. So my use case is installing it to server, giving a port, exposing to internet with Cloudflare zero trust and using it anywhere. I currently use SilverBullet for that.
Sounds pretty cool! Is there anything specific I could help with? Have you come across any issues so far? Once setup and running, it would be really nice if we could summarize whats needed for others with a similar use case.
Well, unfortunately, I don't know much about creating a docker container. So, I hope someone who can, will make a one.