Signed-off-by: Odyssey <hi@odyssey346.dev>
A Pode-based backend for GotHub's website to power the random instance feature.
We use Docker for deploying this, so you can just run the following command to get it up and running:
docker run -d -p 8080:8080 --name random-instance codeberg.org/gothub/randominstance
Okay, you want to do it manually? sure.
# Clone the repo git clone https://codeberg.org/gothub/randominstance.git cd randominstance .\server.ps1