Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 496 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 496 Bytes

hd_local - A Local HedgeDoc Instance

Run Containerized HedgeDoc Locally

Usage

docker-compose up -d

Open in browser: http://localhost:3003/

For first use:

  • Click "Sign In".
  • Enter an email.
  • Enter a password.
  • Click "Register".
  • Log in with email and password.
  • Start documents!

Important Files

  • Configuration is in config/
  • SQLite database is stored in the data/ directory.
  • Uploaded images will be in data/uploads directory.