⬆️ Updating add-on motionEye to df06941

This commit is contained in:
Community Hass.io Add-ons Bot 2021-11-07 11:04:42 +00:00
parent 49ed8a52f0
commit fd598e5755
6 changed files with 44 additions and 49 deletions

View file

@ -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/f4d4eef
[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/f4d4eef/README.md
[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
[motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues
[motioneye-version-shield]: https://img.shields.io/badge/version-f4d4eef-blue.svg
[motioneye-version-shield]: https://img.shields.io/badge/version-df06941-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

View file

@ -1,5 +1,42 @@
# Changelog since v0.15.1
- ⬆ Upgrade lock-threads workflow to 3.0.0 (#309)
- Switch to centralized GitHub Action Workflows (#318)
- ⬆️ Upgrades ffmpeg to 4.4.1-r0 (#317)
- ⬇️ Downgrade pillow to 6.2.2 (#316)
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#311)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump pillow from 6.2.2 to 8.4.0 in /motioneye (#312)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 8.4.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/6.2.2...8.4.0)
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Upgrade lock-threads workflow to 3.0.0 (#309)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#306)
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.3 to 2.4.1.

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]: 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-f4d4eef-blue.svg
[release]: https://github.com/hassio-addons/addon-motioneye/tree/f4d4eef
[release-shield]: https://img.shields.io/badge/version-df06941-blue.svg
[release]: https://github.com/hassio-addons/addon-motioneye/tree/df06941
[screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "motionEye",
"version": "f4d4eef",
"version": "df06941",
"slug": "motioneye",
"description": "Simple, elegant and feature-rich CCTV/NVR for your cameras",
"url": "https://github.com/hassio-addons/addon-motioneye",

View file

@ -1,21 +0,0 @@
configuration:
action_buttons:
description: 'If configured, a script will be created to implement an motionEye action button. See add-on documentation for usage details.'
name: 'Action buttons'
certfile:
description: 'The certificate file to use for SSL. Note that this file must exist in the /ssl/ folder.'
name: 'Certificate file'
keyfile:
description: 'The private key file to use for SSL. Note that this file must exist in the /ssl/ folder.'
name: 'Private key file'
log_level:
description: 'Controls the level of log details the add-on provides.'
name: 'Log level'
motion_webcontrol:
description: 'Enables the motion webcontrol endpoint running on port 7999.'
name: 'Motion webcontrol'
ssl:
description: 'Enables/Disables SSL (HTTPS) on the web interface of motionEye.'
name: SSL
network:
80/tcp: 'Web interface (Not required for Ingress)'

View file

@ -1,21 +0,0 @@
configuration:
action_buttons:
description: 'If configured, a script will be created to implement an motionEye action button. See add-on documentation for usage details.'
name: 'Action buttons'
certfile:
description: 'The certificate file to use for SSL. Note that this file must exist in the /ssl/ folder.'
name: 'Certificate file'
keyfile:
description: 'The private key file to use for SSL. Note that this file must exist in the /ssl/ folder.'
name: 'Private key file'
log_level:
description: 'Bepaalt het niveau van de logs die de add-on toont.'
name: 'Log niveau'
motion_webcontrol:
description: 'Enables the motion webcontrol endpoint running on port 7999.'
name: 'Motion webcontrol'
ssl:
description: 'Enables/Disables SSL (HTTPS) on the web interface of motionEye.'
name: SSL
network:
80/tcp: 'Web interface (Not required for Ingress)'