No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-28 12:08:34 +02:00
.gitignore add release/ to .gitignore 2026-06-28 12:08:34 +02:00
bot.sh add network monitor function 2026-06-28 00:34:39 +02:00
docker-compose.yml add working dockerfile and compose file 2026-06-28 00:35:51 +02:00
dockerfile add working dockerfile and compose file 2026-06-28 00:35:51 +02:00
README.md update README.md 2026-06-28 00:42:29 +02:00

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.