diff --git a/INSTALL.md b/INSTALL.md index d821a39..3713180 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -7,7 +7,7 @@ SSH into your Unraid server (or use the Terminal in the WebUI) and run: ```bash cd /mnt/user/appdata -git clone https://github.com/JasonStedwell/email-sig-manager.git email-sigs +git clone https://git.alwisp.com/jason/email.git email-sigs cd email-sigs ``` diff --git a/README.md b/README.md index 56915fb..dd7300c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ See [INSTALL.md](INSTALL.md) for Unraid-specific instructions. - 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 @@ -136,7 +137,7 @@ docker-compose --env-file .env up -d --build ```bash cd /mnt/user/appdata -git clone https://github.com/YOURUSERNAME/email-sig-manager.git email-sigs +git clone https://git.alwisp.com/jason/email.git email-sigs cd email-sigs ``` @@ -230,7 +231,6 @@ docker restart email-sigs email-sig-manager/ ├── src/ │ ├── index.js # Express app (no dotenv — vars injected by Docker) -│ ├── routes/ │ │ ├── admin.js # Template, logs, users API │ │ └── push.js # Signature push logic + batch runner │ ├── services/ diff --git a/email-sig-manager.xml b/email-sig-manager.xml index 2fdcd44..ea00165 100644 --- a/email-sig-manager.xml +++ b/email-sig-manager.xml @@ -7,8 +7,8 @@ sh false - https://github.com/JasonStedwell/email-sig-manager/issues - https://github.com/JasonStedwell/email-sig-manager + https://git.alwisp.com/jason/email/issues + https://git.alwisp.com/jason/email.git A self-hosted, Dockerized Google Workspace email signature manager. Pulls user data from Google Workspace and pushes signatures directly to Gmail. Tools: Productivity http://[IP]:[PORT:3000]