Skip to content

A friendly status page built with Flask and Bootstrap

License

Notifications You must be signed in to change notification settings

averycrespi/statice

Repository files navigation



Statice

A friendly status page.

FeaturesGetting StartedCreditsLicense

Features

  • Create checks to watch your pages
  • Monitor HTTP status codes and response times
  • Tweak configuration with environment variables

Getting Started

Requirements:

# Clone the repository.
git clone [email protected]:averycrespi/statice.git && cd statice

# Set environment variables.
cp .env.example .env

# Build and start containers.
docker-compose up -d

# When you're done: stop and remove containers.
docker-compose down

Development

Requirements:

# Clone the repository.
git clone [email protected]:averycrespi/statice.git && cd statice

# Configure the environment for development.
# See the Makefile for additional targets.
make dev

Credits

License

MIT

About

A friendly status page built with Flask and Bootstrap

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published