Skip to content

DevLubab/BoringStatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

125 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Source Uptime Monitor (WIP)

Still work in progress, most features are not implemented yet!

getting started

You can use docker for development:

docker compose up --d --build

You can start the app directly for hot reloads:

cd app
bun install
bun run dev

app

The app is a full-stack js app that handles frontend, database, and auth.

It exposes an api that agents can call to update a monitor status.

agent

An agent is an independant executable that watches something and inform the app.

Usually, it pings a URL for 200 status. But it can do anything you want it to.

data

Postgres for all data and relations.

TimescaleDB to manage heartbeats.

About

a boring uptime monitor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors