8000 GitHub - Owez/holenews: Automated reporting and wiki website for the Foxhole game
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

About

Automated reporting and wiki website for the Foxhole game

Topics

Resources

Stars

Watchers

Forks

0