hosts/library: add open-webui
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m17s

This commit is contained in:
2025-06-02 23:21:29 +01:00
parent 471c46d4cb
commit 13163dc1fb
6 changed files with 60 additions and 4 deletions

View File

@ -85,6 +85,14 @@ in
virtualHosts =
{
## Static sites
"chat.ai.vimium.com" = {
forceSSL = true;
enableACME = true;
extraConfig = nginxErrorPages + nginxEdgeHeaders;
locations."/" = {
proxyPass = "http://localhost:8001";
};
};
"jellyfin.vimium.com" = {
forceSSL = true;
enableACME = true;