fix(ingress.tjo.cloud/dyndns): issues
Some checks failed
/ lint (push) Failing after 36s

This commit is contained in:
Tine 2025-01-06 20:24:16 +01:00
parent 344b2bc475
commit e996b3107d
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -126,6 +126,7 @@ ufw allow 443 # HTTPS
ufw allow 465 # EMAIL
ufw allow 587 # EMAIL
ufw allow 993 # EMAIL
ufw allow 1337 # HTTP (healthcheck)
ufw allow 4190 # EMAIL
ufw allow 2222 # SSH ACCESS
@ -137,5 +138,6 @@ systemctl enable ufw
echo "== Configure NGINX"
cp assets/dbip-city-lite-2023-07.mmdb /var/geoip.mmdb
cp -r root/etc/nginx/* /etc/nginx/
unlink /etc/nginx/sites-enabled/default || true
systemctl enable --now nginx
systemctl reload nginx