parent
c2cc7f8114
commit
54829d7365
1 changed files with 11 additions and 0 deletions
|
@ -111,6 +111,7 @@ in
|
||||||
clientMaxBodySize = "100M";
|
clientMaxBodySize = "100M";
|
||||||
virtualHosts = builtins.listToAttrs [
|
virtualHosts = builtins.listToAttrs [
|
||||||
(mkVHost "rusty.ccnlc.eu" 8000 true)
|
(mkVHost "rusty.ccnlc.eu" 8000 true)
|
||||||
|
(mkVHost "hedgedoc.ccnlc.eu" 4739 true)
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -121,5 +122,15 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.hedgedoc = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
domain = "hedgedoc.ccnlc.eu";
|
||||||
|
host = "0.0.0.0";
|
||||||
|
port = 4739;
|
||||||
|
protocolUseSSL = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue