mirror of
https://github.com/bitwarden/web
synced 2026-01-08 11:33:44 +00:00
Update docker
This commit is contained in:
15
docker/confd/app-id.conf.tmpl
Normal file
15
docker/confd/app-id.conf.tmpl
Normal 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
6
docker/confd/app-id.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[template]
|
||||
src = "app-id.conf.tmpl"
|
||||
dest = "/etc/bitwarden/web/app-id.json"
|
||||
keys = [
|
||||
"globalSettings__baseServiceUri__vault"
|
||||
]
|
||||
Reference in New Issue
Block a user