2023-04-27 09:44:41 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "humhub"
|
|
|
|
name = "HumHub"
|
|
|
|
description.en = "Enterprise Social Network"
|
|
|
|
description.fr = "Réseau Social d'Entreprise"
|
|
|
|
|
2023-12-27 18:31:31 +01:00
|
|
|
version = "1.14.0~ynh2"
|
2023-04-27 09:44:41 +02:00
|
|
|
|
|
|
|
maintainers = ["Nils Van Zuijlen"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "AGPL-3.0-only"
|
|
|
|
website = "https://www.humhub.org"
|
|
|
|
demo = "https://www.humhub.com/en"
|
|
|
|
admindoc = "https://docs.humhub.org"
|
|
|
|
code = "https://github.com/humhub/humhub"
|
|
|
|
|
|
|
|
[integration]
|
2023-09-07 22:50:02 +02:00
|
|
|
yunohost = ">= 11.2"
|
2023-04-27 09:51:02 +02:00
|
|
|
architectures = "all"
|
2023-04-27 09:44:41 +02:00
|
|
|
multi_instance = true
|
2023-12-27 18:31:31 +01:00
|
|
|
|
2023-04-27 09:51:02 +02:00
|
|
|
ldap = true
|
2023-12-27 18:31:31 +01:00
|
|
|
|
2023-04-27 09:51:02 +02:00
|
|
|
sso = false
|
2023-12-27 18:31:31 +01:00
|
|
|
|
2023-04-27 09:51:02 +02:00
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2023-04-27 09:44:41 +02:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/humhub"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = false
|
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2023-04-27 09:52:00 +02:00
|
|
|
url = "https://download.humhub.com/downloads/install/humhub-1.14.0.tar.gz"
|
|
|
|
sha256 = "d75923ca8d18d5e031c4ed4a4e2e9ce98fb61fbfcf5268317a76803f7a82a22a"
|
2023-04-27 09:44:41 +02:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
2023-04-27 09:51:02 +02:00
|
|
|
[resources.apt]
|
2023-09-07 22:50:02 +02:00
|
|
|
packages = "mariadb-server, php8.0-imagick, php8.0-curl, php8.0-bz2, php8.0-gd, php8.0-intl, php8.0-mysql, php8.0-zip, php8.0-apcu, php8.0-xml, php8.0-ldap"
|
2023-04-27 09:51:02 +02:00
|
|
|
|
2023-04-27 09:44:41 +02:00
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|