Read more of Textpod here
This is a wrapper of textpod for running in Docker. It installs monolith and textpod with cargo. It also installs nginx as a reverse proxy.
Run with Docker
git clone https://github.com/khannover/textpod-docker
docker build -t textpod-docker .
docker run --rm --name textpod -d -v $(pwd)/notes.md:/app/notes.md -v $(pwd)/attachments:/app/attachments -p 8099:80 textpod-docker
Or (better): Run with docker compose
git clone https://github.com/khannover/textpod-docker
docker compose up -d --build
Now you can open your browser on http://localhost:8099