https://github.com/grimdork/shoutyface
A mail alerter.
https://github.com/grimdork/shoutyface
alerts monitoring server
Last synced: 12 months ago
JSON representation
A mail alerter.
- Host: GitHub
- URL: https://github.com/grimdork/shoutyface
- Owner: grimdork
- License: mit
- Created: 2021-03-18T01:53:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T03:05:59.000Z (over 3 years ago)
- Last Synced: 2025-03-25T06:28:32.280Z (over 1 year ago)
- Topics: alerts, monitoring, server
- Language: Go
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shoutyface
A mail alerter.
## Environment variables
Basic variables during setup:
- ADMIN_TOKEN: Initial token for the admin user to use with the management API.
- ADMIN_EMAIL: E-mail to set for the admin user when creating the tables.
Shoutyface tries to connect to a Postgres database named ´shoutyface`, and supports standard Postgres variables:
- PGHOST: Database address. Defaults to localhost.
- PGUSER: Database user. No default.
- PGPASSWORD: Database password. No default.
For mail, these variables need to be defined:
- MAILHOST: SMTP server address. No default.
- MAILPORT: SMTP port. Default 587.
- MAILUSER: SMTP username.
- MAILPASS: SMTP password.
- MAILFROM: E-mail address to send alerts from.