From 2d7cdbb4aff46f6101c446cfa5cad53cb92777af Mon Sep 17 00:00:00 2001 From: danielresnick Date: Wed, 28 Aug 2019 10:13:49 +1200 Subject: [PATCH] The domain environment variable is already correctly applied to the app-id.json file - see https://github.com/dani-garcia/bitwarden_rs/blob/515b87755a35b35afd8d8a7cf72996a518f82c17/src/api/web.rs#L41. --- Enabling-U2F-authentication.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Enabling-U2F-authentication.md b/Enabling-U2F-authentication.md index 10fa631..056b529 100644 --- a/Enabling-U2F-authentication.md +++ b/Enabling-U2F-authentication.md @@ -11,6 +11,4 @@ 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`. - -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`. You can enter the container with `docker exec -it bitwarden.service bash`. \ No newline at end of file +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`. \ No newline at end of file