Update Gitea references from 192.168.88.200:3000 to 192.168.88.27:3002 (Docker migration)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
**VM**: next (Nextcloud) @ 192.168.88.62
|
||||
**OpenCode**: Running in Docker
|
||||
**API Gateway**: LiteLLM @ 192.168.88.27:4000
|
||||
**Config Source**: Gitea @ 192.168.88.200:3000
|
||||
**Config Source**: Gitea @ 192.168.88.27:3002
|
||||
|
||||
---
|
||||
|
||||
@@ -70,7 +70,7 @@ docker exec opencode curl -s http://192.168.88.27:4000/models \
|
||||
### 2.2 Can OpenCode Reach Gitea?
|
||||
|
||||
```bash
|
||||
docker exec opencode curl -s http://192.168.88.200:3000/api/v1/version | jq '.version'
|
||||
docker exec opencode curl -s http://192.168.88.27:3002/api/v1/version | jq '.version'
|
||||
|
||||
# Expected output: "1.21.4"
|
||||
```
|
||||
@@ -173,7 +173,7 @@ opencode
|
||||
On your workstation:
|
||||
```bash
|
||||
# Clone the homelab-configs repo
|
||||
git clone http://192.168.88.200:3000/jgitta/homelab-configs.git
|
||||
git clone http://192.168.88.27:3002/jgitta/homelab-configs.git
|
||||
cd homelab-configs
|
||||
|
||||
# Edit the config to use Claude instead
|
||||
@@ -233,7 +233,7 @@ docker exec opencode curl -s http://192.168.88.27:4000/models \
|
||||
|
||||
echo ""
|
||||
echo "Test 4: Gitea Reachability"
|
||||
docker exec opencode curl -s http://192.168.88.200:3000/api/v1/version | jq '.version'
|
||||
docker exec opencode curl -s http://192.168.88.27:3002/api/v1/version | jq '.version'
|
||||
# Expected: "1.21.4"
|
||||
|
||||
echo ""
|
||||
@@ -258,7 +258,7 @@ echo "✅ All tests completed!"
|
||||
docker-compose logs opencode | grep -i "fetch\|clone"
|
||||
|
||||
# Check if Gitea is accessible
|
||||
curl http://192.168.88.200:3000/
|
||||
curl http://192.168.88.27:3002/
|
||||
# If fails, Gitea might be down
|
||||
|
||||
# Manually update the config
|
||||
|
||||
Reference in New Issue
Block a user