forked from ScoDoc/ScoDoc
Ajout de Crowdsec
This commit is contained in:
parent
e0208d0650
commit
ea3c8af880
@ -56,6 +56,24 @@ then
|
||||
echo
|
||||
fi
|
||||
|
||||
# ------------ CONFIG CROWDSEC OPTIONNELLE
|
||||
echo
|
||||
echo "CrowdSec aide à protéger votre serveur contre les attaques malveillantes en analysant les journaux et en appliquant des mesures de sécurité."
|
||||
echo -n "Voulez-vous installer et configurer CrowdSec ? (y/n) [n] "
|
||||
read -r ans
|
||||
if [ "$(norm_ans "$ans")" = 'Y' ]
|
||||
then
|
||||
echo 'Configuration des dépôts Crowdsec'
|
||||
curl -s https://install.crowdsec.net | sh
|
||||
echo 'Installation de Crowdsec'
|
||||
apt-get install crowdsec crowdsec-nginx-bouncer
|
||||
cscli collections install crowdsecurity/nginx
|
||||
systemctl reload crowdsec
|
||||
echo
|
||||
echo "Crowdsec activé."
|
||||
echo
|
||||
fi
|
||||
|
||||
# ------------ CONFIG NGINX
|
||||
# --- CERTIFICATS AUTO-SIGNES
|
||||
echo
|
||||
|
@ -5,4 +5,4 @@ Maintainer: Emmanuel Viennet <emmanuel@viennet.net>
|
||||
Description: ScoDoc 9
|
||||
Un logiciel pour le suivi de la scolarité universitaire.
|
||||
Depends: adduser, curl, gcc, graphviz, graphviz-dev, libpq-dev, postfix|exim4, cracklib-runtime, libcrack2-dev, libpango-1.0-0, pango1.0-tools, python3-dev, python3-venv, python3-pip, python3-wheel, nginx, postgresql, libpq-dev, redis
|
||||
Recommends: ufw
|
||||
Recommends: ufw, crowdsec
|
||||
|
Loading…
Reference in New Issue
Block a user