From 71c3776fff8b0da1c6613c26eb6940cee930b7cd Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Sat, 11 Apr 2026 13:31:00 +0200 Subject: [PATCH] [skip ci] Add demo link to README.md --- README.md | 3 ++- wrangler.example.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d8dfa3..e43b8dc 100644 --- a/README.md +++ b/README.md @@ -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, 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! - [Features](#features) @@ -22,7 +24,6 @@ aimed at hobbyists and users who want more control for free and are comfortable - [Data Retention](#data-retention) - [Development](#development) - [Testing](#testing) - - [Building](#building) - [TODO](#todo) ```ASCII diff --git a/wrangler.example.toml b/wrangler.example.toml index 01a9d75..fd7f1f4 100644 --- a/wrangler.example.toml +++ b/wrangler.example.toml @@ -29,7 +29,7 @@ new_sqlite_classes = ["RegionalChecker"] [vars] MONITORS_CONFIG = """ settings: - title: 'Atalaya Uptime Monitor' + title: "Atalaya Uptime Monitor" default_retries: 3 default_retry_delay_ms: 1000 default_timeout_ms: 5000