2022-04-07 16:25:31 +00:00
|
|
|
# SPDX-FileCopyrightText: 2021 Anthony Potdevin
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
2022-02-03 06:50:18 +00:00
|
|
|
|
2022-04-07 16:25:31 +00:00
|
|
|
# yaml-language-server: $schema=../../app-standard-v3.yml
|
|
|
|
|
|
|
|
version: 3
|
2022-02-11 13:37:58 +00:00
|
|
|
|
2022-02-03 06:48:06 +00:00
|
|
|
metadata:
|
|
|
|
category: Networking
|
|
|
|
name: Uptime Kuma
|
2022-03-24 16:13:03 +00:00
|
|
|
version: 1.13.1
|
2022-02-03 06:48:06 +00:00
|
|
|
tagline: Self-hosted uptime monitoring tool
|
|
|
|
description: >
|
|
|
|
Uptime Kuma is a self-hosted monitoring tool like Uptime Robot.
|
|
|
|
|
|
|
|
|
|
|
|
Features:
|
|
|
|
|
|
|
|
|
2022-02-09 15:09:21 +00:00
|
|
|
- Monitoring uptime for HTTP(s) / TCP / HTTP(s) Keyword / Ping / DNS Record / Push / Steam Game Server.
|
2022-02-03 06:48:06 +00:00
|
|
|
|
|
|
|
- Fancy, Reactive, Fast UI/UX.
|
|
|
|
|
2022-02-09 15:09:21 +00:00
|
|
|
- Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP), and 70+ notification services.
|
2022-02-03 06:48:06 +00:00
|
|
|
|
|
|
|
- 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
|
2022-03-24 16:13:03 +00:00
|
|
|
image: louislam/uptime-kuma:1.13.1@sha256:913721c815e9aa17b1653d384bf7f4d51f9f0e7fc4161930bc80efbae8ad1d12
|
2022-02-03 06:48:06 +00:00
|
|
|
restart: on-failure
|
|
|
|
stop_grace_period: 1m
|
|
|
|
port: 3001
|
|
|
|
data:
|
|
|
|
- data:/app/data
|