templates.json aktualisiert
This commit is contained in:
+13
-24
@@ -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"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user