app-store/apps/vikunja/config.json

30 lines
735 B
JSON
Raw Permalink Normal View History

2022-11-24 20:50:34 +00:00
{
"$schema": "../schema.json",
"name": "Vikunja",
"available": true,
"exposable": true,
"port": 8135,
"id": "vikunja",
2024-02-25 11:56:38 +00:00
"tipi_version": 9,
"version": "0.22.1",
2024-01-07 14:09:38 +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",
"env_variable": "VIKUNJA_DB_PASSWORD"
},
{
"type": "random",
2023-09-08 18:44:04 +00:00
"label": "Vikunja secret",
"env_variable": "VIKUNJA_SERVICE_SECRET"
2022-11-24 20:50:34 +00:00
}
],
"supported_architectures": ["arm64", "amd64"]
2022-11-24 20:50:34 +00:00
}