🎉 Release of add-on motionEye 0.11.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-24 17:08:42 +00:00
parent d2090fbe4f
commit 04d021e4d4
5 changed files with 32 additions and 29 deletions

View file

@ -1084,10 +1084,10 @@ SOFTWARE.
[chrony-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [chrony-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[chrony-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [chrony-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[chrony-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [chrony-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/v0.10.2 [addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/v0.11.0
[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/v0.10.2/README.md [addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/v0.11.0/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-v0.10.2-blue.svg [motioneye-version-shield]: https://img.shields.io/badge/version-v0.11.0-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,11 +1,20 @@
[Full Changelog][changelog] ## Whats changed
### 🔨 Changes ## 🚀 Enhancements
- 🔨 Fix deletion of uploadservices.json (#125) - Refactor NGINX configuration @frenck (#158)
[changelog]: https://github.com/hassio-addons/addon-motioneye/compare/v0.10.1...v0.10.2 ## 🧰 Maintenance
Questions? Join our Discord server! https://discord.me/hassioaddons - Cleanup repository @frenck (#144)
Enjoying my add-ons? Consider supporting my work: - Happy New Year @frenck (#145)
https://github.com/sponsors/frenck or https://patreon.com/frenck - Upgrade Code of Conduct @frenck (#146)
- Add new repository workflow @frenck (#147)
- Activate dependabot for Python dependencies @frenck (#150)
- Add .python-version for dependabot @frenck (#157)
## ⬆️ Dependency updates
- Upgrade add-on base image to 9.1.0 @frenck (#149)
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#151)
- Upgrade motion to 4.3.2 @frenck (#156)

View file

@ -55,7 +55,7 @@ dealing with an unknown issue. Possible values are:
- `debug`: Shows detailed debug information. - `debug`: Shows detailed debug information.
- `info`: Normal (usually) interesting events. - `info`: Normal (usually) interesting events.
- `warning`: Exceptional occurrences that are not errors. - `warning`: Exceptional occurrences that are not errors.
- `error`: Runtime errors that do not require immediate action. - `error`: Runtime errors that do not require immediate action.
- `fatal`: Something went terribly wrong. Add-on becomes unusable. - `fatal`: Something went terribly wrong. Add-on becomes unusable.
Please note that each level automatically includes log messages from a Please note that each level automatically includes log messages from a
@ -127,16 +127,15 @@ The bash shell command to be executed when the button is pressed.
## Changelog & Releases ## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases] This repository keeps a change log using [GitHub's releases][releases]
functionality. The format of the log is based on functionality.
[Keep a Changelog][keepchangelog].
Releases are based on [Semantic Versioning][semver], and use the format Releases are based on [Semantic Versioning][semver], and use the format
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
based on the following: based on the following:
- ``MAJOR``: Incompatible or major changes. - `MAJOR`: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements. - `MINOR`: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates. - `PATCH`: Backwards-compatible bugfixes and package updates.
## Support ## Support
@ -164,7 +163,7 @@ check [the contributor's page][contributors].
MIT License MIT License
Copyright (c) 2018-2020 Franck Nijhof Copyright (c) 2018-2021 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
@ -191,7 +190,6 @@ SOFTWARE.
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-motioneye/71826?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-motioneye/71826?u=frenck
[frenck]: https://github.com/frenck [frenck]: https://github.com/frenck
[issue]: https://github.com/hassio-addons/addon-motioneye/issues [issue]: https://github.com/hassio-addons/addon-motioneye/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[motioneye-wiki-action-buttons]: https://github.com/ccrisan/motioneye/wiki/Action-Buttons [motioneye-wiki-action-buttons]: https://github.com/ccrisan/motioneye/wiki/Action-Buttons
[reddit]: https://reddit.com/r/homeassistant [reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-motioneye/releases [releases]: https://github.com/hassio-addons/addon-motioneye/releases

View file

@ -49,10 +49,10 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-motioneye/71826?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-motioneye/71826?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck [github-sponsors]: https://github.com/sponsors/frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[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-v0.10.2-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.11.0-blue.svg
[release]: https://github.com/hassio-addons/addon-motioneye/tree/v0.10.2 [release]: https://github.com/hassio-addons/addon-motioneye/tree/v0.11.0
[screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/main/images/screenshot.png

View file

@ -1,11 +1,10 @@
{ {
"name": "motionEye", "name": "motionEye",
"version": "0.10.2", "version": "0.11.0",
"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",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8765]", "webui": "[PROTO:ssl]://[HOST]:[PORT:8765]",
"startup": "application",
"ingress": true, "ingress": true,
"ingress_port": 0, "ingress_port": 0,
"panel_icon": "mdi:cctv", "panel_icon": "mdi:cctv",
@ -24,9 +23,6 @@
"ports_description": { "ports_description": {
"80/tcp": "Web interface (Not required for Ingress)" "80/tcp": "Web interface (Not required for Ingress)"
}, },
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"host_network": true, "host_network": true,
"apparmor": false, "apparmor": false,
"video": true, "video": true,
@ -60,5 +56,5 @@
} }
] ]
}, },
"image": "hassioaddons/motioneye" "image": "ghcr.io/hassio-addons/motioneye/{arch}"
} }