mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-11 13:47:05 +02:00
Implemented a real-time console log streaming via WebSocket for debugging purposes. Users can enable console output in settings to view application logs directly in the web interface.
This commit is contained in:
@@ -115,6 +115,10 @@
|
||||
"settings.port_env_hint": "To change the port via Web UI, remove the PORT environment variable and restart the container.",
|
||||
"settings.port_restart_hint": "⚠️ Port changes require a container restart to take effect.",
|
||||
"settings.enable_debug": "Enable Debug Log",
|
||||
"settings.enable_console": "Enable Console Output",
|
||||
"settings.console.title": "Console Output",
|
||||
"settings.console.clear": "Clear",
|
||||
"settings.console.save_hint": "Please save your settings first before logs will be displayed here.",
|
||||
"settings.alert": "Alert Settings",
|
||||
"settings.callback_url": "Fail2ban Callback URL",
|
||||
"settings.callback_url_placeholder": "http://127.0.0.1:8080",
|
||||
|
||||
Reference in New Issue
Block a user