Update Gitea references from 192.168.88.200:3000 to 192.168.88.27:3002 (Docker migration)

This commit is contained in:
Automation
2026-04-25 18:05:05 -05:00
parent b792d5bf41
commit 7b38a5af31
22 changed files with 68 additions and 68 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
-**LiteLLM Container**: Running on docker-server (siklos, 192.168.88.27:4000)
-**Docker Compose**: Configured and ready at `/opt/litellm/`
-**Configuration**: Git initialized with config files in `/opt/litellm/config/`
-**Gitea**: Ready at http://192.168.88.200:3000 for repository management
-**Gitea**: Ready at http://192.168.88.27:3002 for repository management
-**All VMs**: Network access confirmed to docker-server
---
@@ -162,7 +162,7 @@ Once tested, you can:
```bash
# Create litellm-config repo in Gitea, then:
cd /opt/litellm
git remote add gitea http://192.168.88.200:3000/jgitta/litellm-config.git
git remote add gitea http://192.168.88.27:3002/jgitta/litellm-config.git
git pull gitea master
```