2023-03-12 17:05:19 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "DailyTxT",
|
|
|
|
"port": 8156,
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "dailytxt",
|
2023-05-23 17:35:13 +00:00
|
|
|
"tipi_version": 3,
|
2023-03-12 17:05:19 +00:00
|
|
|
"version": "1.0.12",
|
2023-05-08 14:19:38 +00:00
|
|
|
"categories": [
|
|
|
|
"utilities"
|
|
|
|
],
|
2023-03-12 17:05:19 +00:00
|
|
|
"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"
|
|
|
|
},
|
|
|
|
{
|
2023-05-08 14:19:38 +00:00
|
|
|
"type": "boolean",
|
2023-03-12 17:05:19 +00:00
|
|
|
"label": "Allow User Registrastion",
|
2023-05-08 14:19:38 +00:00
|
|
|
"hint": "Set it to true intially to create the first user.",
|
2023-03-20 20:53:46 +00:00
|
|
|
"placeholder": "true",
|
2023-05-08 14:19:38 +00:00
|
|
|
"default": true,
|
2023-03-12 17:05:19 +00:00
|
|
|
"env_variable": "DAILYTXT_ALLOW_REGISTRATION"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|