14 lines
326 B
Markdown
14 lines
326 B
Markdown
|
# HedgeDoc and Cloudflare
|
||
|
|
||
|
I use HedgeDoc all the time for proofing up blog posts, collaborative documentation, etc.
|
||
|
|
||
|
Very little setup required.
|
||
|
|
||
|
Requires:
|
||
|
* Cloudflare Tunnel
|
||
|
|
||
|
Steps:
|
||
|
|
||
|
1. Setup your Tunnel (pointing to `http://app:3000`)
|
||
|
2. Set Cloudflare Tunnel token and other secrets in in `.env`
|
||
|
4. `docker compose up -d`
|