aeStatusPage/config/config.json
jmcqueen 007086caf6 Initial commit: status-page bridge with Webex bot management
Bridges third-party status pages into Webex spaces via RSS polling and
inbound webhooks (Statuspage / Status.io / Uptime Kuma / generic).

Includes an interactive Webex bot (websocket transport) that lets space
members register sources with an Adaptive Card instead of hand-editing
config/feeds.json: help, add, list, webhook <key>, remove <key>.

Ships with an atomic JSON store (per-file mutex, tmp+rename), parallel
RSS polling, and unit tests via node:test. All secrets are sourced from
environment variables (see .env.example); no credentials in the repo.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-08 16:08:34 -04:00

13 lines
322 B
JSON

{
"server": {
"name": "aeStatusPage",
"port": 1449
},
"webex": {
"bot": {
"name": "AE StatusPage",
"userName": "aestatuspage@webex.bot",
"id": "Y2lzY29zcGFyazovL3VzL0FQUExJQ0FUSU9OLzg0OGY1M2JhLTkwMTUtNGE4Zi1hOGM0LWU5NjAyMzZlMGMwYw"
}
}
}