mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on motionEye to 11bd146
This commit is contained in:
parent
48bbec2cce
commit
7adcd41f88
4 changed files with 21 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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 <git@frenck.dev>
|
||||
- ⬆ Upgrades libcurl to 7.69.1-r1
|
||||
- ⬆ Upgrades add-on base image to v8.0.3
|
||||
|
|
|
@ -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
|
|
@ -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"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue