{% extends "base.html" %} {% block title %}Settings{% endblock %} {% block navbar %}
  • Return
  • | {% endblock %} {% block content %}

    Central Server Settings

    These settings only need to be adjusted if this sensor needs to speak to a central server. In most single-server setups, there is no need to adjust these.

    Server Host
    Server Port
    Server SSL
    Server Username
    Server Password
    Anonymize Data

    This setting will anonymize the account passwords if set.

    API Settings

    These settings pertain to the back-end API and this WebUI. These only need to be adjusted if you plan on exposing the API & WebUI to the network.

    API Address
    API Port
    API App Server
    API Debugging

    Logging

    These settings control how DoFler handles logging.

    Log to Console
    Console Log Level
    Log to File
    Log File Location
    Logfile Log Level

    WebUI Settings

    These settings relate to how the WebUI behaves. Things like the UI refresh times & what items to display.

    Display Image Results
    Image Update Delay
    Max Images Onscreen
    Display Captured Accounts
    Account Update Delay
    Max Accounts Onscreen
    Display Protocol Trending
    Protocol Trending Update Delay
    Max Protocols Onscreen

    Parser Settings

    Parser related settings, such as which parsers are enabled, should we autostart the enabled parsers, and what are the actual commands being run to spawn the appropriate app.

    Autostart Enabled Parsers
    Listening Interface
    Account Parser Enabled
    Account Parser Command
    Images Parser Enabled
    Images Parser Command
    Stats Parser Enabled
    Stats Parser Command
    {% endblock %}