1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00
vikunja_ynh/manifest.toml

83 lines
2.5 KiB
TOML
Raw Normal View History

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"
2023-09-05 14:11:44 +02:00
version = "0.21.0~ynh3"
2023-03-02 19:15:23 +01:00
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-08-30 19:05:13 +02:00
yunohost = ">= 11.2"
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-04-05 23:16:48 +02:00
ram.build = "1500M"
2023-03-02 19:24:51 +01:00
ram.runtime = "50M"
2023-03-02 19:15:23 +01:00
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
2023-08-30 19:08:49 +02:00
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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
2023-03-02 19:15:23 +01:00
type = "group"
default = "visitors"
2023-09-05 14:04:20 +02:00
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = ["de", "en", "es", "fa", "fr", "it", "lt", "nl", "pl", "pt"]
2023-09-05 14:07:25 +02:00
default = "en"
2023-09-05 14:04:20 +02:00
2023-03-02 19:15:23 +01:00
[resources]
2023-03-30 21:51:24 +02:00
[resources.sources]
[resources.sources.back]
2023-08-30 19:05:13 +02:00
arm64.url = "https://dl.vikunja.io/api/0.21.0/vikunja-v0.21.0-linux-arm64-full.zip"
arm64.sha256 = "8fed6d6840b2196081a27131ce07506a86e7b316aa152ead91415fcca60b3e67"
amd64.url = "https://dl.vikunja.io/api/0.21.0/vikunja-v0.21.0-linux-amd64-full.zip"
amd64.sha256 = "24d088d11df8539c51997401a36cd8e0b8fc3e1811edfdbb6c5a60247a7aa858"
armhf.url = "https://dl.vikunja.io/api/0.21.0/vikunja-v0.21.0-linux-arm-7-full.zip"
armhf.sha256 = "16da08b50616df06743cae649a04e890fe1cbbeae7f4ee969cbc00095c939637"
i386.url = "https://dl.vikunja.io/api/0.21.0/vikunja-v0.21.0-linux-386-full.zip"
i386.sha256 = "e1c8a9b8773651485dc0e3f60f0f8bf978fb11570d7c7e5cbb7644b2557ebd27"
2023-03-30 21:51:24 +02:00
in_subdir = false
[resources.sources.front]
2023-07-11 22:49:36 +02:00
url = "https://dl.vikunja.io/frontend/vikunja-frontend-0.21.0.zip"
sha256 = "ec59d8db8076123028331167357050f73bdb5b41793cf5c47d60acf9f1fddc12"
2023-03-30 21:51:24 +02:00
in_subdir = false
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"
2023-10-16 18:10:40 +02:00
api.auth_header = false
2023-03-02 19:24:51 +01:00
[resources.apt]
packages = "postgresql"
2023-03-02 19:15:23 +01:00
[resources.database]
type = "postgresql"