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>
This commit is contained in:
parent
97b5d1fde7
commit
85039f78d9
|
@ -5,10 +5,10 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "chatgpt-ui",
|
"id": "chatgpt-ui",
|
||||||
"tipi_version": 6,
|
"tipi_version": 7,
|
||||||
"version": "2.5.4",
|
"version": "2.5.4",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"ai"
|
||||||
],
|
],
|
||||||
"description": "A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage",
|
"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",
|
"short_desc": "A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage",
|
||||||
|
|
|
@ -5,9 +5,11 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8179,
|
"port": 8179,
|
||||||
"id": "chatpad",
|
"id": "chatpad",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"categories": ["utilities"],
|
"categories": [
|
||||||
|
"ai"
|
||||||
|
],
|
||||||
"description": "Not just another ChatGPT user-interface!",
|
"description": "Not just another ChatGPT user-interface!",
|
||||||
"short_desc": "Not just another ChatGPT user-interface!",
|
"short_desc": "Not just another ChatGPT user-interface!",
|
||||||
"author": "Andrei Canta",
|
"author": "Andrei Canta",
|
||||||
|
|
|
@ -5,9 +5,11 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "dailytxt",
|
"id": "dailytxt",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "1.0.12",
|
"version": "1.0.12",
|
||||||
"categories": ["utilities"],
|
"categories": [
|
||||||
|
"utilities"
|
||||||
|
],
|
||||||
"description": "DailyTxT is an encrypted Diary Web-App to write down your stories of the day and to find them again easily.",
|
"description": "DailyTxT is an encrypted Diary Web-App to write down your stories of the day and to find them again easily.",
|
||||||
"short_desc": "Encrypted Diary Web-App",
|
"short_desc": "Encrypted Diary Web-App",
|
||||||
"author": "PhiTux",
|
"author": "PhiTux",
|
||||||
|
@ -20,11 +22,12 @@
|
||||||
"env_variable": "DAILYTXT_SECRET_KEY"
|
"env_variable": "DAILYTXT_SECRET_KEY"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "boolean",
|
||||||
"label": "Allow User Registrastion",
|
"label": "Allow User Registrastion",
|
||||||
"hint": "Set it to false to disallow registration of new users.",
|
"hint": "Set it to true intially to create the first user.",
|
||||||
"placeholder": "true",
|
"placeholder": "true",
|
||||||
"required": true,
|
"required": true,
|
||||||
|
"default": true,
|
||||||
"env_variable": "DAILYTXT_ALLOW_REGISTRATION"
|
"env_variable": "DAILYTXT_ALLOW_REGISTRATION"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -10,7 +10,7 @@ services:
|
||||||
- DELUGE_LOGLEVEL=error #optional
|
- DELUGE_LOGLEVEL=error #optional
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/deluge/config:/config
|
- ${APP_DATA_DIR}/data/deluge/config:/config
|
||||||
- ${ROOT_FOLDER_HOST}/media/torrents:/downloads
|
- ${ROOT_FOLDER_HOST}/media/torrents:/media/torrents
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8112
|
- ${APP_PORT}:8112
|
||||||
- 6881:6881
|
- 6881:6881
|
||||||
|
|
|
@ -10,7 +10,7 @@ Password: deluge
|
||||||
| Root Folder | Container Folder |
|
| Root Folder | Container Folder |
|
||||||
|----------------------------------------------|------------------|
|
|----------------------------------------------|------------------|
|
||||||
| /runtipi/app-data/deluge/data/deluge/config | /config |
|
| /runtipi/app-data/deluge/data/deluge/config | /config |
|
||||||
| /runtipi/media/torrents | /downloads |
|
| /runtipi/media/torrents | /media/torrents |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user