From c3773d62c5b1865cc42bf8d1cc591a4da673d968 Mon Sep 17 00:00:00 2001 From: Micha Date: Sat, 28 Mar 2026 10:19:00 +0000 Subject: [PATCH] feat(ops/komodo): stack.env.example mit Secret-Anleitung --- ops/komodo/stack.env.example | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ops/komodo/stack.env.example 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=