This has a fairly specific use case. I very much doubt that it will be of use to anyone :-)
The app presents a simple text input field where a message can be entered. Messages submitted through the form are sent to my pager via DAPNET.
This is designed to run on Heroku and can be run locally using heroku local
.
The app requires some environment variables to be configured:
DAPNET_USER
Username for DAPNET APIDAPNET_PASS
Password for DAPNET APIDEST_CALLSIGN
Destination callsign for messagesTRANSMITTER_GROUP
Dapnet transmitter groupPUSHOVER_APP_TOKEN
Pushover app tokenPUSHOVER_USER_KEY
Pushover user key
Set these for the Heroku app using heroku config:set
and locally by adding them to a .env
file.