pull out actual and cloudflared to main
This commit is contained in:
parent
4dc2de88e2
commit
2b660e73e9
6 changed files with 43 additions and 34 deletions
|
|
@ -27,6 +27,6 @@ let cfg = config.cos.trilium; in
|
|||
dataDir = cfg.dataDir;
|
||||
};
|
||||
|
||||
services.cloudflared.tunnels."4fc85af1-38f7-4c96-856c-7c797c5e3bf8".ingress.${cfg.hostname} = "http://${config.services.trilium-server.host}:${builtins.toString cfg.port}";
|
||||
services.cloudflared.tunnels.mine.ingress.${cfg.hostname} = "http://${config.services.trilium-server.host}:${builtins.toString cfg.port}";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue