Lots of stuff

This commit is contained in:
2025-02-03 02:34:53 -03:00
parent 5a7d0a4e14
commit 1ca5805e80
8 changed files with 60 additions and 10 deletions

View File

@@ -8,11 +8,16 @@ caddy\:restart:
docker exec caddy caddy reload --config /etc/caddy/Caddyfile
@echo "Caddy configuration reloaded successfully."
caddy\:crowdsec-key
caddy\:crowdsec-key:
@echo "Generating new CrowdSec API key..."
docker exec crowdsec cscli bouncers add caddy-bouncer
@echo "\n=== IMPORTANT ===\nCopy the API_KEY from the output above and replace the value of CROWDSEC_API_KEY in your .env file."
caddy\:generate-password:
@echo "Generating new password..."
docker exec -it caddy caddy hash-password
@echo "\n=== IMPORTANT ===\nCopy the password from the output above and replace the value of PROMETHEUS_PASSWORD in your Caddyfile."
caddy\:logs:
@echo "Showing Caddy logs..."
docker compose logs -f caddy