2023-03-02 19:15:23 +01:00
|
|
|
|
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.20.2~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]
|
2023-03-30 21:45:52 +02:00
|
|
|
|
yunohost = ">= 11.1.15"
|
2023-03-02 19:24:51 +01:00
|
|
|
|
architectures = "all"
|
2023-03-02 19:15:23 +01:00
|
|
|
|
multi_instance = true
|
2023-03-02 19:24:51 +01:00
|
|
|
|
ldap = false
|
|
|
|
|
sso = false
|
2023-03-02 19:45:54 +01:00
|
|
|
|
disk = "50M"
|
2023-03-02 19:24:51 +01:00
|
|
|
|
ram.build = "50M"
|
|
|
|
|
ram.runtime = "50M"
|
2023-03-02 19:15:23 +01:00
|
|
|
|
|
|
|
|
|
[install]
|
|
|
|
|
[install.domain]
|
|
|
|
|
type = "domain"
|
|
|
|
|
full_domain = true
|
|
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
|
help.en = "If enabled, Vikunja will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
|
|
|
|
help.fr = "Si cette case est cochée, Vikunja sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
type = "group"
|
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
|
|
[resources]
|
2023-03-02 19:24:51 +01:00
|
|
|
|
[resources.ports]
|
|
|
|
|
|
2023-03-02 19:15:23 +01:00
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
|
main.url = "/"
|
2023-03-02 19:24:51 +01:00
|
|
|
|
api.url = "/api"
|
|
|
|
|
api.show_tile = false
|
|
|
|
|
api.allowed = "visitors"
|
|
|
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
|
packages = "postgresql"
|
|
|
|
|
|
2023-03-02 19:15:23 +01:00
|
|
|
|
[resources.database]
|
|
|
|
|
type = "postgresql"
|