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
CodeShakingSheep 1878d664f1
Update manifest.toml
Fix sha256 sum
2024-07-27 09:35:17 -05:00

63 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.16.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.2"
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 = "visitors"
[install.admin]
type = "user"
[resources]
[resources.sources.main]
url = "https://download.humhub.com/downloads/install/humhub-1.16.1.tar.gz"
sha256 = "44b79b75320cf1582c865f628986e559925292a076bfedf50347af6ea1cd9331"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "mariadb-server, php8.3-imagick, php8.3-curl, php8.3-bz2, php8.3-gd, php8.3-intl, php8.3-mysql, php8.3-zip, php8.3-apcu, php8.3-xml, php8.3-ldap"
[resources.database]
type = "mysql"