push alarm backend client

See the frontend site source here

Built in Rust, using SQLite

Required services

  1. staticPi - the simple and secure messaging service

Suggested software

  1. Docker - container runner

Suggested locations for directories required by push alarm

directory reason
~/push_alarm.d/ Location of the application

Files that are required by push alarm

file reason
./.env environmental variables
alarms.db database

Download

See releases

One should always verify script content before running in a shell

curl https://raw.githubusercontent.com/mrjackwills/push_alarm_backend/main/download.sh | bash

Run

use ./run.sh in order to start, stop, or rebuild, the docker container - requires dialog to be installed on your system

Tests

cargo test