forked from michael.heier/citadel-apps
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
|
|
# yaml-language-server: $schema=../../app-standard-v2.json
|
|
|
|
version: 2
|
|
metadata:
|
|
category: Networking
|
|
name: Uptime Kuma
|
|
version: 1.12.0
|
|
tagline: Self-hosted uptime monitoring tool
|
|
description: >
|
|
Uptime Kuma is a self-hosted monitoring tool like Uptime Robot.
|
|
|
|
|
|
Features:
|
|
|
|
|
|
- Monitoring uptime for HTTP(s) / TCP / HTTP(s) Keyword / Ping / DNS Record / Push / Steam Game Server.
|
|
|
|
- Fancy, Reactive, Fast UI/UX.
|
|
|
|
- Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP), and 70+ notification services.
|
|
|
|
- 20 second intervals.
|
|
|
|
- Multi Languages
|
|
|
|
- Simple Status Page
|
|
|
|
- Ping Chart
|
|
|
|
- Certificate Info
|
|
developer: Louis Lam
|
|
website: https://uptime.kuma.pet
|
|
dependencies: []
|
|
repo: https://github.com/louislam/uptime-kuma
|
|
support: https://github.com/louislam/uptime-kuma/issues
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
containers:
|
|
- name: main
|
|
image: louislam/uptime-kuma:1.12.0@sha256:e3a2f2f7279751ec1e6d4611849355242620caec152b1040f47dc19d312c75fd
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
port: 3001
|
|
data:
|
|
- data:/app/data
|