From 5cdf53571e0e1d235fd7cc4af3e630c889afcc59 Mon Sep 17 00:00:00 2001 From: Frogg Date: Sat, 16 May 2026 13:02:04 +0200 Subject: [PATCH] - ajout de l'email admin par defaut --- config/config_install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/config_install.sh b/config/config_install.sh index aa849e1..f8bc4c5 100644 --- a/config/config_install.sh +++ b/config/config_install.sh @@ -1,7 +1,8 @@ #!/bin/bash # shellcheck disable=SC2034 - +# ADMIN MAIL +CONFIG_DEB_INSTALL_SERVER_ADMIN_MAIL="admin@frogg.fr" # SMTP INSTALLATION CONFIG_DEB_INSTALL_SERVER_SMTP_HOST="smtp-auth.mailprotect.be" CONFIG_DEB_INSTALL_SERVER_SMTP_PORT="587" @@ -31,6 +32,8 @@ CONFIG_DEB_INSTALL_JSON='[ {"id": "htop_pkg", "label": "Installer HTOP", "type": "pkg", "params": "htop"}, {"id": "msmtp_pkg", "label": "Installer MSMTP", "type": "pkg", "params": "msmtp"}, {"id": "net-tools_pkg", "label": "Installer net-tools", "type": "pkg", "params": "net-tools"}, + {"id": "nfs-common_pkg", "label": "Installer nfs-common", "type": "pkg", "params": "nfs-common"}, + {"id": "smbclient_pkg", "label": "Installer smbclient", "type": "pkg", "params": "smbclient"}, {"id": "zabbix", "label": "Installer Zabbix Agent", "type": "sys", "params": "zabbix"}, {"id": "apparmor_pkg", "label": "Installer AppArmor (Paquets)", "type": "pkg", "params": "apparmor"}, {"id": "fail2ban_pkg", "label": "Installer Fail2Ban", "type": "pkg", "params": "fail2ban"},