mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-03 18:41:30 +00:00
17 lines
405 B
YAML
17 lines
405 B
YAML
name: Uptime Kuma
|
|
version: 0.13.0
|
|
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
|
|
- armv7
|
|
ports:
|
|
3001/tcp: 3001
|
|
ports_description:
|
|
3001/tcp: Web interface
|
|
image: ghcr.io/hassio-addons/uptime-kuma/{arch}
|