readme update

This commit is contained in:
jason
2026-03-13 14:04:10 -05:00
parent 89cbb76a55
commit fd0ffaaff2

View File

@@ -6,16 +6,16 @@ See [INSTALL.md](INSTALL.md) for Unraid-specific instructions.
## Features ## Features
- Pulls user data automatically from Google Workspace Directory API - **Automated Directory Sync** — Pulls user data from Google Workspace Directory API
- Renders per-user HTML signatures via Handlebars templates - **HTML Signature Renderer** — Per-user signatures via Handlebars templates
- Pushes signatures directly to Gmail via `sendAs` API (web + mobile) - **Gmail API Integration** — Pushes signatures directly to Gmail (web + mobile)
- Nightly batch push via configurable cron schedule - **Nightly Sync** — Automated batch push via configurable cron schedule
- Web admin UI — live template editor with real-time preview - **Web Admin UI**Management dashboard with live template editor
- **Template Versioning** — save multiple versions and recall them later - **Template Versioning** — Save multiple versions and recall them later
- Single-user push for testing and onboarding - **Test Mode** — Single-user push for safe testing and onboarding
- SQLite audit log of every push event - **Audit Logging** — SQLite-backed history of every push event
- Basic auth protected UI - **Secure Access** — Basic auth protected management interface
- Zero external servicessingle container, no database server - **Self-Hosted**Single container with internal SQLite, no external DB needed
--- ---