1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/backdrop_ynh.git synced 2024-09-03 20:36:14 +02:00
backdrop_ynh/manifest.toml
2024-03-08 21:30:35 +01:00

59 lines
1.6 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

packaging_format = 2
id = "backdrop"
name = "Backdrop"
description.en = "Easy-to-use CMS for building professional websites"
description.fr = "CMS facile à utiliser pour créer des sites Web professionnels"
version = "1.27.1~ynh1"
maintainers = []
[upstream]
license = "GPL-2.0"
website = "https://backdropcms.org/"
demo = "https://backdropcms.org/demo"
userdoc = "https://backdropcms.org/user-guide"
code = "https://github.com/backdrop/backdrop"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/backdrop"
[install.init_main_permission]
help.en = "If enabled, Backdrop will be accessible by people who do not have an account. This can be changed later via the webadmin."
help.fr = "Si cette case est cochée, Backdrop sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://github.com/backdrop/backdrop/archive/refs/tags/1.27.1.tar.gz"
sha256 = "38f3aab60b4293f211e156ce77ec305a289a31cd56dd8997d417626309a8d266"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "mariadb-server php8.0-mbstring php8.0-xmlrpc php8.0-soap php8.0-mysql php8.0-gd php8.0-xml php8.0-cli php8.0-zip"
[resources.database]
type = "mysql"