- changement de la commande deb-conf en reconf

This commit is contained in:
Frogg 2026-05-12 23:30:35 +02:00
parent 8d91f593c0
commit 44ceabf422
5 changed files with 7 additions and 5 deletions

View File

@ -63,5 +63,5 @@ display_dashboard
################ ################
if [[ $HAS_WELCOME_CONF_ERROR -eq 1 ]];then if [[ $HAS_WELCOME_CONF_ERROR -eq 1 ]];then
msg_error "Configurations manquantes, veuillez tapez ${COLOR_WHITE}deb-conf${COLOR_LIGHT_RED} pour plus d'informations" msg_error "Configurations manquantes, veuillez tapez ${COLOR_WHITE}reconf${COLOR_LIGHT_RED} pour plus d'informations"
fi fi

View File

@ -5,6 +5,8 @@ La Clé Racine (ULTRA SECRET) : /var/lib/step-ca/.step/secrets/root_ca_key
Le Mot de Passe : /var/lib/step-ca/.step/password.txt (si tu en as un) Le Mot de Passe : /var/lib/step-ca/.step/password.txt (si tu en as un)
La Configuration : /var/lib/step-ca/.step/config/ca.json La Configuration : /var/lib/step-ca/.step/config/ca.json
stockage
/etc/ssl/wildcard
BUG SMTP PROXMOX BUG SMTP PROXMOX

View File

@ -20,11 +20,11 @@ CONFIG_DEB_INSTALL_JSON='[
{"id": "fail2ban_pkg", "label": "Installer Fail2Ban", "type": "pkg", "params": "fail2ban"}, {"id": "fail2ban_pkg", "label": "Installer Fail2Ban", "type": "pkg", "params": "fail2ban"},
{"id": "ufw_pkg", "label": "Installer Firewall (UFW)", "type": "pkg", "params": "ufw"}, {"id": "ufw_pkg", "label": "Installer Firewall (UFW)", "type": "pkg", "params": "ufw"},
{"id": "script_update", "label": "Installer script de mise à jour automatique", "type": "sys", "params": "script_update"}, {"id": "script_update", "label": "Installer script de mise à jour automatique", "type": "sys", "params": "script_update"},
{"id": "gen_ssh_key", "label": "Creer une clé RSA pour SSH", "type": "sys", "params": "gen_ssh_key"}, {"id": "cert_install", "label": "Installer le certificat wildcard auto", "type": "sys", "params": "cert_install"},
{"id": "ipv6", "label": "Désactiver IPv6", "type": "sys", "params": "ipv6"}, {"id": "ipv6", "label": "Désactiver IPv6", "type": "sys", "params": "ipv6"},
{"id": "motd", "label": "Désactiver les messages MOTD", "type": "sys", "params": "motd"}, {"id": "motd", "label": "Désactiver les messages MOTD", "type": "sys", "params": "motd"},
{"id": "mail", "label": "Configurer ADMIN_MAIL", "type": "sys", "params": "mail"}, {"id": "mail", "label": "Configurer ADMIN_MAIL", "type": "sys", "params": "mail"},
{"id": "cert_install", "label": "Installer le certificat wildcard auto", "type": "sys", "params": "cert_install"}, {"id": "gen_ssh_key", "label": "Creer une clé RSA pour SSH", "type": "sys", "params": "gen_ssh_key"},
{"id": "hostname", "label": "Changer le Hostname", "type": "sys", "params": "hostname"}, {"id": "hostname", "label": "Changer le Hostname", "type": "sys", "params": "hostname"},
{"id": "static_ip", "label": "Configurer IP Statique (eth0)", "type": "sys", "params": "static_ip"}, {"id": "static_ip", "label": "Configurer IP Statique (eth0)", "type": "sys", "params": "static_ip"},
{"id": "deploy_ssh_key", "label": "Autoriser la clé RSA sur un hôte distant", "type": "sys", "params": "deploy_ssh_key"}, {"id": "deploy_ssh_key", "label": "Autoriser la clé RSA sur un hôte distant", "type": "sys", "params": "deploy_ssh_key"},

View File

@ -5,7 +5,7 @@ alias cmd='bash /etc/profile.d/info/cmd'
alias conf='bash /etc/profile.d/info/conf' alias conf='bash /etc/profile.d/info/conf'
alias colors='bash /etc/profile.d/info/colors' alias colors='bash /etc/profile.d/info/colors'
alias welcome='bash /etc/profile.d/777-welcome.sh' alias welcome='bash /etc/profile.d/777-welcome.sh'
alias deb-conf='bash /etc/profile.d/script/install.sh' alias reconf='bash /etc/profile.d/script/install.sh'
#endregion #endregion
#region Shortcut BASICS #region Shortcut BASICS

View File

@ -8,4 +8,4 @@ fi
# Infos # Infos
echo "" echo ""
echo -e "${COLOR_YELLOW}Type ${COLOR_WHITE}cmd${COLOR_YELLOW}, ${COLOR_WHITE}conf${COLOR_YELLOW}, ${COLOR_WHITE}colors${COLOR_YELLOW}, ${COLOR_WHITE}alias${COLOR_YELLOW} or ${COLOR_WHITE}deb-conf ${COLOR_YELLOW}for more information...${NONE}" echo -e "${COLOR_YELLOW}Type ${COLOR_WHITE}cmd${COLOR_YELLOW}, ${COLOR_WHITE}conf${COLOR_YELLOW}, ${COLOR_WHITE}colors${COLOR_YELLOW}, ${COLOR_WHITE}alias${COLOR_YELLOW} or ${COLOR_WHITE}reconf ${COLOR_YELLOW}for more information...${NONE}"