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
@@ -3,7 +3,7 @@
# This configuration pulls OpenCode config from centralized Gitea repository
# instead of managing per-VM configuration files
#
# Updated for centralized config management via http://192.168.88.200:3000
# Updated for centralized config management via http://192.168.88.27:3002
version: '3.8'
@@ -40,7 +40,7 @@ services:
mkdir -p /tmp/homelab-configs
# Clone the central configs repo
if git clone http://192.168.88.200:3000/jgitta/homelab-configs.git /tmp/homelab-configs; then
if git clone http://192.168.88.27:3002/jgitta/homelab-configs.git /tmp/homelab-configs; then
echo '✅ Configuration fetched successfully'
else
echo '⚠️ Could not fetch configs from Gitea, using defaults'