/pingbud

Small and snappy connection checker with history

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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