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

58 lines
1.6 KiB
TOML
Raw Normal View History

2023-03-23 08:32:34 +01:00
packaging_format = 2
id = "mautic"
name = "Mautic"
description.en = "Marketing Automation Software"
description.fr = "Logiciel d'automatisation marketing"
2023-04-29 09:47:14 +02:00
version = "4.4.8~ynh1"
2023-03-23 08:32:34 +01:00
maintainers = ["eric_G"]
[upstream]
license = "GPL-3.0-only"
website = "https://www.mautic.org/"
demo = "https://www.mautic.org/demo"
admindoc = "https://docs.mautic.org/en"
code = "https://github.com/mautic/mautic"
[integration]
2023-04-29 09:42:59 +02:00
yunohost = ">= 11.1.18"
2023-03-23 08:44:27 +01:00
architectures = "all"
2023-03-23 08:32:34 +01:00
multi_instance = true
2023-03-23 08:44:27 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-03-23 08:32:34 +01:00
[install]
[install.domain]
type = "domain"
full_domain = true
[install.init_main_permission]
help.en = "If enabled, Mautic 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, Mautic 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]
2023-04-29 09:45:27 +02:00
url = "https://github.com/mautic/mautic/releases/download/4.4.8/4.4.8.zip"
sha256 = "e238648fb0c31e500383ac7b93e04b3a2dfcfd2335b756db36907c2ffd0a60ac"
2023-03-23 08:32:34 +01:00
in_subdir = false
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-03-23 08:44:27 +01:00
[resources.apt]
packages = "mariadb-server php8.0-imap php8.0-gmp php8.0-curl php8.0-intl php8.0-mbstring php8.0-xmlrpc php8.0-mysql php8.0-bcmath php8.0-gd php8.0-xml php8.0-cli php8.0-zip"
2023-03-23 08:32:34 +01:00
[resources.database]
type = "mysql"