docs: mark Uptime Kuma as decommissioned
README, both setup guides and the forgejo-runner notes now point at archive/uptime_kuma/ instead of describing a live service. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
338f2ae636
commit
8a3fddbe49
4 changed files with 16 additions and 2 deletions
|
|
@ -162,6 +162,12 @@ Note that, by applying these playbooks, both the root user and the `counterweigh
|
|||
```bash
|
||||
cp ansible/infra_secrets.yml.example ansible/infra_secrets.yml
|
||||
```
|
||||
> **DEPRECATED (2026-09-11).** Uptime Kuma has been decommissioned. The server
|
||||
> deployment was removed from this repo; what it monitored and how it was set up is
|
||||
> preserved in [`archive/uptime_kuma/`](archive/uptime_kuma/). The monitoring blocks in
|
||||
> the playbooks are kept but inert (`uptime_kuma_enabled: false`) so the check logic
|
||||
> survives for whatever replaces it. The credentials below no longer exist in the vault.
|
||||
|
||||
* Edit `ansible/infra_secrets.yml` and add your Uptime Kuma credentials:
|
||||
```yaml
|
||||
uptime_kuma_username: "admin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue