mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on Uptime Kuma to b236fb2
This commit is contained in:
parent
e62bd8cdc4
commit
05cf367a70
4 changed files with 16 additions and 18 deletions
|
@ -1039,10 +1039,10 @@ SOFTWARE.
|
|||
[unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[unifi-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||
[unifi-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-uptime-kuma]: https://github.com/hassio-addons/addon-uptime-kuma/tree/55bfde7
|
||||
[addon-doc-uptime-kuma]: https://github.com/hassio-addons/addon-uptime-kuma/blob/55bfde7/README.md
|
||||
[addon-uptime-kuma]: https://github.com/hassio-addons/addon-uptime-kuma/tree/b236fb2
|
||||
[addon-doc-uptime-kuma]: https://github.com/hassio-addons/addon-uptime-kuma/blob/b236fb2/README.md
|
||||
[uptime-kuma-issue]: https://github.com/hassio-addons/addon-uptime-kuma/issues
|
||||
[uptime-kuma-version-shield]: https://img.shields.io/badge/version-55bfde7-blue.svg
|
||||
[uptime-kuma-version-shield]: https://img.shields.io/badge/version-b236fb2-blue.svg
|
||||
[uptime-kuma-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[uptime-kuma-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[uptime-kuma-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
# Changelog since v0.6.0
|
||||
- ⬆️ Bump apprise from 1.2.1 to 1.3.0 in /uptime-kuma (#47)
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
# Changelog since v0.6.1
|
||||
- ⬆️ Upgrades Uptime Kuma to 1.21.0 (#60)
|
||||
|
|
|
@ -48,5 +48,5 @@ 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-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-55bfde7-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-uptime-kuma/tree/55bfde7
|
||||
[release-shield]: https://img.shields.io/badge/version-b236fb2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-uptime-kuma/tree/b236fb2
|
|
@ -1,19 +1,19 @@
|
|||
name: Uptime Kuma
|
||||
version: b236fb2
|
||||
slug: uptime-kuma
|
||||
description: It is a self-hosted monitoring tool like "Uptime Robot"
|
||||
url: https://github.com/hassio-addons/addon-uptime-kuma
|
||||
codenotary: codenotary@frenck.dev
|
||||
webui: http://[HOST]:[PORT:3001]
|
||||
init: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
codenotary: codenotary@frenck.dev
|
||||
description: It is a self-hosted monitoring tool like "Uptime Robot"
|
||||
image: ghcr.io/hassio-addons/uptime-kuma/{arch}
|
||||
init: false
|
||||
name: Uptime Kuma
|
||||
ports:
|
||||
3001/tcp: 3001
|
||||
ports_description:
|
||||
3001/tcp: Web interface
|
||||
slug: uptime-kuma
|
||||
url: https://github.com/hassio-addons/addon-uptime-kuma
|
||||
version: 55bfde7
|
||||
webui: http://[HOST]:[PORT:3001]
|
||||
image: ghcr.io/hassio-addons/uptime-kuma/{arch}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue