- Switch Certbot to dns-cloudflare plugin - Remove individual service certificates - Update Nginx to use single wildcard cert - Fix macOS Docker file caching issue by renaming cert files - Ignore cloudflare.ini and ssl-certs in git
22 lines
225 B
Plaintext
22 lines
225 B
Plaintext
# Logs
|
|
fail2ban-log/
|
|
*.log
|
|
|
|
# Data & Database
|
|
fail2ban-data/
|
|
rustdesk-data/
|
|
omnifocus-data/
|
|
*.sqlite3
|
|
|
|
# SSL Certificates (Secrets)
|
|
ssl-certs/
|
|
certbot-webroot/
|
|
archive/
|
|
|
|
# OS specific
|
|
.DS_Store
|
|
|
|
# Secrets
|
|
.env
|
|
cloudflare.ini
|