add vaultwarden

This commit is contained in:
Emelie 2021-09-22 15:31:20 +02:00
parent b14a690975
commit fcba9260bc
Signed by: emelie
GPG key ID: 49D33365A7E22D12
7 changed files with 75 additions and 6 deletions

View file

@ -68,6 +68,22 @@
forceSSL = true;
locations."/".proxyPass = "http://unix:/run/gitea/gitea.sock:";
};
"vault.graven.dev" = {
forceSSL = true;
useACMEHost = "vault.graven.dev";
locations."/" = {
proxyPass = "http://localhost:8812";
proxyWebsockets = true;
};
locations."/notifications/hub" = {
proxyPass = "http://localhost:3012";
proxyWebsockets = true;
};
locations."/notifications/hub/negotiate" = {
proxyPass = "http://localhost:8812";
proxyWebsockets = true;
};
};
};
};
}