mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-08 15:01:00 +02:00
addition of updated bitwarden
This commit is contained in:
33
bitwarden/config.json
Normal file
33
bitwarden/config.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "Bitwarden RS",
|
||||
"version": "1.18.0_test",
|
||||
"slug": "bitwarden",
|
||||
"description": "Open source password management solution",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]",
|
||||
"startup": "services",
|
||||
"init": false,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"ports": {
|
||||
"7277/tcp": 7277
|
||||
},
|
||||
"ports_description": {
|
||||
"7277/tcp": "Bitwarden Vault"
|
||||
},
|
||||
"map": ["ssl"],
|
||||
"options": {
|
||||
"ssl": true,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem"
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"request_size_limit": "int?"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user