2023-03-15 22:38:37 +01:00
|
|
|
|
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"
|
|
|
|
|
|
2023-06-07 22:20:06 +02:00
|
|
|
|
version = "1.25.1~ynh1"
|
2023-03-15 22:38:37 +01:00
|
|
|
|
|
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
|
|
|
|
|
|
[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]
|
2023-05-16 08:32:21 +02:00
|
|
|
|
yunohost = ">= 11.1.19"
|
2023-03-15 22:43:06 +01:00
|
|
|
|
architectures = "all"
|
2023-03-15 22:38:37 +01:00
|
|
|
|
multi_instance = true
|
2023-03-15 22:43:06 +01:00
|
|
|
|
ldap = false
|
|
|
|
|
sso = false
|
|
|
|
|
disk = "50M"
|
|
|
|
|
ram.build = "50M"
|
|
|
|
|
ram.runtime = "50M"
|
2023-03-15 22:38:37 +01:00
|
|
|
|
[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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
type = "group"
|
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
|
[resources.sources.main]
|
2023-06-07 22:20:06 +02:00
|
|
|
|
url = "https://github.com/backdrop/backdrop/releases/download/1.25.1/backdrop.zip"
|
|
|
|
|
sha256 = "b06a4f13ae2cf570c62423181430d2c46ab96c1b95c2dc76b942baf66ea99d3c"
|
2023-05-16 08:32:21 +02:00
|
|
|
|
autoupdate.strategy = "latest_github_tag"
|
2023-03-15 22:38:37 +01:00
|
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
|
main.url = "/"
|
|
|
|
|
|
2023-03-15 22:43:06 +01:00
|
|
|
|
[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"
|
|
|
|
|
|
2023-03-15 22:38:37 +01:00
|
|
|
|
[resources.database]
|
|
|
|
|
type = "mysql"
|