mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 09:13:02 +03:00
[PR #6041] improve the usage section of the README #2485
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/dani-garcia/vaultwarden/pull/6041
State: closed
Merged: Yes
Given a recent influx of people having issues with the infinite loading/spinning circle (cf. #5486, #5506, #5602, #5815, #5820, #5864, #5971 and also this guy) I think that it might be helpful to reword the usage section a bit because at the moment it sounds a bit like this is optional and also dependent on an error message that does not show up any more. (The web-vault used to show a toast with a warning but since a few releases it requires the secure context earlier and just throws an exception about that in the web console which many beginners won't check.)
Setting the port to publish to
127.0.0.1:8000should also make it clearer that you need to open the Web-Vault via localhost or setup a reverse proxy that enables access via HTTPS if you want it accessible on other hosts.My next TODO would be to streamline the Proxy examples page because at the moment they differ a lot (some using
127.0.0.1:8080,localhost:8080some using<SERVER>:80,<SERVER>:8080or<SERVER>:<SERVER_PORT>) and also updating the Enabling HTTPS page.I'm not that sure about the docker compose example however if I compare it with this wiki page. (Maybe it would be better to just remove it again?)