mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
c3a63e8db0
- `main` v9.2.1: https://framagit.org/hubzilla/core/-/releases/9.2.1 - `addons` v9.2.1: https://framagit.org/hubzilla/addons/-/tags/9.2.1
65 lines
1.6 KiB
TOML
65 lines
1.6 KiB
TOML
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 = "9.2.1~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
website = "https://hubzilla.org"
|
|
code = "https://framagit.org/hubzilla/core"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = true
|
|
|
|
sso = true
|
|
|
|
disk = "50M"
|
|
ram.build = "200M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[resources]
|
|
[resources.sources]
|
|
[resources.sources.main]
|
|
url = "https://framagit.org/hubzilla/core/-/archive/9.2.1/core-9.2.1.tar.bz2"
|
|
sha256 = "d10eac4d760347305cdd6c8bb19169b06f353a307f519d3fe5b2176248e96dc3"
|
|
autoupdate.strategy = "latest_gitlab_release"
|
|
|
|
[resources.sources.addons]
|
|
url = "https://framagit.org/hubzilla/addons/-/archive/9.2.1/addons-9.2.1.tar.bz2"
|
|
sha256 = "949aadd40508946907b3a4e98e56bcb41ff2c59da9dd270aba708ae7249dc1be"
|
|
autoupdate.strategy = "latest_gitlab_tag"
|
|
autoupdate.upstream = "https://framagit.org/hubzilla/addons"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
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, php8.2-intl"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|