mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
24 lines
502 B
JSON
24 lines
502 B
JSON
{
|
|
"arch": [
|
|
"amd64"
|
|
],
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"description": "Whatsapper for Home Assistant",
|
|
"image": "ghcr.io/alexbelgium/whatsapper-{arch}",
|
|
"map": [
|
|
"addon_config:rw",
|
|
"share:rw"
|
|
],
|
|
"name": "Whatsapper",
|
|
"ports": {
|
|
"3000/tcp": 4000
|
|
},
|
|
"ports_description": {
|
|
"3000/tcp": "Api interface"
|
|
},
|
|
"slug": "whatsapper",
|
|
"udev": true,
|
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whatsapper",
|
|
"version": "1.0.4"
|
|
}
|