mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 01:48:09 +01:00
Updated Enabling U2F authentication (markdown)
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`.
|
Loading…
Reference in New Issue
Block a user