54 lines
3.6 KiB
Markdown
54 lines
3.6 KiB
Markdown
<div align="center" width="100%">
|
|
<img src="./public/icon.svg" width="128" alt="" />
|
|
</div>
|
|
|
|
# FreedomCraft Heartbeat
|
|
> Powered By: Uptime Kuma
|
|
|
|
Uptime Kuma is an easy-to-use self-hosted monitoring tool.
|
|
|
|
<a target="_blank" href="https://github.com/louislam/uptime-kuma"><img src="https://img.shields.io/github/stars/louislam/uptime-kuma" /></a> <a target="_blank" href="https://hub.docker.com/r/louislam/uptime-kuma"><img src="https://img.shields.io/docker/pulls/louislam/uptime-kuma" /></a> <a target="_blank" href="https://hub.docker.com/r/louislam/uptime-kuma"><img src="https://img.shields.io/docker/v/louislam/uptime-kuma/latest?label=docker%20image%20ver." /></a> <a target="_blank" href="https://github.com/louislam/uptime-kuma"><img src="https://img.shields.io/github/last-commit/louislam/uptime-kuma" /></a> <a target="_blank" href="https://opencollective.com/uptime-kuma"><img src="https://opencollective.com/uptime-kuma/total/badge.svg?label=Open%20Collective%20Backers&color=brightgreen" /></a>
|
|
[](https://github.com/sponsors/louislam) <a href="https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/">
|
|
<img src="https://weblate.kuma.pet/widgets/uptime-kuma/-/svg-badge.svg" alt="Translation status" />
|
|
</a>
|
|
|
|
<img src="https://user-images.githubusercontent.com/1336778/212262296-e6205815-ad62-488c-83ec-a5b0d0689f7c.jpg" width="700" alt="" />
|
|
|
|
## 🥔 FreedomCraft Heartbeat Nodes
|
|
|
|
### Moonlight <a target="_blank" href="https://heartbeat2.freedomcraft.systems/"><img src="https://heartbeat1.freedomcraft.systems//api/badge/61/status" /></a> <a target="_blank" href="https://heartbeat2.freedomcraft.systems/"><img src="https://heartbeat1.freedomcraft.systems//api/badge/61/uptime" /></a> <a target="_blank" href="https://heartbeat2.freedomcraft.systems/"><img src="https://heartbeat1.freedomcraft.systems//api/badge/61/cert-exp" /></a> <a target="_blank" href="https://heartbeat2.freedomcraft.systems/"><img src="https://heartbeat1.freedomcraft.systems//api/badge/61/avg-response" /></a>
|
|
|
|
### Torchlight <a target="_blank" href="https://heartbeat1.freedomcraft.systems/"><img src="https://heartbeat2.freedomcraft.systems//api/badge/62/status" /></a> <a target="_blank" href="https://heartbeat1.freedomcraft.systems/"><img src="https://heartbeat2.freedomcraft.systems//api/badge/62/uptime" /></a> <a target="_blank" href="https://heartbeat1.freedomcraft.systems/"><img src="https://heartbeat2.freedomcraft.systems//api/badge/62/cert-exp" /></a> <a target="_blank" href="https://heartbeat1.freedomcraft.systems/"><img src="https://heartbeat2.freedomcraft.systems//api/badge/62/avg-response" /></a>
|
|
|
|
## ⭐ Features
|
|
|
|
- Monitoring uptime for HTTP(s) / TCP / HTTP(s) Keyword / HTTP(s) Json Query / 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/lang)
|
|
- Multiple status pages
|
|
- Map status pages to specific domains
|
|
- Ping chart
|
|
- Certificate info
|
|
- Proxy support
|
|
- 2FA support
|
|
|
|
## 🔧 How to Install
|
|
|
|
### 🐳 Docker Compose
|
|
|
|
```bash
|
|
mkdir /docker/uptime-kuma/data -p
|
|
sudo touch /docker/uptime-kuma/docker-compose.yml
|
|
sudo touch /etc/nginx/conf.d/uptime-kuma.conf
|
|
```
|
|
|
|
```bash
|
|
systemctl restart nginx
|
|
cd /docker/uptime-kuma/
|
|
docker compose up -d
|
|
curl -v http://localhost:3001/
|
|
```
|
|
|
|
Verify Uptime Kuma is now running on http://localhost:3001 |