3627f9ff61
* chore(deps): update vikunja/frontend docker tag to v0.20.5 * Update app version * chore(deps): update vikunja/api docker tag to v0.20.4 (#262) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
32 lines
723 B
JSON
32 lines
723 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Vikunja",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 8135,
|
|
"id": "vikunja",
|
|
"tipi_version": 2,
|
|
"version": "0.20.5",
|
|
"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"
|
|
}
|
|
]
|
|
}
|