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:
2026-04-27 11:46:47 -05:00
parent b792d5bf41
commit 821f954200
31 changed files with 2373 additions and 71 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
```