mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
27 lines
534 B
JSON
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]"
|
|
}
|