mirror of
https://github.com/YunoHost-Apps/backdrop_ynh.git
synced 2024-09-03 20:36:14 +02:00
59 lines
1.6 KiB
TOML
59 lines
1.6 KiB
TOML
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.26.0~ynh2"
|
||
|
||
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]
|
||
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 n’ayant 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.26.0.tar.gz"
|
||
sha256 = "168999dbf80fe3c74edb33564ae1ea01180a61787c9c4f4f7100234903b7b957"
|
||
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"
|