Skip to content

Commit

Permalink
Add SMTP-To-Telegram
Browse files Browse the repository at this point in the history
  • Loading branch information
gzecchi committed Aug 17, 2020
1 parent 324d6a6 commit 47be829
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Planned:

- Add projectsend, embystat, nextcloud, nut-upsd, HealthChecks, FileRun, smtp-to-telegram, fail2ban, ofelia
- Add projectsend, embystat, nextcloud, nut-upsd, HealthChecks, FileRun, fail2ban, ofelia
- improvements from https://github.com/jamescurtin/traefik-proxy
- implement secrets and remove variables from .env
- Replace Ouroboros (stopped development + requires POST permissions on Socket Proxy) with Watchtower
Expand All @@ -24,6 +24,7 @@
- Updated Authelia configuration.yml.example
- Obsoleted ZoneMinder. Moved to MotionEye
- Added Traefik Custom Error Pages
- Added SMTP to Telegram

## July 22, 2020

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ We will try to keep this repo up-to-date. For now, here are the apps currently i
- Monitorr - Webfront to display the status of any webapp or service (OBSOLETE)
- Cloud Commander - Web File Manager (OBSOLETE)
- Cloud9 - Cloud IDE (OBSOLETE)
- SMTP To Telegram - Sends all incoming Email messages to Telegram

### MAINTENANCE

Expand Down
12 changes: 12 additions & 0 deletions docker-compose-t2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1763,6 +1763,18 @@ services:
- "traefik.http.routers.vscode-rtr.service=vscode-svc"
- "traefik.http.services.vscode-svc.loadbalancer.server.port=8080"

smtp_to_telegram:
image: kostyaesmukov/smtp_to_telegram
container_name: smtp_to_telegram
restart: always
networks:
- default
environment:
TZ: ${TZ}
ST_TELEGRAM_CHAT_IDS: ${TGRAM_CHAT_ID}
ST_TELEGRAM_BOT_TOKEN: ${TGRAM_BOT_TOKEN}
ST_TELEGRAM_MESSAGE_TEMPLATE: "{subject}\\n{body}"

############################# MAINTENANCE

# Ouroboros - Automatic Docker Container Updates
Expand Down

0 comments on commit 47be829

Please sign in to comment.