1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/humhub_ynh.git synced 2024-09-03 19:26:11 +02:00
humhub_ynh/manifest.toml
Éric Gaspar 8dbd9c77d0 v2
2023-04-27 09:51:02 +02:00

61 lines
1.3 KiB
TOML

packaging_format = 2
id = "humhub"
name = "HumHub"
description.en = "Enterprise Social Network"
description.fr = "Réseau Social d'Entreprise"
version = "1.13.1~ynh1"
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]
yunohost = ">= 11.1.18"
architectures = "all"
multi_instance = true
ldap = true
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[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]
url = "https://download.humhub.com/downloads/install/humhub-1.13.1.tar.gz"
sha256 = "ad618f284e131e600024816a42c66a95f84fcc192cd5e2f82d2465cf0c3ed882"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
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"
[resources.database]
type = "mysql"