Merge branch 'main' of https://git.format.hu/format/default-applications-tree
This commit is contained in:
@@ -28,9 +28,6 @@
|
|||||||
{
|
{
|
||||||
"PORT": "80"
|
"PORT": "80"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"LOCATION": "#LEANTIME_LOCATION_PATH"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"DOMAIN": "#DOMAIN"
|
"DOMAIN": "#DOMAIN"
|
||||||
},
|
},
|
||||||
|
@@ -2,33 +2,28 @@
|
|||||||
"name": "leantime",
|
"name": "leantime",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"description": "Please add LeanTime domain:",
|
"description": "Your LeanTime domain:",
|
||||||
"key": "DOMAIN",
|
"key": "DOMAIN",
|
||||||
"value": "",
|
"value": "",
|
||||||
"required": "true"
|
"required": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Do you use any additional location path? (optional)\n(do not miss '/' character!)",
|
"description": "Deploy name:",
|
||||||
"key": "LEANTIME_LOCATION_PATH",
|
|
||||||
"value": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "Please add your deploy name (default is LeanTime)",
|
|
||||||
"key": "LEANTIME_SITENAME",
|
"key": "LEANTIME_SITENAME",
|
||||||
"value": "LeanTime"
|
"value": "LeanTime"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Please add your deploy default language (default is en-US)",
|
"description": "LeanTime language:",
|
||||||
"key": "LEANTIME_LANG",
|
"key": "LEANTIME_LANG",
|
||||||
"value": "en-US"
|
"value": "En-US"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Please add your deploy default timezone (default is Europe/Budapest)",
|
"description": "LeanTime timezone:",
|
||||||
"key": "LEANTIME_TZ",
|
"key": "LEANTIME_TZ",
|
||||||
"value": "Europe/Budapest"
|
"value": "Europe/Budapest"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Do you want to disable login form for public?",
|
"description": "Disable login for Public:",
|
||||||
"key": "DISABLE_LOGIN",
|
"key": "DISABLE_LOGIN",
|
||||||
"value": "true"
|
"value": "true"
|
||||||
},
|
},
|
||||||
@@ -61,22 +56,22 @@
|
|||||||
"generated": "random|sha256|20"
|
"generated": "random|sha256|20"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Do you want to set up OIDC provider? (default is false)",
|
"description": "Set up OIDC provider:",
|
||||||
"key": "OIDC_ENABLE",
|
"key": "OIDC_ENABLE",
|
||||||
"value": "false"
|
"value": "false"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Please add OIDC user key:",
|
"description": "OIDC user key:",
|
||||||
"key": "OIDC_CLIENT_KEY",
|
"key": "OIDC_CLIENT_KEY",
|
||||||
"value": ""
|
"value": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Please add OIDC client secret:",
|
"description": "OIDC client secret:",
|
||||||
"key": "OIDC_CLIENT_SECRET",
|
"key": "OIDC_CLIENT_SECRET",
|
||||||
"value": ""
|
"value": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Do you want to set up S3 bucket server? (default is false)",
|
"description": "Set up S3 bucket server:",
|
||||||
"key": "LEANTIME_USE_S3",
|
"key": "LEANTIME_USE_S3",
|
||||||
"value": "false"
|
"value": "false"
|
||||||
},
|
},
|
||||||
@@ -88,7 +83,7 @@
|
|||||||
"generated": "random|sha256|20"
|
"generated": "random|sha256|20"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Please add session expiration time in seconds (defaults is 28800)",
|
"description": "Session expiration time (s):",
|
||||||
"key": "SESSION_EXPIRATION",
|
"key": "SESSION_EXPIRATION",
|
||||||
"value": "28800"
|
"value": "28800"
|
||||||
},
|
},
|
||||||
@@ -100,17 +95,17 @@
|
|||||||
"generated": "random|sha256|20"
|
"generated": "random|sha256|20"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Please set LeanTime access mode (defaults is https)",
|
"description": "LeanTime acces mode (https):",
|
||||||
"key": "SESSION_SECURITY",
|
"key": "SESSION_SECURITY",
|
||||||
"value": "true"
|
"value": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Please set SMTP host for sending emails",
|
"description": "SMTP host:",
|
||||||
"key": "LEANTIME_SMTP",
|
"key": "LEANTIME_SMTP",
|
||||||
"value": "smtp-mail"
|
"value": "smtp-mail"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Do you want to connect an S3 bucket provider?",
|
"description": "Connect S3 bucket provider:",
|
||||||
"key": "LEANTIME_USE_S3",
|
"key": "LEANTIME_USE_S3",
|
||||||
"value": "false"
|
"value": "false"
|
||||||
}
|
}
|
||||||
|
@@ -7,11 +7,6 @@
|
|||||||
"value": "",
|
"value": "",
|
||||||
"required": "true"
|
"required": "true"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"description": "Do you use any additional location path? (optional)\n(do not miss '/' character!)",
|
|
||||||
"key": "LEANTIME_LOCATION_PATH",
|
|
||||||
"value": ""
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"description": "Please add your deploy name (default is LeanTime)",
|
"description": "Please add your deploy name (default is LeanTime)",
|
||||||
"key": "LEANTIME_SITENAME",
|
"key": "LEANTIME_SITENAME",
|
@@ -2,7 +2,7 @@
|
|||||||
"name": "vaultwarden",
|
"name": "vaultwarden",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"description": "Please add your very secret VaultWarden admin key (please use any token generator or add minimum 12 character long random string): (required)",
|
"description": "VaultWarden admin key:",
|
||||||
"key": "ADMIN_TOKEN",
|
"key": "ADMIN_TOKEN",
|
||||||
"value": "",
|
"value": "",
|
||||||
"required": "true"
|
"required": "true"
|
||||||
@@ -36,53 +36,53 @@
|
|||||||
"generated": "random|sha256|20"
|
"generated": "random|sha256|20"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Please add VaultWarden domain:",
|
"description": "Your VaultWarden domain:",
|
||||||
"key": "DOMAIN",
|
"key": "DOMAIN",
|
||||||
"value": "",
|
"value": "",
|
||||||
"required": "true"
|
"required": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Please choose an SMTP server:",
|
"description": "Choose SMTP server:",
|
||||||
"key": "VAULTWARDEN_SMTP",
|
"key": "VAULTWARDEN_SMTP",
|
||||||
"value": "1:gmail,2:microsoft outlook/hotmail,3:other",
|
"value": "1:gmail,2:microsoft outlook/hotmail,3:other",
|
||||||
"required": "true",
|
"required": "true",
|
||||||
"type": "select"
|
"type": "select"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Please add SMTP hostname (not needed if use global smtp server. In this case keep default and do not fill any other smtp questions):",
|
"description": "SMTP hostname:",
|
||||||
"key": "VAULTWARDEN_SMTP_HOST",
|
"key": "VAULTWARDEN_SMTP_HOST",
|
||||||
"value": "smtp",
|
"value": "smtp",
|
||||||
"required": "true"
|
"required": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Please add SMTP PORT (587, 465, 25, etc.) (optional, used 25 if keep empty):",
|
"description": "SMTP port:",
|
||||||
"key": "VAULTWARDEN_SMTP_PORT",
|
"key": "VAULTWARDEN_SMTP_PORT",
|
||||||
"value": "25",
|
"value": "25",
|
||||||
"required": "true"
|
"required": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Please add SMTP SECURITY (starttls, force_tls, off, etc. you can leave it empty also):",
|
"description": "SMTP security:",
|
||||||
"key": "VAULTWARDEN_SMTP_SECURITY",
|
"key": "VAULTWARDEN_SMTP_SECURITY",
|
||||||
"value": ""
|
"value": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Please add SMTP FROM (mail address from):",
|
"description": "SMTP from mail adress:",
|
||||||
"key": "VAULTWARDEN_SMTP_FROM",
|
"key": "VAULTWARDEN_SMTP_FROM",
|
||||||
"value": "",
|
"value": "",
|
||||||
"required": "true"
|
"required": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Please add SMTP USERNAME:",
|
"description": "SMTP username:",
|
||||||
"key": "VAULTWARDEN_SMTP_USERNAME",
|
"key": "VAULTWARDEN_SMTP_USERNAME",
|
||||||
"value": ""
|
"value": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Please add SMTP PASSWORD (you can leave it empty also):",
|
"description": "SMTP password:",
|
||||||
"key": "VAULTWARDEN_SMTP_PASSWORD",
|
"key": "VAULTWARDEN_SMTP_PASSWORD",
|
||||||
"value": ""
|
"value": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Please add Domains Whitelist (list of domains separated with spaces):",
|
"description": "Domains Whitelist:",
|
||||||
"key": "SIGNUPS_DOMAINS_WHITELIST",
|
"key": "SIGNUPS_DOMAINS_WHITELIST",
|
||||||
"value": "",
|
"value": "",
|
||||||
"required": "true"
|
"required": "true"
|
||||||
|
Reference in New Issue
Block a user