From 5723abb81f2c582a4e5f48822e7ae6e3cd895cc9 Mon Sep 17 00:00:00 2001 From: uSlackr Date: Fri, 18 Apr 2025 03:14:08 -0400 Subject: [PATCH] VaultWarden: Update json with additonal information (#3929) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update vaultwarden.json Add description of issue if web sited accessed without proxy & cert in an attempt to limit support issues * Update frontend/public/json/vaultwarden.json --------- Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- frontend/public/json/vaultwarden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/vaultwarden.json b/frontend/public/json/vaultwarden.json index 7c703a602..10f93adc8 100644 --- a/frontend/public/json/vaultwarden.json +++ b/frontend/public/json/vaultwarden.json @@ -43,7 +43,7 @@ }, "notes": [ { - "text": "Vaultwarden needs to be behind a proxy (Nginx Proxy Manager) to obtain HTTPS and to allow clients to connect.", + "text": "Vaultwarden needs to be behind a proxy (Nginx Proxy Manager, Caddy, etc) to obtain HTTPS and to allow clients to connect. If you try to open the web page directly on the new container, the web site will not load", "type": "warning" }, {