app-store/apps/chatpad/config.json
Nicolas Meienberger 85039f78d9
chore: small updates to categories and fields (#485)
* chore(chatpad, chatgpt): change category to ai

* chore(dailytxt): use boolean value for env variable

* chore(deluge): change download folder following trash's guide

* chore(deluge): change download folder following trash's guide

---------

Co-authored-by: DrMxrcy <58747968+DrMxrcy@users.noreply.github.com>
2023-05-08 10:19:38 -04:00

20 lines
469 B
JSON

{
"$schema": "../schema.json",
"name": "Chatpad AI",
"available": true,
"exposable": true,
"port": 8179,
"id": "chatpad",
"tipi_version": 2,
"version": "latest",
"categories": [
"ai"
],
"description": "Not just another ChatGPT user-interface!",
"short_desc": "Not just another ChatGPT user-interface!",
"author": "Andrei Canta",
"source": "https://github.com/deiucanta/chatpad",
"website": "https://chatpad.ai/",
"form_fields": []
}