mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on motionEye to c867760
This commit is contained in:
parent
666b0ad2cd
commit
87e0770afe
5 changed files with 56 additions and 68 deletions
|
@ -1079,10 +1079,10 @@ SOFTWARE.
|
|||
[ledfx-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[ledfx-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[ledfx-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/df06941
|
||||
[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/df06941/README.md
|
||||
[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/c867760
|
||||
[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/c867760/README.md
|
||||
[motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues
|
||||
[motioneye-version-shield]: https://img.shields.io/badge/version-df06941-blue.svg
|
||||
[motioneye-version-shield]: https://img.shields.io/badge/version-c867760-blue.svg
|
||||
[motioneye-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[motioneye-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[motioneye-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Changelog since v0.15.1
|
||||
- Migrate JSON config to YAML (#319)
|
||||
- Switch to centralized GitHub Action Workflows (#318)
|
||||
- ⬆️ Upgrades ffmpeg to 4.4.1-r0 (#317)
|
||||
- ⬇️ Downgrade pillow to 6.2.2 (#316)
|
||||
|
|
|
@ -56,6 +56,6 @@ If you are more interested in stable releases of our add-ons:
|
|||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-df06941-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-motioneye/tree/df06941
|
||||
[release-shield]: https://img.shields.io/badge/version-c867760-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-motioneye/tree/c867760
|
||||
[screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/main/images/screenshot.png
|
|
@ -1,63 +0,0 @@
|
|||
{
|
||||
"name": "motionEye",
|
||||
"version": "df06941",
|
||||
"slug": "motioneye",
|
||||
"description": "Simple, elegant and feature-rich CCTV/NVR for your cameras",
|
||||
"url": "https://github.com/hassio-addons/addon-motioneye",
|
||||
"ingress": true,
|
||||
"ingress_port": 0,
|
||||
"ingress_stream": true,
|
||||
"panel_icon": "mdi:cctv",
|
||||
"homeassistant": "0.92.0b2",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"init": false,
|
||||
"ports": {
|
||||
"80/tcp": null
|
||||
},
|
||||
"ports_description": {
|
||||
"80/tcp": "Web interface (Not required for Ingress)"
|
||||
},
|
||||
"discovery": [
|
||||
"motioneye"
|
||||
],
|
||||
"host_network": true,
|
||||
"apparmor": false,
|
||||
"video": true,
|
||||
"privileged": [
|
||||
"DAC_READ_SEARCH",
|
||||
"SYS_ADMIN"
|
||||
],
|
||||
"map": [
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"options": {
|
||||
"motion_webcontrol": false,
|
||||
"ssl": true,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"action_buttons": []
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
"motion_webcontrol": "bool",
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"action_buttons": [
|
||||
{
|
||||
"type": "list(lock|unlock|light_on|light_off|alarm_on|alarm_off|up|right|down|left|zoom_in|zoom_out|preset1|preset2|preset3|preset4|preset5|preset6|preset7|preset8|preset9)?",
|
||||
"camera": "int?",
|
||||
"command": "str?"
|
||||
}
|
||||
]
|
||||
},
|
||||
"image": "ghcr.io/hassio-addons/motioneye/{arch}"
|
||||
}
|
50
motioneye/config.yaml
Normal file
50
motioneye/config.yaml
Normal file
|
@ -0,0 +1,50 @@
|
|||
apparmor: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
description: Simple, elegant and feature-rich CCTV/NVR for your cameras
|
||||
discovery:
|
||||
- motioneye
|
||||
homeassistant: 0.92.0b2
|
||||
host_network: true
|
||||
image: ghcr.io/hassio-addons/motioneye/{arch}
|
||||
ingress: true
|
||||
ingress_port: 0
|
||||
ingress_stream: true
|
||||
init: false
|
||||
map:
|
||||
- media:rw
|
||||
- share:rw
|
||||
- ssl
|
||||
name: motionEye
|
||||
options:
|
||||
action_buttons: []
|
||||
certfile: fullchain.pem
|
||||
keyfile: privkey.pem
|
||||
motion_webcontrol: false
|
||||
ssl: true
|
||||
panel_icon: mdi:cctv
|
||||
ports:
|
||||
80/tcp: null
|
||||
ports_description:
|
||||
80/tcp: Web interface (Not required for Ingress)
|
||||
privileged:
|
||||
- DAC_READ_SEARCH
|
||||
- SYS_ADMIN
|
||||
schema:
|
||||
action_buttons:
|
||||
- camera: int?
|
||||
command: str?
|
||||
type: list(lock|unlock|light_on|light_off|alarm_on|alarm_off|up|right|down|left|zoom_in|zoom_out|preset1|preset2|preset3|preset4|preset5|preset6|preset7|preset8|preset9)?
|
||||
certfile: str
|
||||
keyfile: str
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
motion_webcontrol: bool
|
||||
ssl: bool
|
||||
slug: motioneye
|
||||
url: https://github.com/hassio-addons/addon-motioneye
|
||||
version: c867760
|
||||
video: true
|
Loading…
Add table
Add a link
Reference in a new issue