- ajout de l'email admin par defaut
This commit is contained in:
parent
be1a33bb56
commit
5cdf53571e
|
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
|
# ADMIN MAIL
|
||||||
|
CONFIG_DEB_INSTALL_SERVER_ADMIN_MAIL="admin@frogg.fr"
|
||||||
# SMTP INSTALLATION
|
# SMTP INSTALLATION
|
||||||
CONFIG_DEB_INSTALL_SERVER_SMTP_HOST="smtp-auth.mailprotect.be"
|
CONFIG_DEB_INSTALL_SERVER_SMTP_HOST="smtp-auth.mailprotect.be"
|
||||||
CONFIG_DEB_INSTALL_SERVER_SMTP_PORT="587"
|
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": "htop_pkg", "label": "Installer HTOP", "type": "pkg", "params": "htop"},
|
||||||
{"id": "msmtp_pkg", "label": "Installer MSMTP", "type": "pkg", "params": "msmtp"},
|
{"id": "msmtp_pkg", "label": "Installer MSMTP", "type": "pkg", "params": "msmtp"},
|
||||||
{"id": "net-tools_pkg", "label": "Installer net-tools", "type": "pkg", "params": "net-tools"},
|
{"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": "zabbix", "label": "Installer Zabbix Agent", "type": "sys", "params": "zabbix"},
|
||||||
{"id": "apparmor_pkg", "label": "Installer AppArmor (Paquets)", "type": "pkg", "params": "apparmor"},
|
{"id": "apparmor_pkg", "label": "Installer AppArmor (Paquets)", "type": "pkg", "params": "apparmor"},
|
||||||
{"id": "fail2ban_pkg", "label": "Installer Fail2Ban", "type": "pkg", "params": "fail2ban"},
|
{"id": "fail2ban_pkg", "label": "Installer Fail2Ban", "type": "pkg", "params": "fail2ban"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue