change redirect
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 36s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 36s
This commit is contained in:
parent
fb22490bd8
commit
836d36b8d4
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
};
|
||||
redirects = {
|
||||
"www" = "https://proxy.${homelab.domain}";
|
||||
"dash" = "https://${homelab.domain}";
|
||||
"dash" = "https://proxy.${homelab.domain}";
|
||||
"immich" = "https://gallery.proxy.${homelab.domain}";
|
||||
};
|
||||
exta-conf = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue