{% extends theme_template %} {% block content %}

AppStore & Modules

Responsive grid of LuCI apps, SecuBox services, themes, and profiles.

{% for tag in available_tags %} {% endfor %}
{% include "partials/module_grid.html" %}

Preset Runner

Apply multi-command templates and preview results instantly.

{% for preset in presets %}

{{ preset.name }}

Module: {{ preset.module }}

{{ preset.description }}

Sequence: {{ preset.command_sequence|join(' → ') }}

{% endfor %}

Select a preset to view the simulated output.

Custom Context Run

Select a preset and pass JSON context (e.g. {"mode": "dry-run"}).

{% endblock %}