From 05fefa1ec14a241eb454a8eb957dda668fff2b06 Mon Sep 17 00:00:00 2001 From: tbadmin Date: Mon, 22 Jun 2026 15:47:17 +0200 Subject: [PATCH] templates.json aktualisiert --- templates.json | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/templates.json b/templates.json index a559d58..e7c55b5 100644 --- a/templates.json +++ b/templates.json @@ -23,41 +23,33 @@ { "name": "DOCMOST_PORT", "label": "HTTP Port", - "default": "9449", - "description": "Port für den Zugriff auf Docmost (z.B. 9449)", - "regex": "^[0-9]{2,5}$" + "default": "9449" }, { "name": "APP_URL", - "label": "App URL", - "description": "Öffentliche URL, z.B. https://docmost.example.com", - "required": true + "label": "App URL" }, { "name": "APP_SECRET", - "label": "App Secret", - "description": "Mindestens 20 Zeichen (z.B. openssl rand -base64 32)", - "required": true, - "regex": "^.{20,}$" + "label": "App Secret" }, { "name": "POSTGRES_PASSWORD", - "label": "Postgres Passwort", - "description": "Datenbank Passwort", - "required": true, - "regex": "^.{8,}$" + "label": "Postgres Passwort" }, { "name": "SMTP_HOST", - "label": "SMTP Host", - "description": "Optional (für E-Mails)" + "label": "SMTP Host" }, { "name": "SMTP_PORT", - "label": "SMTP Port", - "description": "Optional (z.B. 587)", - "regex": "^[0-9]{2,5}$" + "label": "SMTP Port" + }, + { + "name": "SMTP_SECURE", + "label": "SMTP Secure", + "default": "TLS" }, { "name": "SMTP_USERNAME", @@ -102,14 +94,11 @@ "env": [ { "name": "ADMIN_TOKEN", - "label": "Admin Token", - "required": true, - "description": "Mindestens 20 Zeichen setzen!", - "regex": "^.{20,}$" + "label": "Admin Token" }, { "name": "ORG_GROUPS_ENABLED", - "label": "Organisations Gruppen aktivieren", + "label": "Organisationsgruppen aktivieren", "default": "true" }, {