Expose Forgejo publicly at forge.eblu.me #278

Merged
eblume merged 14 commits from feature/forge-public into main 2026-03-03 08:40:42 -08:00
Showing only changes of commit 771507e489 - Show all commits

Disable all default fail2ban jails, not just sshd

Use [DEFAULT] enabled = false to disable all inherited jails globally.
The previous fix only disabled sshd, but sshd-ddos (and potentially
others) also fail looking for missing log files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Erich Blume 2026-03-03 08:31:39 -08:00

View file

@ -1,5 +1,5 @@
# Disable the default sshd jail — no SSH server in this container # Disable all default jails — this container has no SSH, mail, etc.
[sshd] [DEFAULT]
enabled = false enabled = false
[forge-login] [forge-login]