[skip ci] Fix minor typos in README.md

This commit is contained in:
2026-06-10 18:15:54 +02:00
parent df5621a1c3
commit acca4ebd64
+3 -3
View File
@@ -7,7 +7,7 @@ aimed at hobbyists and users who want more control for free and are comfortable
Live [example](https://uptime.ifconfig.es/). 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 AI agent under human supervision, bearing in mind that I haven't used TypeScript before. You have been warned!
- [Features](#features) - [Features](#features)
- [Architecture](#architecture) - [Architecture](#architecture)
@@ -71,7 +71,7 @@ atalaya/
``` ```
- **Worker** runs cron-triggered health checks, stores results in D1, enforces basic auth on all other routes, serves static assets (CSS, JS) via the `ASSETS` binding, and delegates to the Astro SSR handler for page rendering. - **Worker** runs cron-triggered health checks, stores results in D1, enforces basic auth on all other routes, serves static assets (CSS, JS) via the `ASSETS` binding, and delegates to the Astro SSR handler for page rendering.
- **Regional checks** runs on Durable Objects. - **Regional checks** run on Durable Objects.
- **Pages** is an Astro 6 SSR site built into `status-page/dist/`. It accesses D1 directly via `import { env } from 'cloudflare:workers'` — no service binding needed since everything runs in the same Worker. - **Pages** is an Astro 6 SSR site built into `status-page/dist/`. It accesses D1 directly via `import { env } from 'cloudflare:workers'` — no service binding needed since everything runs in the same Worker.
## Prerequisites ## Prerequisites
@@ -398,7 +398,7 @@ npm run check:pages # pages (astro check + tsc + lint)
## TODO ## TODO
- [ ] Add support for TLS checks (certificate validity, expiration). Apparently, the Workers API does not support certificate data access, even at the socket level. An external service may be required. - [ ] Add support for TLS checks (certificate validity, expiration). Apparently, the Workers API does not support certificate data access, even at the socket level. An external service may be required.
- [ ] Refine the status page to look... well... less IA generated. - [ ] Refine the status page to look... well... less AI-generated.
- [x] Per-monitor maintenance windows - [x] Per-monitor maintenance windows
- [ ] Initial support for incident management (manual status overrides, incident timeline). - [ ] Initial support for incident management (manual status overrides, incident timeline).
- [x] Branded status page (simple custom banner). - [x] Branded status page (simple custom banner).