mirror of
https://github.com/kmein/niveum
synced 2026-03-21 12:21:08 +01:00
fix(hedgedoc): reset state
This commit is contained in:
@@ -12,12 +12,12 @@
|
|||||||
services.hedgedoc = {
|
services.hedgedoc = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configuration = {
|
configuration = {
|
||||||
allowAnonymous = false;
|
allowAnonymous = true;
|
||||||
allowGravatar = false;
|
allowGravatar = false;
|
||||||
|
allowFreeURL = true;
|
||||||
db = {
|
db = {
|
||||||
dialect = "sqlite";
|
dialect = "sqlite";
|
||||||
storage = "/var/lib/codimd/db.codimd.sqlite";
|
storage = "/var/lib/codimd/state.sqlite";
|
||||||
useCDN = false;
|
|
||||||
};
|
};
|
||||||
port = 3091;
|
port = 3091;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user