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",
"tipi_version": 1,
"version": "0.20.1",
"categories": ["utilities"],
"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"
}
]
}