bnjbvr / rustatouille

Rustatouille is a page status system!
Apache License 2.0
3 stars 1 forks source link

rustatouille

rustatouille is an incident page system, entirely written in Rust!

Spec

How to run

Then, a line "listening on ..." will let you know on which interface/port the Web app is listening.

By default, there's a (bad) static server stub, for quick testing; it's recommended to start an actual static HTTP server in the cache directory (e.g. using python3, with python -m http.server).

The main admin page is available at /admin. The generated content is available at the root endpoint /.

If you need dummy data for development purpose, run cargo run -- fixtures and then cargo run -- serve