Hedgedoc: Difference between revisions
Finished a unfinished sentence about disabling guest users. |
m Fix Syntax |
||
| (2 intermediate revisions by 2 users 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;"; | ||
}; | }; | ||
}; | }; | ||
| Line 76: | Line 75: | ||
[[Category:Server]] | [[Category:Server]] | ||
[[Category:Cookbook]] | [[Category:Cookbook]] | ||
[[Category:Web Applications]] | |||