update to gitea
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user