Categorygithub.com/open-function-computers-llc/uptime
module
0.0.0-20240819182711-a76ac2353a62
Repository: https://github.com/open-function-computers-llc/uptime.git
Documentation: pkg.go.dev

# README

Uptime Monitor

This is a simple application that tracks website uptime and reports total uptime and outages.

Requirements

Originally this was intended to be a stand alone app that would run on its own. SQLite would be used to make this super portable and easy, but that was turning into a headache, so it was swapped out for MariaDB/MySQL. To get your database in place you can run the sql migration files in the migrations folder.

The migrations are written in plain SQL, but you can use the awesome tool goose to run the migrations and keep your DB in sync.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author