0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-16 10:58:20 +02:00

Updated Enabling U2F authentication (markdown)

gstammw 2019-08-16 10:26:48 +02:00
parent 51e70c441c
commit 73e8a6da39

@ -13,4 +13,4 @@ docker run -d --name bitwarden \
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`.
One must also modify the url contained in the file /web-vault/app-id.json inside the docker container from the default-value of "https://vault.bitwarden.com" to the self-hosted-url, e.g. using `sed -i -e 's/vault.bitwarden.com/bitwarden.yourhost.com/g' /web-vault/app-id.json`.