feat(ops/komodo): stack.env.example mit Secret-Anleitung

This commit is contained in:
2026-03-28 10:19:00 +00:00
parent b0e06f7fa1
commit c3773d62c5
+22
View File
@@ -0,0 +1,22 @@
# ──────────────────────────────────────────────────────────────────
# 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=