🎉 Release of add-on motionEye 0.3.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-02-04 21:21:52 +00:00
parent dc88c6b6f1
commit a938eae496
4 changed files with 31 additions and 17 deletions

View file

@ -830,10 +830,10 @@ SOFTWARE.
[unifi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[unifi-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[unifi-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/v0.2.0
[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/v0.2.0/README.md
[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/v0.3.0
[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/v0.3.0/README.md
[motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues
[motioneye-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[motioneye-version-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
[motioneye-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/motioneye.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

View file

@ -2,8 +2,22 @@
### Changed
- Changed past to paste (#9) (@dayofdoom)
- Change server name to avoid confusion (#4) (@timmo001)
- Adds support for recording to Samba shares (#10)
- Fixes spelling error in Dockerfile
- Removes BountySource links
- Updates maintenance year to 2019
- Refactor of GitLab CI
- Upgrades add-on base image to 2.3.1
- Upgrades ffmpeg to 4.0.2-r0
- Upgrades motion to 4.1.1-r0
- Upgrades nginx to 1.14.2-r0
- Configure Renovate (#16)
- Replaces add-on link with GitHub link
- Removes IPv6 switch
- Refactor of installation method
- Adds option to enable motion webcontrol (#17) (@ludeeus)
- Adds mosquito clients
[changelog]: https://github.com/hassio-addons/addon-motioneye/compare/v0.1.1...v0.2.0
[changelog]: https://github.com/hassio-addons/addon-motioneye/compare/v0.2.0...v0.3.0
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -33,13 +33,13 @@ Some cool features of motionEye:
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-motioneye/blob/v0.2.0/README.md
[docs]: https://github.com/hassio-addons/addon-motioneye/blob/v0.3.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-motioneye/71826?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[patreon-shield]: https://www.frenck.nl/images/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-v0.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-motioneye/tree/v0.2.0
[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-motioneye/tree/v0.3.0
[screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/master/images/screenshot.png

View file

@ -1,9 +1,9 @@
{
"name": "motionEye",
"version": "0.2.0",
"version": "0.3.0",
"slug": "motioneye",
"description": "Simple, elegant and feature-rich CCTV/NVR for your cameras",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-motioneye/71826?u=frenck",
"url": "https://github.com/hassio-addons/addon-motioneye",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8765]",
"startup": "application",
"arch": [
@ -29,19 +29,19 @@
],
"options": {
"log_level": "info",
"motion_webcontrol": false,
"port": 8765,
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ipv6": false
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"motion_webcontrol": "bool",
"port": "port",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"ipv6": "bool"
"keyfile": "str"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"