{% extends 'base.html' %} {% block title %}Plugin Directives{% endblock %} {% block headerjs %} {% endblock %} {% block content %}
This section is read-only for security reasons. Any changes made here will not be saved. You can change these settings in the configuration file /usr/local/ncpa/etc/ncpa.cfg.

Plugin Directives

View of the plugin settings and the types of custom plugins that NCPA can run.

Secs
{% for directive in directives %} {% if directive[0] != 'plugin_path' and directive[0] != 'plugin_timeout' and directive[0] != 'follow_symlinks' and directive[0] != 'run_with_sudo' %}
{% endif %} {% endfor %}
{% endblock %}