Birthday!

This commit is contained in:
Invariantspace 2024-01-31 11:06:40 -08:00
parent d6495a078d
commit 82b3dcc8d3
4 changed files with 56 additions and 63 deletions

View file

@ -49,9 +49,7 @@
'';
"vault.${dn}".extraConfig =
''
reverse_proxy /notifications/hub/negotiate ${local}:${portStr.vault-rkt}
reverse_proxy /notifications/hub ${local}:${portStr.vault-ws}
reverse_proxy ${local}:${portStr.vault-rkt} {
reverse_proxy ${local}:${portStr.vault} {
header_up X-Real-IP {remote_host}
}
'';

View file

@ -8,11 +8,7 @@
SIGNUPS_ALLOWED = false;
# Specify service port
ROCKET_ADDRESS = const.localhost;
ROCKET_PORT = const.port.vault-rkt;
# Specify notification port
WEBSOCKET_ENABLED = true;
WEBSOCKET_ADDRESS = const.localhost;
WEBSOCKET_PORT = const.port.vault-ws;
ROCKET_PORT = const.port.vault;
};
};
}