A self-hosted, file-based Markdown online editor
2.4K
Markoun is a lightweight, self-hosted, and entirely file-based Markdown editor designed for users who prioritize privacy and simplicity.
github: https://github.com/tropical-algae/markoun
You can deploy Markoun using Docker:
export MARKOUN_PORT=10000
export MARKOUN_ROOT=./
docker run -itd --name markoun \
--restart unless-stopped \
-p ${MARKOUN_PORT:-10000}:80 \
-e DEFAULT_ADMIN_NAME=admin \
-e [email protected] \
-e DEFAULT_ADMIN_PASSWORD=change-this-password \
-v ${MARKOUN_ROOT:-$(pwd)}:/markoun \
tropicalalgae/markoun:latest
For more details, please check my GitHub repository.
Content type
Image
Digest
sha256:ee3af2b28…
Size
91 MB
Last updated
about 2 months ago
docker pull tropicalalgae/markoun