app-store/apps/dailytxt/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

35 lines
895 B
JSON

{
"$schema": "../schema.json",
"name": "DailyTxT",
"port": 8156,
"available": true,
"exposable": true,
"id": "dailytxt",
"tipi_version": 2,
"version": "1.0.12",
"categories": [
"utilities"
],
"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",
"author": "PhiTux",
"source": "https://github.com/PhiTux/DailyTxT",
"form_fields": [
{
"type": "random",
"label": "DailyTXT Secret Key",
"min": 32,
"env_variable": "DAILYTXT_SECRET_KEY"
},
{
"type": "boolean",
"label": "Allow User Registrastion",
"hint": "Set it to true intially to create the first user.",
"placeholder": "true",
"required": true,
"default": true,
"env_variable": "DAILYTXT_ALLOW_REGISTRATION"
}
]
}