8fbe32ac62
* chore(deps): update wongsaang/chatgpt-ui-client docker tag to v2.5.5 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "ChatGPT UI",
|
|
"port": 8200,
|
|
"available": true,
|
|
"exposable": true,
|
|
"id": "chatgpt-ui",
|
|
"tipi_version": 8,
|
|
"version": "2.5.5",
|
|
"categories": [
|
|
"ai"
|
|
],
|
|
"description": "A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage",
|
|
"short_desc": "A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage",
|
|
"author": "https://github.com/WongSaang",
|
|
"source": "https://github.com/WongSaang/chatgpt-ui",
|
|
"supported_architectures": [
|
|
"amd64"
|
|
],
|
|
"form_fields": [
|
|
{
|
|
"type": "random",
|
|
"label": "CHATGPT_UI_DB_PASSWORD",
|
|
"min": 32,
|
|
"env_variable": "CHATGPT_UI_DB_PASSWORD"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "Superuser Username",
|
|
"max": 50,
|
|
"min": 3,
|
|
"required": true,
|
|
"env_variable": "CHATGPT_UI_SUPERUSER_USERNAME"
|
|
},
|
|
{
|
|
"type": "password",
|
|
"label": "Superuser Password",
|
|
"max": 50,
|
|
"min": 3,
|
|
"required": true,
|
|
"env_variable": "CHATGPT_UI_SUPERUSER_PASSWORD"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "Superuser Email",
|
|
"required": true,
|
|
"env_variable": "CHATGPT_UI_SUPERUSER_EMAIL"
|
|
}
|
|
]
|
|
}
|