{% extends "base.html" %} {% block content %}

fHDHR Settings

Some Settings will require a manual restart.

Note: This may take some time, and you will have to refresh your page.


{% for config_section in list(web_settings_dict.keys()) %} {% if config_section == "origin" %}

{{ fhdhr.config.dict["main"]["dictpopname"] }}

{% else %}

{{ config_section }}

{% endif %}
{% for config_item in list(web_settings_dict[config_section].keys()) %} {% endfor %} {% endfor %} {% endblock %}
Config Name Config Default Value Config Value Action
{{ config_item }} {{ web_settings_dict[config_section][config_item]["value_default"] }}
{% if web_settings_dict[config_section][config_item]["hide"] %} {% else %} {% endif %}