Renamed alert-bot to alert-compose

This commit is contained in:
2025-07-09 00:11:41 +02:00
parent 8da2e41463
commit 7362accab0
61 changed files with 67 additions and 67 deletions

View File

@@ -13,7 +13,7 @@ Designed for Archlinux systems, this role periodically checks whether web resour
- **CSP Resource Validation:** Uses Puppeteer to simulate browser requests and detect blocked resources.
- **Domain Extraction:** Parses all `.conf` files in the NGINX config folder to determine the list of domains to check.
- **Automated Execution:** Registers a systemd service and timer for recurring health checks.
- **Error Notification:** Integrates with `alert-core` for alerting on failure.
- **Error Notification:** Integrates with `alert-compose` for alerting on failure.
## License

View File

@@ -24,4 +24,4 @@ galaxy_info:
issue_tracker_url: "https://s.veen.world/cymaisissues"
documentation: "https://s.veen.world/cymais"
dependencies:
- alert-core
- alert-compose

View File

@@ -1,6 +1,6 @@
[Unit]
Description=Check for CSP-blocked resources via Puppeteer
OnFailure=alert-core.cymais@%n.service
OnFailure=alert-compose.cymais@%n.service
[Service]
Type=oneshot