mirror of
https://github.com/YunoHost-Apps/phpboost_ynh.git
synced 2024-09-03 19:56:33 +02:00
66 lines
1.3 KiB
TOML
66 lines
1.3 KiB
TOML
packaging_format = 2
|
|
|
|
id = "phpboost"
|
|
name = "PHPBoost"
|
|
description.en = "French and free content management system (CMS)"
|
|
description.fr = "Système de gestion de contenu (CMS) français et libre"
|
|
|
|
version = "6.0.3~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "GPL-3.0-only"
|
|
website = "https://www.phpboost.com/"
|
|
demo = "https://demo.phpboost.com/"
|
|
admindoc = "https://www.phpboost.com/wiki/wiki.php"
|
|
code = "https://github.com/PHPBoost/PHPBoost"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "253M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/phpboost"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/PHPBoost/PHPBoost/archive/refs/tags/phpboost-6.0.3.tar.gz"
|
|
sha256 = "af04616c9cbbcbd804b80fe667f556dfca8bd1bd19f78dba314a4f66bbee6268"
|
|
autoupdate.strategy = "latest_github_release"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "mariadb-server, php8.2-mysql, php8.2-gd, php8.2-mbstring"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|