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
|
```bash
|
||||||
cd /mnt/user/appdata
|
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
|
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)
|
- Pushes signatures directly to Gmail via `sendAs` API (web + mobile)
|
||||||
- Nightly batch push via configurable cron schedule
|
- Nightly batch push via configurable cron schedule
|
||||||
- Web admin UI — live template editor with real-time preview
|
- 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
|
- Single-user push for testing and onboarding
|
||||||
- SQLite audit log of every push event
|
- SQLite audit log of every push event
|
||||||
- Basic auth protected UI
|
- Basic auth protected UI
|
||||||
@@ -136,7 +137,7 @@ docker-compose --env-file .env up -d --build
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /mnt/user/appdata
|
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
|
cd email-sigs
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -230,7 +231,6 @@ docker restart email-sigs
|
|||||||
email-sig-manager/
|
email-sig-manager/
|
||||||
├── src/
|
├── src/
|
||||||
│ ├── index.js # Express app (no dotenv — vars injected by Docker)
|
│ ├── index.js # Express app (no dotenv — vars injected by Docker)
|
||||||
│ ├── routes/
|
|
||||||
│ │ ├── admin.js # Template, logs, users API
|
│ │ ├── admin.js # Template, logs, users API
|
||||||
│ │ └── push.js # Signature push logic + batch runner
|
│ │ └── push.js # Signature push logic + batch runner
|
||||||
│ ├── services/
|
│ ├── services/
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
<MyIP/>
|
<MyIP/>
|
||||||
<Shell>sh</Shell>
|
<Shell>sh</Shell>
|
||||||
<Privileged>false</Privileged>
|
<Privileged>false</Privileged>
|
||||||
<Support>https://github.com/JasonStedwell/email-sig-manager/issues</Support>
|
<Support>https://git.alwisp.com/jason/email/issues</Support>
|
||||||
<Project>https://github.com/JasonStedwell/email-sig-manager</Project>
|
<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>
|
<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>
|
<Category>Tools: Productivity</Category>
|
||||||
<WebUI>http://[IP]:[PORT:3000]</WebUI>
|
<WebUI>http://[IP]:[PORT:3000]</WebUI>
|
||||||
|
|||||||
Reference in New Issue
Block a user