Initial commit

Signed-off-by: Odyssey <hi@odyssey346.dev>
This commit is contained in:
Odyssey
2023-04-03 20:10:55 +02:00
commit 8cc7ff1523
5 changed files with 292 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# RandomInstance
A [Pode](https://badgerati.github.io/Pode)-based backend for [GotHub's website](https://gothub.app) to power the random instance feature.
## Setup
We use Docker.
```bash
docker run -d -p 8080:8080 --name random-instance codeberg.org/gothub/randominstance
```
## Manual
Okay, you want to do it manually? sure.
### Requirements
- [Pode](https://badgerati.github.io/Pode)
- PowerShell
### Running
```powershell
# Clone the repo
git clone https://codeberg.org/gothub/randominstance.git
cd randominstance
.\server.ps1
```