Adds support for recording to Samba shares

This commit is contained in:
Franck Nijhof 2018-10-23 23:06:35 +02:00
parent 6b3c8b1811
commit 27ca1aaf0e
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 5 additions and 4 deletions

View file

@ -146,10 +146,6 @@ panel_iframe:
## Known issues and limitations ## Known issues and limitations
- motionEye does support writing video to network/Samba shares, however,
this add-on does not support that yet. This is caused by a privilege
limitation of Hass.io. A change for Hass.io is pending to allow this
in the near future.
- Local USB or Pi cameras are currently not supported yet. This is - Local USB or Pi cameras are currently not supported yet. This is
caused by a limitation of Hass.io. A request for a change has been made caused by a limitation of Hass.io. A request for a change has been made
to make this possible in the future. motionEye(OS) allows you to use a second to make this possible in the future. motionEye(OS) allows you to use a second

View file

@ -17,6 +17,11 @@
"hassio_role": "default", "hassio_role": "default",
"homeassistant_api": false, "homeassistant_api": false,
"host_network": true, "host_network": true,
"apparmor": false,
"privileged": [
"DAC_READ_SEARCH",
"SYS_ADMIN"
],
"map": [ "map": [
"config", "config",
"share:rw", "share:rw",