From 7adcd41f887eba6067136b9c72ad7c58d6473552 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 23 Sep 2020 15:25:32 +0000 Subject: [PATCH] :arrow_up: Updating add-on motionEye to 11bd146 --- README.md | 6 +++--- motioneye/CHANGELOG.md | 14 ++++++++++++++ motioneye/README.md | 4 ++-- motioneye/config.json | 3 ++- 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b8e497431..e37e471af 100644 --- a/README.md +++ b/README.md @@ -1316,10 +1316,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/6b25e70 -[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/6b25e70/README.md +[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/11bd146 +[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/11bd146/README.md [motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues -[motioneye-version-shield]: https://img.shields.io/badge/version-6b25e70-blue.svg +[motioneye-version-shield]: https://img.shields.io/badge/version-11bd146-blue.svg [motioneye-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/motioneye-armhf.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 diff --git a/motioneye/CHANGELOG.md b/motioneye/CHANGELOG.md index fd487ae5b..dcbfed955 100644 --- a/motioneye/CHANGELOG.md +++ b/motioneye/CHANGELOG.md @@ -1,3 +1,17 @@ # Changelog since v0.9.0 +- ✨ Add support for the new media folder +- 🚑Build motion locally (#117) + +* 🔨Add build dependencies + +* 🔨Add run dependencies + +* 🔨Build motion locally + +* 🔨Add hadolint exception (./configure) + +* ✏ Tabs to spaces, remove inline comment + +Co-authored-by: Franck Nijhof - ⬆ Upgrades libcurl to 7.69.1-r1 - ⬆ Upgrades add-on base image to v8.0.3 diff --git a/motioneye/README.md b/motioneye/README.md index d882a6510..b271e2f72 100644 --- a/motioneye/README.md +++ b/motioneye/README.md @@ -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-6b25e70-blue.svg -[release]: https://github.com/hassio-addons/addon-motioneye/tree/6b25e70 +[release-shield]: https://img.shields.io/badge/version-11bd146-blue.svg +[release]: https://github.com/hassio-addons/addon-motioneye/tree/11bd146 [screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/master/images/screenshot.png \ No newline at end of file diff --git a/motioneye/config.json b/motioneye/config.json index 942bf2281..90bd06c4f 100644 --- a/motioneye/config.json +++ b/motioneye/config.json @@ -1,6 +1,6 @@ { "name": "motionEye", - "version": "6b25e70", + "version": "11bd146", "slug": "motioneye", "description": "Simple, elegant and feature-rich CCTV/NVR for your cameras", "url": "https://github.com/hassio-addons/addon-motioneye", @@ -35,6 +35,7 @@ "SYS_ADMIN" ], "map": [ + "media:rw", "share:rw", "ssl" ],