{% import 'macro/accordion.html' as accordion %} {% macro config_badges(var_name) %} {% set current_value = env_values[var_name] %} {% set default_value = config_defaults[var_name] %} {% set is_explicitly_set = env_explicit_values[var_name] %} {% if not is_explicitly_set %} Unset Default Value {% elif current_value is sameas true %} True {% elif current_value is sameas false %} False {% elif current_value == default_value %} Default: {{ default_value }} {% else %} Default: {{ default_value }} {% endif %} {% if current_value != default_value %} Changed {% endif %} {% endmacro %}
Badge Legend
True Boolean setting enabled
False Boolean setting disabled
Set Custom value configured
Unset Not in .env file
Default Value Using default value
Changed Modified from default
{{ accordion.header('Live Settings', 'live-settings', 'admin', expanded=true, icon='settings-4-line', class='p-3') }}
Changes Applied On Save
Menu Visibility
Table Display
Pagination Settings
Sets
Parts
Minifigures
Problems
Client side pagination
Features & External Services
Advanced Settings
Default Ordering & Formatting
URL Patterns & Links
Images & Resources
{{ accordion.footer() }} {{ accordion.header('Static Settings', 'static-settings', 'admin', expanded=false, icon='database-2-line', class='p-3') }}
Requires Restart
Restart Required
These settings require an application restart to take effect. Values can be edited here and will be saved to the .env file.
Authentication & Security
Server Configuration
Database & Storage
API Configuration
Date & Currency Formats
Socket Configuration
{{ accordion.footer() }}