1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/manifest.toml

66 lines
1.6 KiB
TOML
Raw Normal View History

2023-06-04 10:58:53 +02:00
packaging_format = 2
id = "hubzilla"
name = "Hubzilla"
description.en = "Decentralized publication platform and social network."
description.fr = "Plateforme de publication décentralisée et un réseau social."
version = "8.4.1~ynh1"
maintainers = ["Anmol Sharma"]
[upstream]
license = "MIT"
website = "https://zotlabs.org/page/hubzilla/hubzilla-project"
code = "https://framagit.org/hubzilla/core"
[integration]
2023-06-04 11:04:59 +02:00
yunohost = ">= 11.1.19"
architectures = "all"
2023-06-04 10:58:53 +02:00
multi_instance = true
2023-06-04 11:04:59 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-06-04 10:58:53 +02:00
[install]
[install.domain]
type = "domain"
full_domain = true
[install.admin]
type = "user"
[install.database]
ask.en = "Choose the database to be used for the Hubzilla]"
ask.fr = "Choisissez la database de Hubzilla"
type = "string"
choices = ["mysql", "postgresql"]
default = "mysql"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://framagit.org/hubzilla/core/-/archive/8.4.1/core-8.4.1.tar.gz"
sha256 = "93dd8fc4d30da8a79a77303381b1451f8215c62f8b913e215664a9396cf47d61"
[resources.sources.app_addons]
url = "https://framagit.org/hubzilla/addons/-/archive/8.4.1/addons-8.4.1.tar.gz"
sha256 = "67f7b881f195b258c3d61922a6ce0f92832b907cafd5feb11b8abea4b2b055a0"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-06-04 11:04:59 +02:00
[resources.apt]
packages = "php8.2-curl php8.2-gd php8.2-mysql php8.2-mbstring php8.2-xml php8.2-zip php8.2-cli php8.2-imagick php8.2-pgsql php8.2-json"
2023-06-04 10:58:53 +02:00
[resources.database]
type = "mysql"