mirror of
https://github.com/dcarrillo/atalaya.git
synced 2026-04-18 02:24:05 +00:00
[skip ci] Add demo link to README.md
This commit is contained in:
@@ -5,6 +5,8 @@ Atalaya (Spanish for watchtower) is an uptime & status page monitoring service r
|
|||||||
Thanks to the generous Cloudflare free tier, Atalaya provides a simple, customizable, self-hosted solution to monitor the status of public network services,
|
Thanks to the generous Cloudflare free tier, Atalaya provides a simple, customizable, self-hosted solution to monitor the status of public network services,
|
||||||
aimed at hobbyists and users who want more control for free and are comfortable with Cloudflare's ecosystem.
|
aimed at hobbyists and users who want more control for free and are comfortable with Cloudflare's ecosystem.
|
||||||
|
|
||||||
|
Live [example](https://uptime.ifconfig.es/).
|
||||||
|
|
||||||
:warning: 99% of the code has been generated by an IA agent under human supervision, bearing in mind that I havent used TypeScript before. You have been warned!
|
:warning: 99% of the code has been generated by an IA agent under human supervision, bearing in mind that I havent used TypeScript before. You have been warned!
|
||||||
|
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
@@ -22,7 +24,6 @@ aimed at hobbyists and users who want more control for free and are comfortable
|
|||||||
- [Data Retention](#data-retention)
|
- [Data Retention](#data-retention)
|
||||||
- [Development](#development)
|
- [Development](#development)
|
||||||
- [Testing](#testing)
|
- [Testing](#testing)
|
||||||
- [Building](#building)
|
|
||||||
- [TODO](#todo)
|
- [TODO](#todo)
|
||||||
|
|
||||||
```ASCII
|
```ASCII
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ new_sqlite_classes = ["RegionalChecker"]
|
|||||||
[vars]
|
[vars]
|
||||||
MONITORS_CONFIG = """
|
MONITORS_CONFIG = """
|
||||||
settings:
|
settings:
|
||||||
title: 'Atalaya Uptime Monitor'
|
title: "Atalaya Uptime Monitor"
|
||||||
default_retries: 3
|
default_retries: 3
|
||||||
default_retry_delay_ms: 1000
|
default_retry_delay_ms: 1000
|
||||||
default_timeout_ms: 5000
|
default_timeout_ms: 5000
|
||||||
|
|||||||
Reference in New Issue
Block a user