mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
86 lines
2.5 KiB
TOML
86 lines
2.5 KiB
TOML
packaging_format = 2
|
||
|
||
id = "vikunja"
|
||
name = "Vikunja"
|
||
description.en = "Self-hosted To-Do list application"
|
||
description.fr = "Application de liste de tâches auto-hébergée"
|
||
|
||
version = "0.22.0~ynh1"
|
||
|
||
maintainers = ["eric_G"]
|
||
|
||
[upstream]
|
||
license = "GPL-3.0"
|
||
website = "https://vikunja.io/"
|
||
demo = "https://try.vikunja.io/login"
|
||
admindoc = "https://vikunja.io/docs/"
|
||
code = "https://kolaente.dev/vikunja/"
|
||
|
||
[integration]
|
||
yunohost = ">= 11.2"
|
||
architectures = "all"
|
||
multi_instance = true
|
||
|
||
ldap = false
|
||
|
||
sso = false
|
||
|
||
disk = "50M"
|
||
ram.build = "1500M"
|
||
ram.runtime = "50M"
|
||
|
||
[install]
|
||
[install.domain]
|
||
type = "domain"
|
||
|
||
[install.init_main_permission]
|
||
help.en = "If 'visitors', Vikunja will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||
help.fr = "Si 'visiteurs', Vikunja sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[install.language]
|
||
ask.en = "Choose the application language"
|
||
ask.fr = "Choisissez la langue de l'application"
|
||
type = "select"
|
||
choices = ["en", "fr-FR"]
|
||
default = "fr-FR"
|
||
|
||
[resources]
|
||
|
||
[resources.sources]
|
||
[resources.sources.back]
|
||
arm64.url = "https://dl.vikunja.io/api/0.22.0/vikunja-v0.22.0-linux-arm64-full.zip"
|
||
arm64.sha256 = "946d172c9bc4a42d51db5d6d2fac9ca22b00faaf2a961c8f3bd5831770ebbfd1"
|
||
amd64.url = "https://dl.vikunja.io/api/0.22.0/vikunja-v0.22.0-linux-amd64-full.zip"
|
||
amd64.sha256 = "754a819377f0753c2ecc323c876b3681b6cd5afebd408a370b45801e93a15d92"
|
||
armhf.url = "https://dl.vikunja.io/api/0.22.0/vikunja-v0.22.0-linux-arm-7-full.zip"
|
||
armhf.sha256 = "e2169d9ee9fed32618f87dd3548ce8cd6ad2ee722601f9eb0e26c998dae7784c"
|
||
i386.url = "https://dl.vikunja.io/api/0.22.0/vikunja-v0.22.0-linux-386-full.zip"
|
||
i386.sha256 = "29b5cbbd3ad2f2c9c9b2a63a4ae0f60a20baf4b30519aafbc02e88fb1d177c88"
|
||
in_subdir = false
|
||
|
||
[resources.sources.front]
|
||
url = "https://dl.vikunja.io/frontend/vikunja-frontend-0.22.0.zip"
|
||
sha256 = "2d85352060214993b0308e381d6e487dc04ab3d46453f21719580f1832a7280b"
|
||
in_subdir = false
|
||
|
||
[resources.ports]
|
||
|
||
[resources.system_user]
|
||
allow_email = true
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
api.url = "/api"
|
||
api.show_tile = false
|
||
api.allowed = "visitors"
|
||
api.auth_header = false
|
||
|
||
[resources.apt]
|
||
packages = "postgresql"
|
||
|
||
[resources.database]
|
||
type = "postgresql"
|