0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-17 03:19:02 +02:00

Updated Enabling U2F authentication (markdown)

gstammw 2019-08-16 10:18:15 +02:00
parent df8d2c62c0
commit 51e70c441c

@ -11,4 +11,6 @@ docker run -d --name bitwarden \
bitwardenrs/server:latest
```
Note that the value has to include the `https://` and it may include a port at the end (in the format of `https://bw.domain.tld:port`) when not using `443`.
Note that the value has to include the `https://` and it may include a port at the end (in the format of `https://bw.domain.tld:port`) when not using `443`.
One must also modify the url from the default-value of "https://vault.bitwarden.com" to the self-hosted-url in the file /web-vault/app-id.json inside the docker container, e.g. using `sed -i -e 's/vault.bitwarden.com/bitwarden.yourhost.com/g' /web-vault/app-id.json`.