All apps · 0 apps
vikunja-api
OfficialDocker app from A75G's Repository
Overview
The to-do app to organize your life.
Install vikunja-api on Unraid in a few clicks.
Find vikunja-api in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for vikunja-api Review the template variables and paths Click Install
Requirements
Requires a config file to run: see https://vikunja.io/docs/config-options/ or use the example defaul config https://kolaente.dev/vikunja/api/src/branch/main/config.yml.sample (remove the '.sample' and fill in needed data)
Categories
Download Statistics
8,215,456
Total Downloads
16,395
This Month
15,828
Avg / Month
Total Downloads Over Time
Loading chart...
Related apps
Explore more like this
Explore allLinks
Details
Repository
vikunja/api:latestLast Updated2024-02-11
First Seen2021-08-19
Runtime arguments
- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Port 1Porttcp
Port 1
- Target
- 3456
- Value
- 3456
AppDataPathrw
AppData
- Target
- /app/vikunja/files
- Value
- /mnt/user/appdata/vikunja
Config FolderPathrw
Folder where you place your 'config.yml' file
- Target
- /etc/vikunja
- Value
- /mnt/user/appdata/vikunja/config
Sqlite PathVariable
When using sqlite, this is the path where to store the data inisde the container
- Target
- VIKUNJA_DATABASE_PATH
- Value
- /etc/vikunja/vikunja.db
Database HostVariable
Database host - Only if Database Type is set to mysql or postgres
- Target
- VIKUNJA_DATABASE_HOST
- Value
- db
Database PasswordVariable
Database Password - Only if Database Type is set to mysql or postgres
- Target
- VIKUNJA_DATABASE_PASSWORD
- Value
- password
Database TypeVariable
Database type to use. Supported types are mysql, postgres and sqlite.
- Target
- VIKUNJA_DATABASE_TYPE
- Value
- sqlite
Database UserVariable
Database User - Only if Database Type is set to mysql or postgres
- Target
- VIKUNJA_DATABASE_USER
- Value
- root
Database NameVariable
Database to use - Only if Database Type is set to mysql or postgres
- Target
- VIKUNJA_DATABASE_DATABASE
- Value
- vikunja
PUIDVariable
- Value
- 99
PGIDVariable
- Value
- 100