cryptpad and copyparty
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 2m15s
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 2m15s
This commit is contained in:
parent
74754554e8
commit
4b2c7464f0
3 changed files with 25 additions and 0 deletions
15
modules/system/homelab/docs.nix
Normal file
15
modules/system/homelab/docs.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ homelab, ... }: let
|
||||
domain = "docs.${homelab.domain}";
|
||||
in {
|
||||
services.cryptpad = {
|
||||
enable = true;
|
||||
settings = {
|
||||
httpPort = 7090;
|
||||
websocketPort = 7080;
|
||||
httpUnsafeOrigin = "https://${domain}";
|
||||
httpSafeOrigin = "https://${domain}";
|
||||
blockDailyCheck = true;
|
||||
disableIntegratedEviction = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue