mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-04 19:21:22 +00:00
🔨 Update add-on config with new password & list features
This commit is contained in:
parent
8a206bfeb5
commit
04b267d565
1 changed files with 4 additions and 16 deletions
|
@ -10,13 +10,7 @@
|
|||
"ingress_port": 0,
|
||||
"panel_icon": "mdi:cctv",
|
||||
"homeassistant": "0.92.0b2",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
|
||||
"ports": {
|
||||
"80/tcp": null
|
||||
},
|
||||
|
@ -28,14 +22,8 @@
|
|||
"hassio_role": "default",
|
||||
"host_network": true,
|
||||
"apparmor": false,
|
||||
"privileged": [
|
||||
"DAC_READ_SEARCH",
|
||||
"SYS_ADMIN"
|
||||
],
|
||||
"map": [
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"privileged": ["DAC_READ_SEARCH", "SYS_ADMIN"],
|
||||
"map": ["share:rw", "ssl"],
|
||||
"options": {
|
||||
"motion_webcontrol": false,
|
||||
"ssl": true,
|
||||
|
@ -43,7 +31,7 @@
|
|||
"keyfile": "privkey.pem"
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
"motion_webcontrol": "bool",
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue