2023-06-13 15:17:23 -04:00
|
|
|
_: {
|
|
|
|
services.hedgedoc = {
|
|
|
|
enable = true;
|
|
|
|
settings = {
|
|
|
|
port = 3300;
|
2023-10-03 14:24:26 -04:00
|
|
|
domain = "scratch.flake.sh";
|
2023-10-07 11:16:44 -04:00
|
|
|
host = "100.121.201.47";
|
2023-10-03 14:24:26 -04:00
|
|
|
allowOrigin = ["scratch.flake.sh"];
|
2023-06-13 15:17:23 -04:00
|
|
|
allowAnonymous = true;
|
|
|
|
allowFreeURL = true;
|
|
|
|
allowEmailRegister = false;
|
2023-06-18 17:35:39 -04:00
|
|
|
dbURL = "postgres://hedgedoc:hedgedoc@192.168.1.211:5432/hedgedoc";
|
2023-06-13 15:17:23 -04:00
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|