mirror of
https://github.com/hassio-addons/addon-uptime-kuma.git
synced 2025-05-03 18:41:21 +00:00
17 lines
364 B
YAML
17 lines
364 B
YAML
---
|
|
name: Uptime Kuma
|
|
version: dev
|
|
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
|