{% extends theme_template %} {% block title %}Settings - SecuBox WebUI{% endblock %} {% block content %} โ๏ธ Settings Configure WebUI preferences and backend connections General Theme {% for theme_key in available_themes %} {{ theme_key|title }} {% endfor %} Language English Franรงais Deutsch Espaรฑol Backend Connection Backend Type Virtualized (Development) SSH Connection HTTP API Running in virtualized mode. Commands are simulated locally using templates. Configure connection to OpenWrt device via HTTP/RPC: Protocol HTTP HTTPS Host / IP Address Port Username Password Password is stored in data/settings.json ๐ Test Connection SSH backend is not yet implemented. Please use HTTP or Virtualized backend. Preferences Auto-update module catalog Enable notifications Advanced mode (show developer options) ๐พ Save Settings ๐ Reset to Defaults ๐ Device Management Manage multiple OpenWrt devices and switch between them โ Add Device {% if devices %} {% for device in devices %} {{ device.emoji }} {{ device.name }} {% if device.description %} {{ device.description }} {% endif %} {{ device.host }}:{{ device.port }} {% if device.active %} โ Active {% endif %} {{ device.connection_type }} {% endfor %} {% else %} No devices configured yet. Click "Add Device" to get started. {% endif %} โ Add New Device โ window.location.reload(), 1000); }" style="padding: 1.5rem;"> Device Name * Emoji Description Connection Type * HTTP API Virtualized (Template Mode) SSH (Coming Soon) Host * Port * Protocol * HTTP HTTPS Username * Password System Information Backend: {{ settings.backend_type }} Theme: {{ settings.theme }} Advanced Mode: {{ "Enabled" if settings.advanced_mode else "Disabled" }} {% endblock %}
Configure WebUI preferences and backend connections
Running in virtualized mode. Commands are simulated locally using templates.
Configure connection to OpenWrt device via HTTP/RPC:
SSH backend is not yet implemented. Please use HTTP or Virtualized backend.
Manage multiple OpenWrt devices and switch between them
No devices configured yet. Click "Add Device" to get started.