Merge branch 'sethforprivacy-app/uptime-kuma'

This commit is contained in:
Nicolas Meienberger 2022-09-10 12:50:44 +02:00
commit b2d0432165
5 changed files with 71 additions and 0 deletions

View File

@ -42,6 +42,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
- [Tautulli](https://github.com/Tautulli/Tautulli) - A Python based monitoring and tracking tool for Plex Media Server
- [Teddit](https://codeberg.org/teddit/teddit) - Alternative Reddit front-end focused on privacy https://teddit.net
- [Transmission](https://github.com/transmission/transmission) - Fast, easy, and free BitTorrent client
- [Uptime Kuma](https://github.com/louislam/uptime-kuma) - A fancy self-hosted monitoring tool.
- [Wireguard Easy](https://github.com/WeeJeWel/wg-easy) - WireGuard VPN + Web-based Admin UI
- [Vaultwarden](https://github.com/dani-garcia/vaultwarden) - Unofficial Bitwarden compatible server

View File

@ -0,0 +1,16 @@
{
"$schema": "../schema.json",
"name": "Uptime Kuma",
"available": true,
"exposable": true,
"port": 8125,
"id": "uptime-kuma",
"tipi_version": 1,
"version": "1",
"categories": ["utilities"],
"description": "It is a self-hosted monitoring tool like Uptime Robot.",
"short_desc": "A fancy self-hosted monitoring tool.",
"author": "louislam",
"source": "https://github.com/louislam/uptime-kuma",
"form_fields": []
}

View File

@ -0,0 +1,21 @@
version: "3.7"
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
volumes:
- ${APP_DATA_DIR}/data:/app/data
dns:
- ${DNS_IP}
ports:
- ${APP_PORT}:3001
restart: unless-stopped
networks:
- tipi_main_network
labels:
traefik.enable: ${APP_EXPOSED}
traefik.http.routers.uptime-kuma.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.uptime-kuma.entrypoints: websecure
traefik.http.routers.uptime-kuma.service: uptime-kuma
traefik.http.routers.uptime-kuma.tls.certresolver: myresolver
traefik.http.services.uptime-kuma.loadbalancer.server.port: 3001

View File

@ -0,0 +1,33 @@
# Uptime Kuma
<div align="center" width="100%">
<img src="https://github.com/louislam/uptime-kuma/raw/master/public/icon.svg" width="128" alt="" />
</div>
It is a self-hosted monitoring tool like "Uptime Robot".
<img src="https://uptime.kuma.pet/img/dark.jpg" width="700" alt="" />
## 🥔 Live Demo
Try it!
https://demo.uptime.kuma.pet
It is a temporary live demo, all data will be deleted after 10 minutes. The server is located in Tokyo, so if you live far from there, it may affect your experience. I suggest that you should install and try it out for the best demo experience.
VPS is sponsored by Uptime Kuma sponsors on [Open Collective](https://opencollective.com/uptime-kuma)! Thank you so much!
## ⭐ Features
* Monitoring uptime for HTTP(s) / TCP / HTTP(s) Keyword / Ping / DNS Record / Push / Steam Game Server / Docker Containers.
* Fancy, Reactive, Fast UI/UX.
* Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP), and [90+ notification services, click here for the full list](https://github.com/louislam/uptime-kuma/tree/master/src/components/notifications).
* 20 second intervals.
* [Multi Languages](https://github.com/louislam/uptime-kuma/tree/master/src/languages)
* Multiple Status Pages
* Map Status Page to Domain
* Ping Chart
* Certificate Info
* Proxy Support
* 2FA available

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB