1
0
mirror of https://github.com/bitwarden/web synced 2026-01-08 11:33:44 +00:00

Update docker

This commit is contained in:
Vince Grassia
2022-02-26 18:14:31 -05:00
parent 98fb71fcb6
commit dbd70f687d
7 changed files with 76 additions and 61 deletions

View File

@@ -0,0 +1,15 @@
{
"trustedFacets": [
{
"version": {
"major": 1,
"minor": 0
},
"ids": [
"{{ getenv "globalSettings__baseServiceUri__vault" "https://localhost" }}",
"ios:bundle-id:com.8bit.bitwarden",
"android:apk-key-hash:dUGFzUzf3lmHSLBDBIv+WaFyZMI"
]
}
]
}

6
docker/confd/app-id.toml Normal file
View File

@@ -0,0 +1,6 @@
[template]
src = "app-id.conf.tmpl"
dest = "/etc/bitwarden/web/app-id.json"
keys = [
"globalSettings__baseServiceUri__vault"
]