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
+5 -5
View File
@@ -2,7 +2,7 @@
**Status**: All documentation created locally
**Location**: `/home/jgitta/Documents/Claude/Projects/Homelab Infrastructure/`
**Gitea Repo**: http://192.168.88.200:3000/jgitta/homelab-configs
**Gitea Repo**: http://192.168.88.27:3002/jgitta/homelab-configs
---
@@ -78,7 +78,7 @@ bash /home/jgitta/Documents/Claude/Projects/Homelab\ Infrastructure/gitea-centra
cd /home/jgitta/Documents/Claude/Projects/Homelab\ Infrastructure
# Add Gitea remote
git remote add gitea http://192.168.88.200:3000/jgitta/homelab-configs.git
git remote add gitea http://192.168.88.27:3002/jgitta/homelab-configs.git
# Push all documentation
git branch -M main
@@ -87,7 +87,7 @@ git push -u gitea main
### Option 3: Via Gitea Web UI
1. Go to: http://192.168.88.200:3000
1. Go to: http://192.168.88.27:3002
2. Create new "docs" branch
3. Upload files using web interface
@@ -123,7 +123,7 @@ git push -u gitea main
## 🎯 What's in Gitea Now
Currently in **http://192.168.88.200:3000/jgitta/homelab-configs**:
Currently in **http://192.168.88.27:3002/jgitta/homelab-configs**:
```
homelab-configs/
@@ -193,7 +193,7 @@ homelab-configs/
1. Push all documentation to Gitea
```bash
cd ~/Documents/Claude/Projects/Homelab\ Infrastructure
git remote add gitea http://192.168.88.200:3000/jgitta/homelab-configs.git
git remote add gitea http://192.168.88.27:3002/jgitta/homelab-configs.git
git branch -M main
git push gitea main
```