Hedgedoc: Difference between revisions
m Fix Syntax |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
Hedgedoc is a is an open-source, web-based, self-hosted, collaborative markdown editor. | [https://hedgedoc.org/ Hedgedoc] is a is an open-source, web-based, self-hosted, collaborative markdown editor. | ||
You can use it to easily collaborate on notes, graphs and even presentations in real-time. For this you can use a just the same link to the pad. | You can use it to easily collaborate on notes, graphs and even presentations in real-time. For this you can use a just the same link to the pad. | ||
| Line 8: | Line 8: | ||
services.hedgedoc = { | services.hedgedoc = { | ||
enable = true; | enable = true; | ||
} | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 58: | Line 58: | ||
proxyWebsockets = true; | proxyWebsockets = true; | ||
extraConfig = | extraConfig = | ||
"proxy_ssl_server_name on;" | "proxy_ssl_server_name on;"; | ||
}; | }; | ||
}; | }; | ||