vaultwarden: remove ws endpoint

This commit is contained in:
Motiejus Jakštys 2024-08-02 15:43:37 +03:00
parent a384613f89
commit fd9a4821a0
1 changed files with 0 additions and 8 deletions

View File

@ -266,9 +266,6 @@
X-Frame-Options "SAMEORIGIN" X-Frame-Options "SAMEORIGIN"
} }
# deprecated from vaultwarden 1.29.0
reverse_proxy /notifications/hub 127.0.0.1:${toString myData.ports.vaultwarden_ws}
reverse_proxy 127.0.0.1:${toString myData.ports.vaultwarden} { reverse_proxy 127.0.0.1:${toString myData.ports.vaultwarden} {
header_up X-Real-IP {remote_host} header_up X-Real-IP {remote_host}
} }
@ -509,11 +506,6 @@
INVITATION_ORG_NAME = "jakstys"; INVITATION_ORG_NAME = "jakstys";
PUSH_ENABLED = true; PUSH_ENABLED = true;
# TODO remove after 1.29.0
WEBSOCKET_ENABLED = true;
WEBSOCKET_ADDRESS = "127.0.0.1";
WEBSOCKET_PORT = myData.ports.vaultwarden_ws;
SMTP_HOST = "localhost"; SMTP_HOST = "localhost";
SMTP_PORT = 25; SMTP_PORT = 25;
SMTP_SECURITY = "off"; SMTP_SECURITY = "off";