mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
90 lines
2.7 KiB
TOML
90 lines
2.7 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
||
|
||
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.23.0~ynh1"
|
||
|
||
maintainers = []
|
||
|
||
[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/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.main]
|
||
arm64.url = "https://dl.vikunja.io/vikunja/0.23.0/vikunja-v0.23.0-linux-arm64-full.zip"
|
||
arm64.sha256 = "9d0cdfa56851f4a1093d6ba890499e8cd0ee3173b4112b3598e1fbff77b3f6f7"
|
||
amd64.url = "https://dl.vikunja.io/vikunja/0.23.0/vikunja-v0.23.0-linux-amd64-full.zip"
|
||
amd64.sha256 = "bab361cbc2988885679b3ebc46fd3e05e83feca690cb770fa81ac13d62b03f42"
|
||
armhf.url = "https://dl.vikunja.io/vikunja/0.23.0/vikunja-v0.23.0-linux-arm-7-full.zip"
|
||
armhf.sha256 = "513ca8c7b4fc3f5d06868ebb2059067b3ed1befd96fba38284abb953ca20d13a"
|
||
i386.url = "https://dl.vikunja.io/vikunja/0.23.0/vikunja-v0.23.0-linux-386-full.zip"
|
||
i386.sha256 = "bc8b0ffb543d7f3a0bd117e171faa9520c2fb2cbbd51d7230dd0cd109cdca4c2"
|
||
in_subdir = false
|
||
format = "zip"
|
||
|
||
autoupdate.strategy = "latest_gitea_release"
|
||
autoupdate.asset.amd64 = "tarball"
|
||
autoupdate.asset.i386 = "tarball"
|
||
autoupdate.asset.arm64 = "tarball"
|
||
autoupdate.asset.armhf = "tarball"
|
||
|
||
[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"
|