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

67 lines
1.3 KiB
TOML
Raw Normal View History

2023-02-24 20:17:31 +01:00
packaging_format = 2
id = "phpboost"
name = "PHPBoost"
description.en = "French and free content management system (CMS)"
2023-09-02 21:34:42 +02:00
description.fr = "Système de gestion de contenu (CMS) français et libre"
2023-02-24 20:17:31 +01:00
2023-11-17 12:08:51 +01:00
version = "6.0.2~ynh1"
2023-02-24 20:17:31 +01:00
2023-02-26 09:22:10 +01:00
maintainers = [""]
2023-02-24 20:17:31 +01:00
[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]
2023-09-02 21:34:42 +02:00
yunohost = ">= 11.2"
2023-02-24 20:23:02 +01:00
architectures = "all"
2023-02-24 20:17:31 +01:00
multi_instance = true
2023-11-17 12:11:58 +01:00
2023-02-24 20:23:02 +01:00
ldap = false
2023-11-17 12:11:58 +01:00
2023-02-24 20:23:02 +01:00
sso = false
2023-11-17 12:11:58 +01:00
2023-02-24 20:23:02 +01:00
disk = "50M"
2023-02-26 09:35:14 +01:00
ram.build = "253M"
2023-02-24 20:23:02 +01:00
ram.runtime = "50M"
2023-02-25 14:51:51 +01:00
[install]
2023-02-24 20:17:31 +01:00
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/phpboost"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
2023-04-19 09:30:43 +02:00
[resources.sources]
[resources.sources.main]
2023-11-17 12:08:51 +01:00
url = "https://github.com/PHPBoost/PHPBoost/archive/refs/tags/phpboost-6.0.2.tar.gz"
sha256 = "83888d8cdbf5fdae54214e43eaf1badfcefabb8f117e0b394bdc5a073742379f"
2023-04-19 09:30:43 +02:00
autoupdate.strategy = "latest_github_tag"
2023-02-25 14:51:51 +01:00
[resources.ports]
2023-02-24 20:17:31 +01:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-02-24 20:23:02 +01:00
[resources.apt]
2023-09-08 12:26:46 +02:00
packages = "mariadb-server, php8.0-mysql, php8.0-gd"
2023-02-24 20:23:02 +01:00
2023-02-24 20:17:31 +01:00
[resources.database]
type = "mysql"