more tools

This commit is contained in:
2025-08-29 09:40:20 +03:00
parent 4346b838ed
commit 4448764bca
15 changed files with 513 additions and 24 deletions

View File

@@ -0,0 +1,8 @@
[Unit]
Description=Get mailed when someone logs in to your server!
[Service]
Type=simple
ExecStart=/usr/local/bin/login-mailer
Environment="EMAIL=your_email@example.org"
Environment="ENDPOINT=mail.example.org/api/mail"