1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautic_ynh.git synced 2024-09-03 19:36:26 +02:00
This commit is contained in:
Éric Gaspar 2023-11-12 22:13:06 +01:00
parent 0282ce5256
commit 45225b70fa
2 changed files with 5 additions and 2 deletions

View file

@ -5,7 +5,7 @@ name = "Mautic"
description.en = "Marketing Automation Software"
description.fr = "Logiciel d'automatisation marketing"
version = "4.4.8~ynh1"
version = "5.0.0~ynh1"
maintainers = ["eric_G"]
@ -20,8 +20,11 @@ code = "https://github.com/mautic/mautic"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"

View file

@ -42,7 +42,7 @@ ynh_add_fpm_config
# Create a dedicated NGINX config
ynh_add_nginx_config
ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app"
ynh_add_config --template="cron" --destination="/etc/cron.d/$app"
chmod 644 "/etc/cron.d/$app"
#=================================================