Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sralloza/reboot-notifier
https://github.com/sralloza/reboot-notifier
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sralloza/reboot-notifier
- Owner: sralloza
- Created: 2021-06-21T08:17:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T08:24:06.000Z (almost 3 years ago)
- Last Synced: 2023-03-09T04:32:34.931Z (almost 2 years ago)
- Language: Python
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reboot notifier
Sends a message via telegram. Designed to be executed when a server is started or rebooted.
## Docker
```shell
docker buildx build -t sralloza/reboot-notifier:1.0.0 --platform=linux/arm/v7,linux/amd64 --push .
```