feat: add redirect

This commit is contained in:
Katharina Heidenreich 2026-04-04 17:22:37 +02:00
parent e38ffbedf4
commit c923126eff
3 changed files with 53 additions and 2 deletions

View file

@ -16,4 +16,15 @@ in
proxyWebsockets = true;
};
}
{
type = "redirect";
domain = "wekan.${net.devices.remote_proxy.domain}";
endpoint = "/";
force_ssl = true;
port = 443;
content = {
target = "https://vikunja.${net.devices.remote_proxy.domain}/";
status = 301;
};
}
]