Skip to content
/ holenews Public

Automated reporting and wiki website for the Foxhole game

Notifications You must be signed in to change notification settings

Owez/holenews

Repository files navigation

HoleNews

Automated reporting and wiki website for the Foxhole game

Showcase

Some screenshots displaying the current state of the HoleNews frontend:

Homepage Battle article   insights

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