Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.
/ pingbud Public archive

Small and snappy connection checker with history

License

Notifications You must be signed in to change notification settings

sebcej/pingbud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PingBud

Small and snappy connection checker with history

The app performs periodic pings to a dns (defaults to 8.8.8.8) and save the results in database

Backend

Available env vars

WEB_ADDRESS=:8080
SETTINGS_PATH=/data/
DB_PATH=/data/

Frontend

Go to the frontend folder

Built with love and Quasar

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build