{% extends "base.html" %} {% block title %}Config{% endblock %} {% block content %}

Configuration

Mode

Sandbox

Command Blocklist

{% for cmd in config.commands.blocklist %}
{% endfor %}

Command Allowlist

If non-empty, only these commands are allowed.

{% for cmd in config.commands.allowlist %}
{% endfor %}

Protected Paths

{% for p in config.filesystem.protected_paths %}
{% endfor %}

Deny Operations

Network — Allowed Hosts

{% for h in config.network.allowed_hosts %}
{% endfor %}

Network — Denied Targets

{% for t in config.network.deny_egress_to %}
{% endfor %}

Logging

Preset Quick-Switch

{% endblock %}