From cf38907801f10e7d36adb9965dab680dbd8bfda9 Mon Sep 17 00:00:00 2001 From: ct Date: Sun, 15 Mar 2026 19:49:55 -0400 Subject: [PATCH] cleanup readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9409519..54b530d 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ Enter your Hetzner S3 access key and secret key when prompted. ### 3. Push this repo to Gitea ```bash -cd game-builds +cd ksys-builds git init git add . git commit -m "game builds proxy" -git remote add origin https://src.kill.systems//game-builds.git +git remote add origin https://src.kill.systems//builds.git git push -u origin main ``` @@ -42,10 +42,9 @@ git push -u origin main 3. Set source to your Gitea repo 4. In **Environment Variables**, add: ``` - BUCKET_ORIGIN=https://kill-builds.fsn1.your-objectstorage.com/builds/ - BUCKET_HOST=kill-builds.fsn1.your-objectstorage.com + BUCKET_ORIGIN=https://ksys-builds.fsn1.your-objectstorage.com/builds/ + BUCKET_HOST=ksys-builds.fsn1.your-objectstorage.com ``` - Replace `kill-builds` with your actual bucket name. 5. Set the port to `3000` 6. Deploy