From fd0ffaaff2ef0b56b6972b38889c8163dd4fe0cc Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 13 Mar 2026 14:04:10 -0500 Subject: [PATCH] readme update --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dd7300c..774f588 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,16 @@ See [INSTALL.md](INSTALL.md) for Unraid-specific instructions. ## Features -- Pulls user data automatically from Google Workspace Directory API -- Renders per-user HTML signatures via Handlebars templates -- Pushes signatures directly to Gmail via `sendAs` API (web + mobile) -- Nightly batch push via configurable cron schedule -- Web admin UI — live template editor with real-time preview -- **Template Versioning** — save multiple versions and recall them later -- Single-user push for testing and onboarding -- SQLite audit log of every push event -- Basic auth protected UI -- Zero external services — single container, no database server +- **Automated Directory Sync** — Pulls user data from Google Workspace Directory API +- **HTML Signature Renderer** — Per-user signatures via Handlebars templates +- **Gmail API Integration** — Pushes signatures directly to Gmail (web + mobile) +- **Nightly Sync** — Automated batch push via configurable cron schedule +- **Web Admin UI** — Management dashboard with live template editor +- **Template Versioning** — Save multiple versions and recall them later +- **Test Mode** — Single-user push for safe testing and onboarding +- **Audit Logging** — SQLite-backed history of every push event +- **Secure Access** — Basic auth protected management interface +- **Self-Hosted** — Single container with internal SQLite, no external DB needed ---