Odyssey 2e96148246 Fix docker
Signed-off-by: Odyssey <hi@odyssey346.dev>
2023-04-03 22:04:33 +02:00
2023-04-03 20:31:08 +02:00
2023-04-03 22:04:33 +02:00
2023-04-03 20:10:55 +02:00
2023-04-03 22:04:33 +02:00

RandomInstance

A Pode-based backend for GotHub's website to power the random instance feature.

Setup

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

Manual

Okay, you want to do it manually? sure.

Requirements

Running

# Clone the repo
git clone https://codeberg.org/gothub/randominstance.git
cd randominstance
.\server.ps1
S
Description
No description provided
Readme 68 KiB
Languages
Python 83.6%
Dockerfile 16.4%