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
Éric Gaspar e4f977328e fix linter
2024-07-20 16:05:34 +02:00

87 lines
No EOL
2.1 KiB
TOML

packaging_format = 2
id = "gancio"
name = "Gancio"
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"
version = "1.16.2~ynh2"
maintainers = ["Lapineige"]
[upstream]
license = "AGPL-3.0-only"
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]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[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"
choices = ['en', 'fr', 'en', 'it', 'zh', 'pt', 'nl', 'ru']
default = "en"
[install.admin]
type = "user"
[install.password]
help.en = "Choose admin user password"
help.fr = "Choisissez le mot de passe du compte d'administration"
type = "password"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://gancio.org/releases/gancio-v1.16.2.tgz"
sha256 = "b1c572df89744f7be9f953e7fc5e3c21e9d8f7ca43a6eda3c040a0872320d132"
#autoupdate.strategy = "latest_gitlab_release"
#autoupdate.asset = "^gancio-v*.tgz$"
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.data_dir]
subdirs = ['uploads', 'user_locale', 'plugins']
[resources.permissions]
main.url = "/"
[resources.ports]
[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"
[resources.database]
type = "postgresql"