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

70 lines
1.6 KiB
TOML
Raw 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-01-31 19:28:57 +01:00
version = "4.4.2~ynh1"
2023-10-30 09:29:45 +01:00
2024-01-18 10:43:36 +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-01-31 19:28:57 +01:00
url = "https://github.com/joomla/joomla-cms/releases/download/4.4.2/Joomla_4.4.2-Stable-Full_Package.tar.gz"
sha256 = "5cf33e8debff60f9dc4ee5eaee81a61dada0abf193807c31c9e70375841fd3d8"
2023-10-30 09:29:45 +01:00
in_subdir = false
2023-10-30 09:43:36 +01:00
autoupdate.strategy = "latest_github_tag"
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"