Files
hassio-addons/baikal/config.json
2022-12-13 01:55:32 +01:00

27 lines
534 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.3",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}