diff --git a/ops/komodo/stack.env.example b/ops/komodo/stack.env.example new file mode 100644 index 0000000..4c36c75 --- /dev/null +++ b/ops/komodo/stack.env.example @@ -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=