Skip to content
Snippets Groups Projects
Commit 09ead9ff authored by Elian Loraux's avatar Elian Loraux
Browse files

source env

parent 7ca15a71
Branches
No related tags found
1 merge request!24Fail2ban max retry variable pour la jail traefik
#!/bin/bash
DIR=$(realpath $(dirname $0)/..)
if [ ! -e $DIR/main.env ]
then
echo "Please copy in racine of NoCloud Auto Installer main.env.sample to main.env and edit it"
exit 1
else
echo "Environment file loaded"
fi
. $DIR/main.env
cat <<EOF > /etc/fail2ban/jail.d/nocloud_traefik.conf
[traefik-auth]
enabled = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment