forked from michael.heier/citadel-apps
52 lines
1.2 KiB
YAML
52 lines
1.2 KiB
YAML
# SPDX-FileCopyrightText: 2021 Anthony Potdevin
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
# yaml-language-server: $schema=../../app-standard-v3.yml
|
|
|
|
version: 3
|
|
metadata:
|
|
category: Networking
|
|
name: Uptime Kuma
|
|
version: 1.15.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
|
|
developers:
|
|
Louis Lam: 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.15.0@sha256:4c1cfd7fffcbf05f837b1f81af20dd90320cac9668c6a61f31407e5bf7b0be4f
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
port: 3001
|
|
data:
|
|
- data:/app/data
|