holenews

Automated reporting and wiki website for the Foxhole game

Stars
4

HoleNews

Automated reporting and wiki website for the Foxhole game

Showcase

Some screenshots displaying the current state of the HoleNews frontend:

Running

First, please install sqlx-cli and run the migrations as such:

cargo install sqlx-cli --no-default-features --features sqlite
sqlx database create
sqlx migrate run

Then, once you have installed Rust, launch an instance with the following command:

cargo run

Now all that's left is optional configuration and then you can move your binary and database to whatever location is most suitable!

Configuration

The following environment variables may be changed in order to configure an instance:

DATABASE_URL=sqlite://holenews.db
LOG_TRACE=yes