enable cryptpad
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 5m1s
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 5m1s
This commit is contained in:
parent
bd7e176671
commit
a694fe1f9b
2 changed files with 3 additions and 1 deletions
|
|
@ -54,9 +54,10 @@ in {
|
|||
[ "Dockge" "docker" "https://containers.proxy.${domain}" "http://localhost:5001/" ]
|
||||
];
|
||||
routes = {
|
||||
"docs-sandbox.${domain}" = "http://localhost:7090";
|
||||
"docs.${domain}" = "http://localhost:7090";
|
||||
"cdn.${domain}" = selfSigned "https://localhost:3923";
|
||||
"git.${domain}" = "http://localhost:5080";
|
||||
"docs.${domain}" = "http://localhost:7090";
|
||||
"auth.${domain}" = "http://localhost:1411";
|
||||
"dash.${domain}" = "http://localhost:5070";
|
||||
"media.${domain}" = "http://localhost:8096";
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ in {
|
|||
./homelab/pass.nix
|
||||
./homelab/dash.nix
|
||||
./homelab/code.nix
|
||||
./homelab/docs.nix
|
||||
./homelab/dns.nix
|
||||
./homelab/git.nix
|
||||
./homelab/cdn.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue