aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove configuration for droneHEADmainFranck Cuny2023-03-301-33/+0
|
* fix(flake): define the overlay correctlyFranck Cuny2022-11-211-1/+1
|
* ci: exit cleanly after showing helpFranck Cuny2022-11-191-1/+1
|
* meta: update list of accepted licensesFranck Cuny2022-11-191-1/+1
|
* feat: a CLI to send sms via twilio's APIFranck Cuny2022-11-199-2/+2485
| | | | | | | | | | | | | | | | | | | I want to get an SMS when some of my machines are rebooted. This tool let me do just that. The CLI takes as argument the path to a configuration file that contains credentials to the API. It also has a number of sub commands, and each sub command is associated with a specific action. For each action, a section in the configuration file is expected. The two actions currently supported are: - `reboot` - `hello` `hello` is a simple one used for testing, it sends "hello world". `reboot` is used to create a message that contains the host's name and the IP address of the network interface specified in the configuration file.
* meta: ignore artifact created by `nix build`Franck Cuny2022-11-151-0/+1
|
* meta: initial commit!Franck Cuny2022-11-1512-0/+397