HedgeDoc is an open-source, web-based markdown editor designed for real-time collaboration. Because it's self-hosted, you always remain in complete control of your data. Simply share a link with your colleagues to start working together on notes, documents, graphs, and even presentations instantly.
Key features include:
services:
hedgedoc:
image: lscr.io/linuxserver/hedgedoc:latest
container_name: hedgedoc
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- CMD_SESSION_SECRET=${CMD_SESSION_SECRET}
volumes:
- ./config:/config
ports:
- 3000:3000
restart: unless-stoppedCMD_SESSION_SECRET=your_super_secret_session_keyAuto-fetched about 15 hours ago
Auto-fetched about 15 hours ago