Files
hassio-addons/baikal/config.json
2022-11-26 21:50:07 +01:00

26 lines
533 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Baïkal is a Calendar+Contacts server",
"image": "ghcr.io/alexbelgium/baikal-{arch}",
"map": [
"config:rw",
"share:rw",
"ssl:ro"
],
"name": "Baikal",
"ports": {
"80/tcp": 8013
},
"ports_description": {
"80/tcp": "Web UI port"
},
"slug": "baikal",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.9.2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}