⬆️ Updating add-on motionEye to 8e58429

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-11 11:22:16 +00:00
parent 20ff180df1
commit 0d547ff8c9
4 changed files with 9 additions and 6 deletions

View file

@ -1056,10 +1056,10 @@ SOFTWARE.
[ledfx-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[ledfx-i386-shield]: https://img.shields.io/badge/i386-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/d7bddfc [addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/8e58429
[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/d7bddfc/README.md [addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/8e58429/README.md
[motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues [motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues
[motioneye-version-shield]: https://img.shields.io/badge/version-d7bddfc-blue.svg [motioneye-version-shield]: https://img.shields.io/badge/version-8e58429-blue.svg
[motioneye-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[motioneye-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [motioneye-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,6 @@
# Changelog since v0.15.0 # Changelog since v0.15.0
- 🔥 Less logging for motionEye add-on log output (#287)
- 🏎 Enable streaming mode for Ingress (#286)
- 🔑 Update NGINX SSL parameters (#285) - 🔑 Update NGINX SSL parameters (#285)
- 🚑 Fix contributing link in readme (#284) - 🚑 Fix contributing link in readme (#284)
- ⬆️ Upgrades add-on base image to v10.0.1 (#283) - ⬆️ Upgrades add-on base image to v10.0.1 (#283)

View file

@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-d7bddfc-blue.svg [release-shield]: https://img.shields.io/badge/version-8e58429-blue.svg
[release]: https://github.com/hassio-addons/addon-motioneye/tree/d7bddfc [release]: https://github.com/hassio-addons/addon-motioneye/tree/8e58429
[screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/main/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/main/images/screenshot.png

View file

@ -1,11 +1,12 @@
{ {
"name": "motionEye", "name": "motionEye",
"version": "d7bddfc", "version": "8e58429",
"slug": "motioneye", "slug": "motioneye",
"description": "Simple, elegant and feature-rich CCTV/NVR for your cameras", "description": "Simple, elegant and feature-rich CCTV/NVR for your cameras",
"url": "https://github.com/hassio-addons/addon-motioneye", "url": "https://github.com/hassio-addons/addon-motioneye",
"ingress": true, "ingress": true,
"ingress_port": 0, "ingress_port": 0,
"ingress_stream": true,
"panel_icon": "mdi:cctv", "panel_icon": "mdi:cctv",
"homeassistant": "0.92.0b2", "homeassistant": "0.92.0b2",
"arch": [ "arch": [