app-store/apps/vikunja/config.json

30 lines
715 B
JSON
Raw Normal View History

2022-11-24 20:50:34 +00:00
{
"$schema": "../schema.json",
"name": "Vikunja",
"available": true,
"exposable": true,
"port": 8135,
"id": "vikunja",
2023-08-06 19:16:08 +00:00
"tipi_version": 5,
"version": "0.21.0",
2023-08-06 19:16:08 +00:00
"categories": ["utilities"],
2022-11-24 20:50:34 +00:00
"description": "The Todo-app to organize your life.",
"short_desc": "The Todo-app to organize your life.",
"author": "kolaente",
"source": "https://kolaente.dev/vikunja",
"website": "https://vikunja.io",
"form_fields": [
{
"type": "random",
"label": "Vikunja database password",
"random": true,
"env_variable": "VIKUNJA_DB_PASSWORD"
},
{
"type": "random",
"label": "Vikunja jwt secret",
"env_variable": "VIKUNJA_SERVICE_JWTSECRET"
}
]
}