cyclenerd/notify-me

By cyclenerd

Updated about 1 year ago

📟 CLI scripts to get notified via MS Teams, Discord, Pushover, sipgate SMS and many more...

Image
Message queues
0

549

cyclenerd/notify-me repository overview

Notify me

A collection of Perl scripts to notify you via Mailgun, Microsoft Teams, Pushover, Discord, sipgate SMS, GitHub and GitLab issues.

» More help and Dockerfile: https://github.com/Cyclenerd/notify-me

Pull

Docker Hub registry:

docker pull cyclenerd/notify-me:latest

Run

Mailgun

Run:

docker run cyclenerd/notify-me:latest mailgun.pl --help
Microsoft Teams

Run:

docker run cyclenerd/notify-me:latest ms-teams.pl --help
Pushover

Run:

docker run cyclenerd/notify-me:latest pushover.pl --help
Discord

Run:

docker run cyclenerd/notify-me:latest discord.pl --help
sipgate SMS

Run:

docker run cyclenerd/notify-me:latest sipgate-sms.pl --help
GitHub Issue

Run:

docker run cyclenerd/notify-me:latest github-issue.pl --help
GitHub Issue Comment

Run:

docker run cyclenerd/notify-me:latest github-issue-comment.pl --help
GitLab Issue

Run:

docker run cyclenerd/notify-me:latest gitlab-issue.pl --help
GitLab Issue Comment

Run:

docker run cyclenerd/notify-me:latest gitlab-issue-comment.pl --help

Environment Variables

Pass environment variables to container:

docker run --env APP_MSG=test cyclenerd/notify-me:latest pushover.pl --help

Tag summary

Content type

Image

Digest

sha256:10ba92970

Size

46.3 MB

Last updated

about 1 year ago

docker pull cyclenerd/notify-me