mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-05 11:41:27 +00:00
✨ Adds support for recording to Samba shares
This commit is contained in:
parent
6b3c8b1811
commit
27ca1aaf0e
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue