Initial commit

This commit is contained in:
Mickey
2026-07-03 19:06:49 +02:00
commit 32056c356f
16 changed files with 1067 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
PROJECT_DIR="$(cd "${SCRIPT_DIR}/.." && pwd)"
DOMAIN="${1:-mnmsoft.hopto.org}"
cd "${PROJECT_DIR}"
docker compose --profile certbot run --rm certbot renew
"${PROJECT_DIR}/scripts/update-active-cert-links.sh" "${DOMAIN}"
docker compose exec proxy nginx -s reload