From 6901fc63ea9f0726ae5a4c5e9718e1a728de7fe1 Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Sun, 28 Jun 2026 18:09:43 +0300 Subject: [PATCH] enable email registration and set session secret for hedgedoc --- manifests/hedgedoc/all.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/hedgedoc/all.yaml b/manifests/hedgedoc/all.yaml index 4c51a8d..06d8645 100644 --- a/manifests/hedgedoc/all.yaml +++ b/manifests/hedgedoc/all.yaml @@ -18,6 +18,9 @@ data: CMD_PROTOCOL_USESSL: "true" CMD_URL_ADDPORT: "false" CMD_ALLOW_ORIGIN: '["hedgedoc.t0rt1k.tech"]' + CMD_EMAIL: "true" + CMD_ALLOW_EMAIL_REGISTER: "true" + CMD_SESSION_SECRET: szMYcoyJoKavpbzwK6KvLyKYCBbT96FB4sA8ibDpDuo= --- kind: PersistentVolumeClaim apiVersion: v1