app-store/apps/chatgpt-ui/config.json
renovate[bot] d2d23a308f
chore(deps): update wongsaang/chatgpt-ui-client docker tag to v2.5.4 (#476)
* chore(deps): update wongsaang/chatgpt-ui-client docker tag to v2.5.4

* 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>
2023-05-07 01:52:55 -04:00

51 lines
1.3 KiB
JSON

{
"$schema": "../schema.json",
"name": "ChatGPT UI",
"port": 8200,
"available": true,
"exposable": true,
"id": "chatgpt-ui",
"tipi_version": 6,
"version": "2.5.4",
"categories": [
"utilities"
],
"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"
}
]
}