cleanup readme

This commit is contained in:
ct
2026-03-15 19:49:55 -04:00
parent d5c698da49
commit cf38907801

View File

@@ -27,11 +27,11 @@ Enter your Hetzner S3 access key and secret key when prompted.
### 3. Push this repo to Gitea ### 3. Push this repo to Gitea
```bash ```bash
cd game-builds cd ksys-builds
git init git init
git add . git add .
git commit -m "game builds proxy" git commit -m "game builds proxy"
git remote add origin https://src.kill.systems/<user>/game-builds.git git remote add origin https://src.kill.systems/<user>/builds.git
git push -u origin main git push -u origin main
``` ```
@@ -42,10 +42,9 @@ git push -u origin main
3. Set source to your Gitea repo 3. Set source to your Gitea repo
4. In **Environment Variables**, add: 4. In **Environment Variables**, add:
``` ```
BUCKET_ORIGIN=https://kill-builds.fsn1.your-objectstorage.com/builds/ BUCKET_ORIGIN=https://ksys-builds.fsn1.your-objectstorage.com/builds/
BUCKET_HOST=kill-builds.fsn1.your-objectstorage.com BUCKET_HOST=ksys-builds.fsn1.your-objectstorage.com
``` ```
Replace `kill-builds` with your actual bucket name.
5. Set the port to `3000` 5. Set the port to `3000`
6. Deploy 6. Deploy