1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joomla_ynh.git synced 2024-09-03 19:26:34 +02:00
joomla_ynh/manifest.toml

71 lines
1.7 KiB
TOML
Raw Permalink Normal View History

2023-10-30 09:29:45 +01:00
packaging_format = 2
id = "joomla"
name = "Joomla"
description.en = "Content management system"
description.fr = "Système de gestion de contenu libre"
2024-08-20 20:40:47 +02:00
version = "5.1.3~ynh1"
2023-10-30 09:29:45 +01:00
maintainers = []
2023-10-30 09:29:45 +01:00
[upstream]
license = "GPL-2.0-only"
website = "https://www.joomla.org/"
admindoc = "https://docs.joomla.org/"
code = "https://github.com/joomla/joomla-cms"
[integration]
2023-10-30 09:43:36 +01:00
yunohost = ">= 11.2"
architectures = "all"
2023-10-30 09:29:45 +01:00
multi_instance = true
2024-01-18 10:40:50 +01:00
2023-10-30 09:43:36 +01:00
ldap = false
2024-01-18 10:40:50 +01:00
2023-10-30 09:43:36 +01:00
sso = false
2024-01-18 10:40:50 +01:00
2023-10-30 09:43:36 +01:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-10-30 09:29:45 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/joomla"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[install.password]
help.en = "Password must be longer than 8 characters."
help.fr = "Le mot de passe doit comporter plus de 8 caractères."
type = "password"
[resources]
[resources.sources.main]
2024-08-20 20:40:47 +02:00
url = "https://github.com/joomla/joomla-cms/releases/download/5.1.3/Joomla_5.1.3-Stable-Full_Package.tar.gz"
sha256 = "caeda7794e925dd99acf1c013c12ad28149787ea0099538aee7b9068a4c8412a"
2023-10-30 09:29:45 +01:00
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^Joomla_.*-Stable-Full_Package.tar.gz$"
2023-10-30 09:29:45 +01:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-10-30 09:43:36 +01:00
[resources.apt]
2024-01-18 10:58:29 +01:00
packages = "mariadb-server, php8.1-xml, php8.1-cli, php8.1-posix, php8.1-bz2, php8.1-zip, php8.1-memcache, php8.1-memcached, php8.1-ldap, php8.1-curl, php8.1-sockets, php8.1-mcrypt, php8.1-mysql, php8.1-gd, php8.1-fileinfo, php8.1-mbstring"
2023-10-30 09:43:36 +01:00
2023-10-30 09:29:45 +01:00
[resources.database]
type = "mysql"