Add pre-deployment IP configuration guide for network transitions
- Add HOST_IP field to .env.example with documentation - Improve TRUSTED_PROXIES comments with examples - Create PRE_DEPLOYMENT_IP_CONFIGURATION.md guide - Update deployment docs with network transition workflow - Add comprehensive IP configuration checklist
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
- **[MASTER_DEPLOYMENT_PLAN.md](MASTER_DEPLOYMENT_PLAN.md)** - Complete 5-minute deployment guide
|
||||
- **[.env.example](.env.example)** - Environment configuration template
|
||||
- **[DEPLOYMENT_READINESS_SUMMARY.md](DEPLOYMENT_READINESS_SUMMARY.md)** - Current status verification
|
||||
- **[PRE_DEPLOYMENT_IP_CONFIGURATION.md](PRE_DEPLOYMENT_IP_CONFIGURATION.md)** - ⭐ **NEW** - For network transitions
|
||||
|
||||
### **Detailed Reference**
|
||||
- **[PRODUCTION_DEPLOYMENT_GUIDE.md](PRODUCTION_DEPLOYMENT_GUIDE.md)** - Full deployment procedures
|
||||
@@ -19,9 +20,10 @@
|
||||
### **Deployment Documentation (New)**
|
||||
```
|
||||
Project Root (/srv/digiserver-v2/)
|
||||
├── 🚀 MASTER_DEPLOYMENT_PLAN.md ← START HERE
|
||||
├── 🚀 MASTER_DEPLOYMENT_PLAN.md ← START HERE
|
||||
├── 📋 PRODUCTION_DEPLOYMENT_GUIDE.md
|
||||
├── ✅ DEPLOYMENT_READINESS_SUMMARY.md
|
||||
├── ⭐ PRE_DEPLOYMENT_IP_CONFIGURATION.md ← For network transitions
|
||||
├── 🔧 .env.example
|
||||
├── 📖 deployment-commands-reference.sh
|
||||
└── ✔️ verify-deployment.sh
|
||||
|
||||
Reference in New Issue
Block a user