Architecture changes: - Created VM 100 "docker-services" (Debian 12 Cloud Image) - 10GB RAM, 6 Cores, 50GB system disk - Separate 100GB LVM data volume for service data - WireGuard moved from host to VM (10.0.0.2) - All containers migrated and running Updated documentation to reflect new architecture 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
# 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>
|
|
|
|
# ============================================
|
|
# SAMSUNG TV API
|
|
# ============================================
|
|
# TV IP-Adresse im lokalen Netzwerk (z.B. 192.168.178.50)
|
|
SAMSUNG_TV_IP=192.168.178.XXX
|
|
# TV MAC-Adresse für Wake-on-LAN (optional, Format: AA:BB:CC:DD:EE:FF)
|
|
# Findest du in TV-Einstellungen > Netzwerk > Netzwerkstatus
|
|
SAMSUNG_TV_MAC=
|