mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 23:54:55 +02:00
Align folders with updated upstream name
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Open source password management solution",
|
||||
"image": "ghcr.io/alexbelgium/vaultwarden-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"ssl"
|
||||
],
|
||||
"name": "Vaultwarden (Bitwarden)",
|
||||
"options": {
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"ssl": true
|
||||
},
|
||||
"ports": {
|
||||
"7277/tcp": 7277
|
||||
},
|
||||
"ports_description": {
|
||||
"7277/tcp": "Bitwarden Vault"
|
||||
},
|
||||
"schema": {
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
"request_size_limit": "int?",
|
||||
"ssl": "bool"
|
||||
},
|
||||
"slug": "bitwarden",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bitwarden",
|
||||
"version": "1.26.0",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]"
|
||||
}
|
||||
Reference in New Issue
Block a user