mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
⬆️ Updating add-on motionEye to d3a7ad6
This commit is contained in:
parent
cd1841d085
commit
4b0ae01f47
5 changed files with 35 additions and 23 deletions
|
@ -1148,10 +1148,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/5678f5a
|
||||
[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/5678f5a/README.md
|
||||
[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/d3a7ad6
|
||||
[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/d3a7ad6/README.md
|
||||
[motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues
|
||||
[motioneye-version-shield]: https://img.shields.io/badge/version-5678f5a-blue.svg
|
||||
[motioneye-version-shield]: https://img.shields.io/badge/version-d3a7ad6-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
|
||||
|
|
|
@ -1,2 +1,19 @@
|
|||
# Changelog since v0.10.1
|
||||
- 🔨 Fix deletion of uploadservices.json (#125)
|
||||
# Changelog since v0.10.2
|
||||
- Upgrade add-on base image to 9.1.0 (#149)
|
||||
- Activate dependabot for Python dependencies (#150)
|
||||
- Add new repository workflow (#147)
|
||||
|
||||
* Add new repository workflow
|
||||
|
||||
* Prettified Code!
|
||||
|
||||
* Migrate Docker build arguments
|
||||
|
||||
* Documentation tweaks
|
||||
|
||||
* Address add-on lint errors
|
||||
|
||||
Co-authored-by: frenck <frenck@users.noreply.github.com>
|
||||
- Upgrade Code of Conduct (#146)
|
||||
- Happy New Year (#145)
|
||||
- Cleanup repository (#144)
|
||||
|
|
|
@ -55,7 +55,7 @@ dealing with an unknown issue. Possible values are:
|
|||
- `debug`: Shows detailed debug information.
|
||||
- `info`: Normal (usually) interesting events.
|
||||
- `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.
|
||||
|
||||
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
|
||||
|
||||
This repository keeps a change log using [GitHub's releases][releases]
|
||||
functionality. The format of the log is based on
|
||||
[Keep a Changelog][keepchangelog].
|
||||
functionality.
|
||||
|
||||
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:
|
||||
|
||||
- ``MAJOR``: Incompatible or major changes.
|
||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
||||
- `MAJOR`: Incompatible or major changes.
|
||||
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||
|
||||
## Support
|
||||
|
||||
|
@ -164,7 +163,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
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
|
||||
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
|
||||
[frenck]: https://github.com/frenck
|
||||
[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
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-motioneye/releases
|
||||
|
|
|
@ -52,10 +52,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
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
[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]: 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-5678f5a-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-motioneye/tree/5678f5a
|
||||
[screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/master/images/screenshot.png
|
||||
[release-shield]: https://img.shields.io/badge/version-d3a7ad6-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-motioneye/tree/d3a7ad6
|
||||
[screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/main/images/screenshot.png
|
|
@ -1,11 +1,10 @@
|
|||
{
|
||||
"name": "motionEye",
|
||||
"version": "5678f5a",
|
||||
"version": "d3a7ad6",
|
||||
"slug": "motioneye",
|
||||
"description": "Simple, elegant and feature-rich CCTV/NVR for your cameras",
|
||||
"url": "https://github.com/hassio-addons/addon-motioneye",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8765]",
|
||||
"startup": "application",
|
||||
"ingress": true,
|
||||
"ingress_port": 0,
|
||||
"panel_icon": "mdi:cctv",
|
||||
|
@ -24,9 +23,7 @@
|
|||
"ports_description": {
|
||||
"80/tcp": "Web interface (Not required for Ingress)"
|
||||
},
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"host_network": true,
|
||||
"apparmor": false,
|
||||
"video": true,
|
||||
|
@ -60,5 +57,5 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"image": "hassioaddons/motioneye-{arch}"
|
||||
"image": "ghcr.io/hassio-addons/motioneye/{arch}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue