mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-10 07:21:01 +01:00
40 lines
872 B
JSON
40 lines
872 B
JSON
|
|
{
|
|
"name": "Syncthing",
|
|
"version": "1.11.0",
|
|
"slug": "syncthing",
|
|
"description": "Syncthing is a continuous file synchronization program in a de-centralized way. ",
|
|
"url": "https://github.com/Poeschl/Hassio-Addons/tree/master/syncthing",
|
|
"arch": [
|
|
"armhf",
|
|
"armv7",
|
|
"aarch64",
|
|
"amd64",
|
|
"i386"
|
|
],
|
|
"homeassistant": "0.115.0",
|
|
"image": "ghcr.io/poeschl/ha-syncthing-{arch}",
|
|
"ports": {
|
|
"8384/tcp": null,
|
|
"22000/tcp": 22000,
|
|
"21027/udp": 21027
|
|
},
|
|
"ports_description": {
|
|
"8384/tcp": "Web frontend (not needed with Ingress)",
|
|
"22000/tcp": "Sync protocol",
|
|
"21027/udp": "Discovery broadcast"
|
|
},
|
|
"ingress": true,
|
|
"ingress_port": 8384,
|
|
"panel_title": "Syncthing",
|
|
"panel_icon": "mdi:sync",
|
|
"map": [
|
|
"share:rw",
|
|
"config:rw",
|
|
"backup:rw",
|
|
"addons:rw",
|
|
"ssl:rw",
|
|
"media:rw"
|
|
]
|
|
}
|