Add hint for local path mount requirements

This commit is contained in:
2026-01-21 18:12:34 +01:00
parent efe48c0e59
commit 03631eaed8
6 changed files with 18 additions and 0 deletions

View File

@@ -246,6 +246,9 @@
"modal.jail_name": "Jail Name",
"modal.jail_name_hint": "Only alphanumeric characters, dashes, and underscores are allowed.",
"modal.test_logpath": "Test Logpath",
"modal.local_server_logpath_note": " Note:",
"modal.local_server_logpath_text_prefix": "For a local fail2ban server (e.g. installed on container host system or in a container on same host), log files must also be mounted to the fail2ban-ui container (e.g.,",
"modal.local_server_logpath_text_suffix": ") this is required so that the fail2ban-ui can verify logpath variables or paths when updating jails.",
"modal.create": "Create",
"modal.create_filter": "Create New Filter",
"modal.create_filter_title": "Create New Filter",