Fix jwt-token

This commit is contained in:
2025-09-13 08:54:16 +02:00
parent a2403ab5cd
commit 22d925d14a
11 changed files with 585 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# SSL Certificate Configuration
# Copy this to .env in your project root and customize the values
# Domain for SSL certificate (will also create wildcard *.domain)
CERTBOT_DOMAIN=dev.uggla.uamils.com
# Email for Let's Encrypt notifications
CERTBOT_EMAIL=admin@uggla.uamils.com
# Days before expiry to trigger renewal (default: 10)
CERTBOT_RENEWAL_DAYS=10
# Loopia DNS API credentials (optional, for wildcard certificates)
# If not provided, will use HTTP challenge (main domain only)
LOOPIA_USER=your_loopia_username
LOOPIA_PASSWORD=your_loopia_password
# Note: If using HTTP challenge, make sure port 8888 is accessible
# from the internet and forwarded to the certbot container