- Shell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| bot.sh | ||
| docker-compose.yml | ||
| dockerfile | ||
| README.md | ||
Matrix bot
This bot is a work in progress. It is supposed to add a layer of direct warning to my server setup since I often use matrix and dont want to use complex or encryption breaking tools.
Canary
This script sends the timestamp to a room every hour to prove it is working.
Service Monitor
The bot also checks services inside a .services file, line by line, with wget. It does not like whitespaces but neither does wget so there's that.
Future ideas
The bot is supposed to also get invoked when backups run but i'm not sure yet if I should just add it as a library to my backups which seems to be easier.
Contribution
If you like bash and simplicity, you're welcome to help. Please keep any ideas about using different languages or adding large external code to yourself. The project being barebones is the idea.