This commit is contained in:
indifferentketchup
2026-04-07 01:56:01 -05:00
parent ffbe309f4f
commit 8636cca52e
2 changed files with 20 additions and 6 deletions

View File

@@ -75,11 +75,12 @@ Broccolini Bot is a Discord support bot that turns Gmail emails and Discord mess
---
## Logging, API & Configuration
## Settings UI, Logging, API & Configuration
**Summary:** Centralizes configuration in environment variables and exposes optional integrations.
**Summary:** Provides a web UI plus environment-based configuration and optional integrations.
- All behavior configured via `.env` and `config.js` (messages, colors, timeouts, limits)
- Optional Broccolini settings web UI (`settings-site/`) to edit Discord channels, categories, Gmail credentials, ticket behavior, surge alerts, pattern thresholds, appearance, and advanced options without touching `.env`
- All behavior still backed by `.env` and `config.js` (messages, colors, timeouts, limits)
- Dedicated Discord channels for transcripts, logs, security, automation, and Gmail polling
- Optional HTTP API under `/api` with token-based auth
- Healthcheck endpoint (`GET /`) for Docker and load balancers