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

59 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-09-07 21:48:17 +02:00
yunohost = ">= 11.2"
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"
[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-09-13 22:50:58 +02:00
url = "https://github.com/mautic/mautic/releases/download/5.0.0-alpha1/5.0.0-alpha1.zip"
sha256 = "7ada7244b17a0cf6b051436595cf076d85bc9ffd059364729c63f485bb9cfbae"
2023-03-23 08:32:34 +01:00
in_subdir = false
2023-05-23 10:29:30 +02:00
autoupdate.strategy = "latest_github_tag"
2023-03-23 08:32:34 +01:00
[resources.system_user]
2023-09-13 22:50:58 +02:00
allow_email = true
2023-03-23 08:32:34 +01:00
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-03-23 08:44:27 +01:00
[resources.apt]
2023-09-13 22:50:58 +02:00
packages = "mariadb-server, php8.2-imap, php8.2-gmp, php8.2-curl, php8.2-intl, php8.2-mbstring, php8.2-xmlrpc, php8.2-mysql, php8.2-bcmath, php8.2-gd, php8.2-xml, php8.2-cli, php8.2-zip"
2023-03-23 08:32:34 +01:00
[resources.database]
type = "mysql"