[skip ci] Add demo link to README.md

This commit is contained in:
2026-04-11 13:31:00 +02:00
parent 3882a1941a
commit 71c3776fff
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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