2024-07-09 16:15:51 +02:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
2023-11-11 14:01:42 +01:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "galette"
|
|
|
|
name = "Galette"
|
|
|
|
description.en = "Membership management web application for non profit organizations"
|
|
|
|
description.fr = "Outil de gestion d'adhérents et de cotisation en ligne pour associations"
|
|
|
|
|
2024-07-10 03:34:25 +02:00
|
|
|
version = "1.1.3~ynh1"
|
2023-11-11 14:01:42 +01:00
|
|
|
|
|
|
|
maintainers = []
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
website = "https://www.galette.eu"
|
|
|
|
demo = "https://demo.galette.eu/login"
|
|
|
|
admindoc = "https://doc.galette.eu/fr/master/"
|
|
|
|
code = "https://github.com/galette/galette"
|
|
|
|
|
|
|
|
[integration]
|
2023-11-11 14:14:26 +01:00
|
|
|
yunohost = ">= 11.2"
|
|
|
|
architectures = "all"
|
2023-11-11 14:01:42 +01:00
|
|
|
multi_instance = true
|
2023-11-11 14:29:11 +01:00
|
|
|
|
2023-11-11 14:14:26 +01:00
|
|
|
ldap = false
|
2023-11-11 14:29:11 +01:00
|
|
|
|
2023-11-11 14:14:26 +01:00
|
|
|
sso = false
|
|
|
|
|
|
|
|
disk = "50M"
|
2023-11-11 14:53:23 +01:00
|
|
|
ram.build = "150M"
|
2023-11-11 14:14:26 +01:00
|
|
|
ram.runtime = "50M"
|
2023-11-11 14:01:42 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/galette"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[install.password]
|
|
|
|
type = "password"
|
|
|
|
|
|
|
|
[resources]
|
2024-07-09 16:15:51 +02:00
|
|
|
[resources.sources.main]
|
2024-07-10 09:12:34 +02:00
|
|
|
url = "https://www.galette.eu/download/galette-1.1.3.tar.bz2"
|
|
|
|
sha256 = "4797a529e5ba7925a2f265fce30801ca05db515832e6bc00c51413492841993a"
|
2024-07-09 16:15:51 +02:00
|
|
|
|
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
autoupdate.needs_manual_tweaks = true
|
2023-11-11 14:01:42 +01:00
|
|
|
|
|
|
|
[resources.system_user]
|
2023-11-11 15:25:55 +01:00
|
|
|
allow_email = true
|
2023-11-11 14:01:42 +01:00
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
2023-11-11 14:14:26 +01:00
|
|
|
[resources.apt]
|
2024-06-11 22:16:38 +02:00
|
|
|
packages = "postgresql, php8.3-tidy, php8.3-intl, php8.3-mbstring, php8.3-xml, php8.3-gd, php8.3-curl, php8.3-pgsql"
|
2023-11-16 19:59:44 +01:00
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "postgresql"
|