107 lines
3.0 KiB
JSON
107 lines
3.0 KiB
JSON
{
|
|
"name": "leantime",
|
|
"description": "Leantime is an open-source, strategic project management system designed for small teams and startups, particularly those with non-project managers or individuals with ADHD, dyslexia, and autism.",
|
|
"fields": [
|
|
{
|
|
"description": "Domain",
|
|
"key": "DOMAIN",
|
|
"value": "",
|
|
"required": "true"
|
|
},
|
|
{
|
|
"description": "Deploy name",
|
|
"key": "LEANTIME_SITENAME",
|
|
"value": "LeanTime"
|
|
},
|
|
{
|
|
"description": "Language",
|
|
"key": "LEANTIME_LANG",
|
|
"value": "En-US"
|
|
},
|
|
{
|
|
"description": "Timezone",
|
|
"key": "LEANTIME_TZ",
|
|
"value": "Europe/Budapest"
|
|
},
|
|
{
|
|
"description": "Public login",
|
|
"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": "OIDC provider setup",
|
|
"key": "OIDC_ENABLE",
|
|
"value": "false"
|
|
},
|
|
{
|
|
"description": "User key",
|
|
"key": "OIDC_CLIENT_KEY",
|
|
"value": ""
|
|
},
|
|
{
|
|
"description": "Client secret",
|
|
"key": "OIDC_CLIENT_SECRET",
|
|
"value": ""
|
|
},
|
|
{
|
|
"description": "S3 bucket server setup",
|
|
"key": "LEANTIME_USE_S3",
|
|
"value": "false"
|
|
},
|
|
{
|
|
"description": "Session password",
|
|
"key": "SESSION_PASSWORD",
|
|
"value": "",
|
|
"required": "true",
|
|
"generated": "random|sha256|20"
|
|
},
|
|
{
|
|
"description": "Session expiration (sec)",
|
|
"key": "SESSION_EXPIRATION",
|
|
"value": "28800"
|
|
},
|
|
{
|
|
"description": "Access 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"
|
|
}
|
|
]
|
|
} |