app-store/apps/dailytxt/config.json
2023-03-12 13:05:19 -04:00

32 lines
868 B
JSON

{
"$schema": "../schema.json",
"name": "DailyTxT",
"port": 8156,
"available": true,
"exposable": true,
"id": "dailytxt",
"tipi_version": 1,
"version": "1.0.12",
"categories": ["development"],
"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": "text",
"label": "Allow User Registrastion",
"hint": "Set it to False to disallow registration of new users.",
"placeholder": "True",
"required": true,
"env_variable": "DAILYTXT_ALLOW_REGISTRATION"
}
]
}