1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gancio_ynh.git synced 2024-09-03 20:36:19 +02:00
gancio_ynh/manifest.toml

84 lines
2 KiB
TOML
Raw Normal View History

2023-09-23 16:49:01 +02:00
packaging_format = 2
id = "gancio"
name = "Gancio"
2023-10-06 13:52:35 +02:00
description.en = "Shared agenda for local communities, federated with the fediverse"
description.fr = "Agenda partagé pour les communautés locales, fédéré avec le fédiverse"
2023-09-23 16:49:01 +02:00
2023-10-05 22:56:29 +02:00
version = "1.6.17~ynh1"
2023-09-23 16:49:01 +02:00
maintainers = ["Lapineige"]
[upstream]
2023-10-01 18:02:35 +02:00
license = "AGPL-3.0-only"
2023-09-23 16:49:01 +02:00
website = "https://gancio.org"
demo = "https://demo.gancio.org/"
admindoc = "https://gancio.org/install/"
userdoc = "https://gancio.org/usage"
code = "https://framagit.org/les/gancio"
[integration]
2023-10-06 13:52:35 +02:00
yunohost = ">= 11.2"
2023-09-23 17:18:54 +02:00
architectures = "all"
multi_instance = false
ldap = false
sso = false
2023-09-23 16:49:01 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
2023-10-06 13:52:35 +02:00
2023-09-23 16:49:01 +02:00
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
2023-09-23 17:52:35 +02:00
choices = ['en', 'fr', 'en', 'it', 'zh', 'pt', 'nl', 'ru']
2023-09-23 16:49:01 +02:00
default = "en"
2023-10-05 20:19:47 +02:00
[install.admin]
type = "user"
2023-10-06 13:52:35 +02:00
2023-10-05 20:19:47 +02:00
[install.password]
help.en = "Choose admin user password"
help.fr = "Choisissez le mot de passe du compte d'administration."
type = "password"
2023-09-23 16:49:01 +02:00
[resources]
2023-10-06 13:52:35 +02:00
2023-09-23 16:49:01 +02:00
[resources.sources]
[resources.sources.main]
2023-10-05 22:56:29 +02:00
url = "https://gancio.org/releases/gancio-v1.6.17.tgz"
sha256 = "fd9b0869d4c733c4b7de9f3bec0889918170822f1b12104ec32923c30648746f"
2023-09-23 16:49:01 +02:00
[resources.system_user]
2023-10-06 13:52:35 +02:00
#allow_email = true
2023-09-23 19:08:36 +02:00
[resources.install_dir]
2023-10-06 13:52:35 +02:00
2023-09-23 19:08:36 +02:00
[resources.data_dir]
2023-10-06 13:52:35 +02:00
subdirs = ['uploads', 'user_locale', 'plugins']
2023-09-23 19:08:36 +02:00
2023-09-23 16:49:01 +02:00
[resources.permissions]
2023-09-23 19:08:36 +02:00
main.url = "/"
[resources.ports]
2023-10-06 13:52:35 +02:00
2023-09-23 19:08:36 +02:00
[resources.apt]
packages = "postgresql"
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras.yarn.packages = "yarn"
2023-09-23 23:36:52 +02:00
2023-09-23 16:49:01 +02:00
[resources.database]
2023-09-23 17:09:47 +02:00
type = "postgresql"
2023-10-06 13:52:35 +02:00