# ────────────────────────────────────────────────────────────────── # Komodo — Stack Environment Template # Kopieren nach: stack.env (NICHT in Git committen!) # ────────────────────────────────────────────────────────────────── # # Secrets generieren: # openssl rand -hex 32 # # MongoDB-Passwort ZUSAETZLICH als Datei speichern: # echo "dein-passwort" > /mnt/user/appdata/secrets/komodo_mongo_password.txt # chmod 600 /mnt/user/appdata/secrets/komodo_mongo_password.txt # # ────────────────────────────────────────────────────────────────── # MongoDB Root-Passwort (muss mit Datei uebereinstimmen) KOMODO_MONGO_PASSWORD= # Komodo Secret Key (JWT-Signing, min. 32 Zeichen) KOMODO_SECRET_KEY= # Periphery Passkey (Core <-> Agent Authentifizierung) KOMODO_PERIPHERY_PASSKEY=