113 lines
3.1 KiB
JSON
113 lines
3.1 KiB
JSON
{
|
|
"name": "leantime",
|
|
"fields": [
|
|
{
|
|
"description": "Your LeanTime domain:",
|
|
"key": "DOMAIN",
|
|
"value": "",
|
|
"required": "true"
|
|
},
|
|
{
|
|
"description": "Deploy name:",
|
|
"key": "LEANTIME_SITENAME",
|
|
"value": "LeanTime"
|
|
},
|
|
{
|
|
"description": "LeanTime language:",
|
|
"key": "LEANTIME_LANG",
|
|
"value": "En-US"
|
|
},
|
|
{
|
|
"description": "LeanTime timezone:",
|
|
"key": "LEANTIME_TZ",
|
|
"value": "Europe/Budapest"
|
|
},
|
|
{
|
|
"description": "Disable login for Public:",
|
|
"key": "DISABLE_LOGIN",
|
|
"value": "true"
|
|
},
|
|
{
|
|
"description": "MYSQL database name",
|
|
"key": "DB_MYSQL",
|
|
"value": "",
|
|
"required": "true",
|
|
"generated": "time|md5|10"
|
|
},
|
|
{
|
|
"description": "MYSQL username",
|
|
"key": "DB_USER",
|
|
"value": "",
|
|
"required": "true",
|
|
"generated": "time|md5|8"
|
|
},
|
|
{
|
|
"description": "MYSQL password for user",
|
|
"key": "DB_PASSWORD",
|
|
"value": "",
|
|
"required": "true",
|
|
"generated": "random|md5|12"
|
|
},
|
|
{
|
|
"description": "MYSQL root user password",
|
|
"key": "DB_ROOT_PASSWORD",
|
|
"value": "",
|
|
"required": "true",
|
|
"generated": "random|sha256|20"
|
|
},
|
|
{
|
|
"description": "Set up OIDC provider:",
|
|
"key": "OIDC_ENABLE",
|
|
"value": "false"
|
|
},
|
|
{
|
|
"description": "OIDC user key:",
|
|
"key": "OIDC_CLIENT_KEY",
|
|
"value": ""
|
|
},
|
|
{
|
|
"description": "OIDC client secret:",
|
|
"key": "OIDC_CLIENT_SECRET",
|
|
"value": ""
|
|
},
|
|
{
|
|
"description": "Set up S3 bucket server:",
|
|
"key": "LEANTIME_USE_S3",
|
|
"value": "false"
|
|
},
|
|
{
|
|
"description": "Session password",
|
|
"key": "SESSION_PASSWORD",
|
|
"value": "",
|
|
"required": "true",
|
|
"generated": "random|sha256|20"
|
|
},
|
|
{
|
|
"description": "Session expiration time (s):",
|
|
"key": "SESSION_EXPIRATION",
|
|
"value": "28800"
|
|
},
|
|
{
|
|
"description": "Please add a strong password for sessions",
|
|
"key": "SESSION_PASSWORD",
|
|
"value": "",
|
|
"required": "true",
|
|
"generated": "random|sha256|20"
|
|
},
|
|
{
|
|
"description": "LeanTime acces mode (https):",
|
|
"key": "SESSION_SECURITY",
|
|
"value": "true"
|
|
},
|
|
{
|
|
"description": "SMTP host:",
|
|
"key": "LEANTIME_SMTP",
|
|
"value": "smtp-mail"
|
|
},
|
|
{
|
|
"description": "Connect S3 bucket provider:",
|
|
"key": "LEANTIME_USE_S3",
|
|
"value": "false"
|
|
}
|
|
]
|
|
} |