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

72 lines
1.7 KiB
TOML
Raw Permalink Normal View History

2023-04-21 11:51:03 +02:00
packaging_format = 2
id = "decidim"
name = "Decidim"
description.en = "Participatory democracy framework,"
version = "0.27.0~ynh1"
maintainers = []
[upstream]
license = "AGPL-3.0-or-later"
website = "https://decidim.org/"
demo = "https://decidim.org/demo/"
admindoc = "https://docs.decidim.org"
code = "https://github.com/decidim/decidim"
[integration]
2023-04-21 11:56:11 +02:00
yunohost = ">= 11.1.17"
architectures = "all"
2023-04-21 11:51:03 +02:00
multi_instance = true
2023-04-21 11:56:11 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-04-21 11:51:03 +02:00
[install]
[install.domain]
type = "domain"
full_domain = true
[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 = "string"
choices = ["ca", "cs", "de", "en", "es", "eu", "fi", "fr", "it", "ja", "nl", "pl", "pt", "ro"]
default = "en"
[install.admin]
type = "user"
[install.password]
type = "password"
[resources]
[resources.sources.main]
url = "https://github.com/decidim/decidim/archive/refs/tags/v0.27.0.tar.gz"
sha256 = "3be1ec143e26bd278eedfd0995a77656276e223fc2974664af47a2c9c73171e5"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
2023-04-21 11:56:11 +02:00
[resources.apt]
packages = "postgresql imagemagick libyaml-dev libreadline6-dev libncurses5-dev libffi-dev libgdbm-dev libpq-dev libicu-dev"
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-04-21 11:51:03 +02:00
[resources.database]
type = "postgresql"