Add Caddy reverse proxy configuration and Kopia backup documentation
- Create INFRASTRUCTURE-COMPLETE.md: Comprehensive infrastructure overview * Network architecture and DNS configuration * Storage architecture for Nextcloud (1.4TB warm storage via LVM) * Kopia backup setup with Backblaze B2 integration * Caddy reverse proxy configuration (CT 202) * Security configuration and capacity planning - Add Caddy reverse proxy configurations: * caddy-kopia-integration.md: Integration steps for CT 202 * caddy-kopia-reverse-proxy.md: Complete configuration reference * caddy/Caddyfile: Production-ready configuration * caddy/docker-compose.yml: Docker deployment spec - Add Kopia backup documentation: * kopia-nextcloud-backblaze-setup.md: Complete Kopia setup guide * Backup strategy, retention policies, and restore procedures - Update related documentation with consolidated references Status: Infrastructure documented and ready for deployment
This commit is contained in:
@@ -99,13 +99,13 @@ fi
|
||||
# Test 4: Gitea Accessibility
|
||||
section "Test 4: Gitea Repository Connectivity"
|
||||
|
||||
if timeout 5 docker exec opencode curl -s http://192.168.88.200:3000/api/v1/version > /dev/null 2>&1; then
|
||||
pass "Gitea is accessible at 192.168.88.200:3000"
|
||||
if timeout 5 docker exec opencode curl -s http://192.168.88.27:3002/api/v1/version > /dev/null 2>&1; then
|
||||
pass "Gitea is accessible at 192.168.88.27:3002"
|
||||
|
||||
GITEA_VERSION=$(docker exec opencode curl -s http://192.168.88.200:3000/api/v1/version | grep -o '"version":"[^"]*"' | cut -d'"' -f4)
|
||||
GITEA_VERSION=$(docker exec opencode curl -s http://192.168.88.27:3002/api/v1/version | grep -o '"version":"[^"]*"' | cut -d'"' -f4)
|
||||
info "Gitea version: $GITEA_VERSION"
|
||||
else
|
||||
fail "Cannot reach Gitea at 192.168.88.200:3000"
|
||||
fail "Cannot reach Gitea at 192.168.88.27:3002"
|
||||
info "Check Gitea status on docker-server"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user