update to gitea

This commit is contained in:
jason
2026-03-13 14:03:18 -05:00
parent d0d62fec26
commit 89cbb76a55
3 changed files with 5 additions and 5 deletions

View File

@@ -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
```

View File

@@ -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/

View File

@@ -7,8 +7,8 @@
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/JasonStedwell/email-sig-manager/issues</Support>
<Project>https://github.com/JasonStedwell/email-sig-manager</Project>
<Support>https://git.alwisp.com/jason/email/issues</Support>
<Project>https://git.alwisp.com/jason/email.git</Project>
<Overview>A self-hosted, Dockerized Google Workspace email signature manager. Pulls user data from Google Workspace and pushes signatures directly to Gmail.</Overview>
<Category>Tools: Productivity</Category>
<WebUI>http://[IP]:[PORT:3000]</WebUI>