mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on motionEye 0.2.0
This commit is contained in:
parent
e165e77ab5
commit
a04c0dd2dd
4 changed files with 16 additions and 9 deletions
|
@ -715,10 +715,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.1.1
|
||||
[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/v0.1.1/README.md
|
||||
[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
|
||||
[motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues
|
||||
[motioneye-version-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg
|
||||
[motioneye-version-shield]: https://img.shields.io/badge/version-v0.2.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
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
### Changed
|
||||
|
||||
- Fixes issue with SSL not working
|
||||
- Changed past to paste (#9) (@dayofdoom)
|
||||
- Change server name to avoid confusion (#4) (@timmo001)
|
||||
- Adds support for recording to Samba shares (#10)
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-motioneye/compare/v0.1.0...v0.1.1
|
||||
[changelog]: https://github.com/hassio-addons/addon-motioneye/compare/v0.1.1...v0.2.0
|
|
@ -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.1.1/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-motioneye/blob/v0.2.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
|
||||
[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.1.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-motioneye/tree/v0.1.1
|
||||
[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
|
||||
[screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "motionEye",
|
||||
"version": "0.1.1",
|
||||
"version": "0.2.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",
|
||||
|
@ -17,6 +17,11 @@
|
|||
"hassio_role": "default",
|
||||
"homeassistant_api": false,
|
||||
"host_network": true,
|
||||
"apparmor": false,
|
||||
"privileged": [
|
||||
"DAC_READ_SEARCH",
|
||||
"SYS_ADMIN"
|
||||
],
|
||||
"map": [
|
||||
"config",
|
||||
"share:rw",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue