2023-03-12 17:05:19 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "DailyTxT",
|
|
|
|
"port": 8156,
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "dailytxt",
|
2024-06-16 15:03:15 +00:00
|
|
|
"tipi_version": 7,
|
|
|
|
"version": "1.0.15",
|
|
|
|
"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"
|
|
|
|
}
|
2023-10-29 19:43:17 +00:00
|
|
|
],
|
2024-06-16 15:03:15 +00:00
|
|
|
"supported_architectures": ["arm64", "amd64"]
|
2023-03-12 17:05:19 +00:00
|
|
|
}
|