Runtipi copies app data/ contents to APP_DATA_DIR/data/, not APP_DATA_DIR/.
Without the data/ prefix, Docker creates empty directories instead of
using the actual config files, causing nginx to crash on startup.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- internalPort: 80 (number) -> "80" (string) to match Runtipi schema
- Added missing source field required for app discovery
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- id: nginx-custom -> nginx (must match folder name for Runtipi discovery)
- tipiVersion: 1 -> tipi_version: 2 (correct key name and version)
- Removed min_tipi_version and $schema fields
- Service name: nginx-custom -> nginx
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>