Favicon of Hedgedoc (LinuxServer.io)

Hedgedoc (LinuxServer.io)

Create and edit markdown documents with your team in real-time. This self-hosted editor supports presentations, graphs, and diagrams with simple permissions.

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:

  • Real-time Collaboration: Edit documents with your team simultaneously, seeing changes as they happen.
  • Presentation Mode: Create and present slides directly from your markdown notes, powered by reveal.js.
  • Rich Content Support: Embed a wide variety of graphs, diagrams, and other content to make your notes more dynamic.
  • Simple Permissions: Easily manage who can view or edit your notes with a straightforward dropdown menu.
  • Version History: Keep track of every change with a detailed revision history, allowing you to revert to any previous version.
  • Lightweight: Runs efficiently on minimal hardware, including a Raspberry Pi.

Directory Structure

hedgedoc-linuxserver-io
hedgedoc
config
.env
docker-compose.yml

docker-compose.yml

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-stopped

.env

CMD_SESSION_SECRET=your_super_secret_session_key

Share:

Ad
Favicon

 

  
 

Similar to Hedgedoc (LinuxServer.io)

Favicon

 

  
  
Favicon

 

  
  
Favicon