1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/concrete5_ynh.git synced 2024-09-03 18:25:54 +02:00
concrete5_ynh/manifest.toml
2024-08-07 03:32:00 +02:00

93 lines
2.1 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "concrete5"
name = "Concrete CMS"
description.en = "Open Source Content Management System for Teams"
description.fr = "Système de gestion de contenu Open Source pour les équipes"
version = "9.3.3~ynh1"
maintainers = ["frju365"]
[upstream]
license = "MIT"
website = "https://www.concrete5.org"
admindoc = "https://documentation.concrete5.org"
code = "https://github.com/concrete5/concrete5"
cpe = "cpe:2.3:a:concrete5:concrete5"
[integration]
yunohost = ">= 11.2.0"
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 = "/concrete"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = ["en_US", "fr_FR", "de_DE", "pt_PT"]
default = "en_US"
[install.admin]
type = "user"
[install.password]
type = "password"
[install.website_title]
ask.en = "Your website's title."
ask.fr = "Le titre de votre site."
type = "string"
default = "Concrete"
[resources]
[resources.sources.main]
url = "https://github.com/concrete5/concrete5/archive/refs/tags/9.3.3.tar.gz"
sha256 = "e0edc9a55a9a266f3f499a5e62ab372ff703cccd8f47e1e55ebfbf1f637b0efd"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"php8.2-pdo",
"php8.2-mysql",
"php8.2-dom",
"php8.2-simplexml",
"php8.2-iconv",
"php8.2-intl",
"php8.2-gd",
"php8.2-fileinfo",
"php8.2-mbstring",
"php8.2-curl",
"php8.2-zip",
"mariadb-server",
"curl",
]
[resources.database]
type = "mysql"