fix cryptpad websocket port
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 29s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 29s
This commit is contained in:
parent
4924eebbc2
commit
b135e301f1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{ homelab, ... }: let
|
||||
domain = "docs.${homelab.domain}";
|
||||
sandbox = "docs-sandbox.${homelab.domain}";
|
||||
data-dir = "/mnt/data/apps/cryptpad";
|
||||
in {
|
||||
services.cryptpad = {
|
||||
enable = true;
|
||||
settings = {
|
||||
websocketPort = 7091;
|
||||
httpPort = 7090;
|
||||
httpAddress = "127.0.0.1";
|
||||
httpUnsafeOrigin = "https://${domain}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue