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

64 lines
1.3 KiB
TOML
Raw Normal View History

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"
version = "1.16.1~ynh1"
2023-04-27 09:44:41 +02:00
2024-02-15 18:10:44 +01:00
maintainers = [ "Nils Van Zuijlen" ]
2023-04-27 09:44:41 +02:00
[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"
2024-04-28 19:02:39 +02:00
default = "visitors"
2023-04-27 09:44:41 +02:00
[install.admin]
type = "user"
[resources]
[resources.sources.main]
url = "https://download.humhub.com/downloads/install/humhub-1.16.1.tar.gz"
2024-07-27 16:35:17 +02:00
sha256 = "44b79b75320cf1582c865f628986e559925292a076bfedf50347af6ea1cd9331"
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]
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"
2023-04-27 09:51:02 +02:00
2023-04-27 09:44:41 +02:00
[resources.database]
type = "mysql"