Proxmox Infrastruktur - Vollstaendige Konfiguration
Enthaelt: - Docker Compose mit allen Services (Nextcloud, Vaultwarden, n8n, etc.) - nginx Reverse Proxy Konfiguration mit Rate Limiting - WireGuard VPN Template - Backup und Health-Check Scripts - Deployment Script - Ausfuehrliche Dokumentation und Troubleshooting Guide Services: - Isolierte Netzwerke pro Service - Resource Limits (CPU/Memory) - Health Checks - Logging Konfiguration Sicherheit: - .env Template ohne Secrets - Rate Limiting auf nginx - TLS 1.2+ only - Security Headers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
21
docker/.env.template
Normal file
21
docker/.env.template
Normal file
@@ -0,0 +1,21 @@
|
||||
# Proxmox Infrastruktur - Environment Variables
|
||||
# WICHTIG: Diese Datei kopieren nach .env und Werte anpassen!
|
||||
# Die .env Datei NIEMALS committen!
|
||||
|
||||
# ============================================
|
||||
# NEXTCLOUD
|
||||
# ============================================
|
||||
NEXTCLOUD_DB_PASSWORD=<sicheres-passwort-hier>
|
||||
NEXTCLOUD_DB_ROOT_PASSWORD=<sicheres-root-passwort-hier>
|
||||
|
||||
# ============================================
|
||||
# VAULTWARDEN
|
||||
# ============================================
|
||||
# Admin Token generieren: openssl rand -base64 48
|
||||
VAULTWARDEN_ADMIN_TOKEN=<admin-token-hier>
|
||||
|
||||
# ============================================
|
||||
# N8N
|
||||
# ============================================
|
||||
N8N_USER=admin
|
||||
N8N_PASSWORD=<sicheres-passwort-hier>
|
||||
Reference in New Issue
Block a user