Skip to content

samuelkf/pageme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pageme

A sinatra application for sending messages to my pager

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.

Running it

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 API
  • DAPNET_PASS Password for DAPNET API
  • DEST_CALLSIGN Destination callsign for messages
  • TRANSMITTER_GROUP Dapnet transmitter group
  • PUSHOVER_APP_TOKEN Pushover app token
  • PUSHOVER_USER_KEY Pushover user key

Set these for the Heroku app using heroku config:set and locally by adding them to a .env file.

About

A webapp that sends messages to my pager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published