2023-06-04 10:58:53 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "hubzilla"
|
|
|
|
name = "Hubzilla"
|
2023-06-04 11:23:42 +02:00
|
|
|
description.en = "Decentralized publication platform and social network"
|
|
|
|
description.fr = "Plateforme de publication décentralisée et un réseau social"
|
2023-06-04 10:58:53 +02:00
|
|
|
|
2024-02-29 21:38:45 +01:00
|
|
|
version = "8.8.8~ynh1"
|
2023-06-04 10:58:53 +02:00
|
|
|
|
2023-08-13 11:59:51 +02:00
|
|
|
maintainers = [""]
|
2023-06-04 10:58:53 +02:00
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "MIT"
|
2024-01-12 19:44:53 +01:00
|
|
|
website = "https://hubzilla.org"
|
2023-06-04 10:58:53 +02:00
|
|
|
code = "https://framagit.org/hubzilla/core"
|
|
|
|
|
|
|
|
[integration]
|
2023-08-13 11:23:21 +02:00
|
|
|
yunohost = ">= 11.2"
|
2023-06-04 11:04:59 +02:00
|
|
|
architectures = "all"
|
2023-06-04 10:58:53 +02:00
|
|
|
multi_instance = true
|
2024-01-12 19:44:06 +01:00
|
|
|
|
2023-06-04 11:23:42 +02:00
|
|
|
ldap = true
|
2024-01-12 19:44:06 +01:00
|
|
|
|
2023-06-04 11:57:04 +02:00
|
|
|
sso = true
|
2024-01-12 19:44:06 +01:00
|
|
|
|
2023-06-04 11:04:59 +02:00
|
|
|
disk = "50M"
|
2023-06-04 11:57:04 +02:00
|
|
|
ram.build = "200M"
|
2023-06-04 11:04:59 +02:00
|
|
|
ram.runtime = "50M"
|
2023-06-04 10:58:53 +02:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
2023-10-01 22:09:42 +02:00
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
2023-06-04 10:58:53 +02:00
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
2024-02-29 21:38:45 +01:00
|
|
|
url = "https://framagit.org/hubzilla/core/-/archive/8.8.8/core-8.8.8.tar.bz2"
|
|
|
|
sha256 = "7b1f7f88e57cc899226923d259ce17c125207d6e36f41bd64b161d893b9bd626"
|
2024-02-15 19:23:58 +01:00
|
|
|
autoupdate.strategy = "latest_gitlab_release"
|
2023-06-04 10:58:53 +02:00
|
|
|
|
2023-06-04 11:23:42 +02:00
|
|
|
[resources.sources.addons]
|
2024-02-29 21:38:45 +01:00
|
|
|
url = "https://framagit.org/hubzilla/addons/-/archive/8.8.8/addons-8.8.8.tar.bz2"
|
|
|
|
sha256 = "91e93c199880487ddcc79d0b9f6c0c38ab498ab005a01b3c35752fae15332b91"
|
2024-02-15 19:23:58 +01:00
|
|
|
autoupdate.strategy = "latest_gitlab_tag"
|
|
|
|
autoupdate.upstream = "https://framagit.org/hubzilla/addons"
|
2023-06-04 10:58:53 +02:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
2023-06-04 11:04:59 +02:00
|
|
|
[resources.apt]
|
2024-02-03 20:10:49 +01:00
|
|
|
packages = "postgresql, php8.2-curl, php8.2-gd, php8.2-pgsql, php8.2-mbstring, php8.2-xml, php8.2-zip, php8.2-cli, php8.2-imagick, php8.2-gmp"
|
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "postgresql"
|