Add automatic SSL certificate generation
All checks were successful
Build and Push / build-all (push) Successful in 15s

This commit is contained in:
doomtube 2026-01-06 03:46:28 -05:00
parent 1220c5101d
commit 38ecb718e7
8 changed files with 92 additions and 31 deletions

View file

@ -432,9 +432,9 @@ write_files:
deploy:
resources:
limits:
memory: 512M
memory: 3G
reservations:
memory: 256M
memory: 1G
networks:
forgejo-internal:
@ -471,11 +471,11 @@ write_files:
}
${domain} {
# Rate limiting - 100 requests per minute per IP
# Rate limiting - 500 requests per minute per IP
rate_limit {
zone forgejo_zone {
key {remote_host}
events 100
events 500
window 1m
}
}