Skip to content

PWA that notifies you when you can call a rideshare driver

Notifications You must be signed in to change notification settings

ncarr/driver-status

Repository files navigation

driver-status

Notifies you when you can call a rideshare driver

Project setup

Navigate to the project folder

Create a swarm:

docker swarm init

Create encryption keys for notifications:

docker run --rm -ti nicholascarr/driver-status-server yarn -s generate-keys > vapid.json

Add a subject key with your URL or mailto link to vapid.json.

(Optional) Copy the TLS certificate into the project folder and rename the files app.crt and app.key

Running the app

Without HTTPS:

docker stack deploy -c docker-compose.yml driver-status

With HTTPS:

docker stack deploy -c docker-compose.yml -c docker-compose.https.yml driver-status

Stopping the app

docker stack rm driver-status

About

PWA that notifies you when you can call a rideshare driver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published