Files
addons/samba/config.json
Jorim Tielemans e5c3bf8dee Fix /backup path (#439)
* Fix /backup path

* Update CHANGELOG.md

* Update config.json

* Update config.json

* Update CHANGELOG.md
2018-11-04 17:21:45 +01:00

31 lines
718 B
JSON

{
"name": "Samba share",
"version": "8",
"slug": "samba",
"description": "Expose Hass.io folders with SMB/CIFS",
"url": "https://home-assistant.io/addons/samba/",
"startup": "services",
"boot": "auto",
"host_network": true,
"map": ["config:rw", "ssl:rw", "addons:rw", "share:rw", "backup:rw"],
"options": {
"workgroup": "WORKGROUP",
"username": "hassio",
"password": null,
"interface": "",
"allow_hosts": [
"10.0.0.0/8",
"172.16.0.0/12",
"192.168.0.0/16"
]
},
"schema": {
"workgroup": "str",
"username": "str",
"password": "str",
"interface": "str",
"allow_hosts": ["str"]
},
"image": "homeassistant/{arch}-addon-samba"
}