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

60 lines
1.6 KiB
TOML
Raw Normal View History

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"
2024-07-04 03:31:00 +02:00
version = "1.28.2~ynh1"
2023-03-15 22:38:37 +01:00
2024-02-14 17:51:38 +01:00
maintainers = []
2023-03-15 22:38:37 +01:00
[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-08-19 18:55:34 +02:00
yunohost = ">= 11.2"
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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
2024-07-04 03:31:00 +02:00
url = "https://github.com/backdrop/backdrop/archive/refs/tags/1.28.2.tar.gz"
sha256 = "2eb64dde17889ed373c7e3b515b77d9990836ca6a0e5572f9dffc9d2b2279682"
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"