aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/haproxy_frontend.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/haproxy-devel/haproxy_frontend.xml')
-rwxr-xr-xconfig/haproxy-devel/haproxy_frontend.xml225
1 files changed, 0 insertions, 225 deletions
diff --git a/config/haproxy-devel/haproxy_frontend.xml b/config/haproxy-devel/haproxy_frontend.xml
deleted file mode 100755
index fc31306e..00000000
--- a/config/haproxy-devel/haproxy_frontend.xml
+++ /dev/null
@@ -1,225 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE packagegui SYSTEM "./schema/packages.dtd">
-<?xml-stylesheet type="text/xsl" href="./xsl/package.xsl"?>
-<packagegui>
- <copyright>
- <![CDATA[
-/* ========================================================================== */
-/*
- haproxy_frontend.xml
- part of pfSense (http://www.pfSense.com)
- Copyright (C) 2013 Marcello Coutinho
-
- All rights reserved.
-*/
-/* ========================================================================== */
-/*
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code MUST retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
- OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
- */
-/* ========================================================================== */
- ]]>
- </copyright>
- <description>Describe your package here</description>
- <requirements>Describe your package requirements here</requirements>
- <faq>Currently there are no FAQ items provided.</faq>
- <name>haproxyfrontend</name>
- <version>1.0</version>
- <title>Services: HaProxy - Frontend Lists</title>
- <include_file>/usr/local/pkg/haproxy.inc</include_file>
- <tabs>
-<tab>
- <text>Settings</text>
- <url>/haproxy_global.php</url>
- </tab>
- <tab>
- <text>General</text>
- <url>/pkg.php?xml=haproxy_frontend.xml</url>
- </tab>
- <tab>
- <text>Servers</text>
- <url>/haproxy_servers.php</url>
- </tab>
-</tabs>
-<adddeleteeditpagefields>
- <columnitem>
- <fielddescr>Name</fielddescr>
- <fieldname>name</fieldname>
- </columnitem>
- <columnitem>
- <fielddescr>Description</fielddescr>
- <fieldname>description</fieldname>
- </columnitem>
- <columnitem>
- <fielddescr>Stats URI</fielddescr>
- <fieldname>uri</fieldname>
- </columnitem>
- <columnitem>
- <fielddescr>Type</fielddescr>
- <fieldname>type</fieldname>
- </columnitem>
- <movable>on</movable>
- </adddeleteeditpagefields>
- <fields>
- <field>
- <name>Site Access Lists</name>
- <type>listtopic</type>
- </field>
- <field>
- <fielddescr>Name</fielddescr>
- <fieldname>name</fieldname>
- <description></description>
- <type>input</type>
- <size>25</size>
- </field>
- <field>
- <fielddescr>description</fielddescr>
- <fieldname>description</fieldname>
- <type>input</type>
- <size>80</size>
- </field>
- <field>
- <name>Banned</name>
- <type>listtopic</type>
- </field>
- <field>
- <fielddescr>Enable</fielddescr>
- <fieldname>bannedsite_enabled</fieldname>
- <type>checkbox</type>
- <description></description>
- </field>
- <field>
- <fielddescr>Include</fielddescr>
- <fieldname>banned_includes</fieldname>
- <description><![CDATA[Select Include files to banned phrase filter.]]></description>
- <type>select_source</type>
- <source><![CDATA[$config['installedpackages']['dansguardianblacklistsdomains']['config']]]></source>
- <source_name>descr</source_name>
- <source_value>file</source_value>
- <multiple/>
- <size>6</size>
- </field>
- <field>
- <fielddescr>Config</fielddescr>
- <fieldname>banned_sitelist</fieldname>
- <description><![CDATA[Enter Banned Site List for this group.<br>
- Leave empty to load dansguardian defaults]]></description>
- <type>textarea</type>
- <cols>80</cols>
- <rows>10</rows>
- <encoding>base64</encoding>
- </field>
- <field>
- <name>Grey</name>
- <type>listtopic</type>
- </field>
- <field>
- <fielddescr>Enable</fielddescr>
- <fieldname>greysite_enabled</fieldname>
- <type>checkbox</type>
- <description></description>
- </field>
- <field>
- <fielddescr>Config</fielddescr>
- <fieldname>grey_sitelist</fieldname>
- <description><![CDATA[Enter Weighted Site List for this group.<br>
- Leave empty to load dansguardian defaults]]></description>
- <type>textarea</type>
- <cols>80</cols>
- <rows>10</rows>
- <encoding>base64</encoding>
- </field>
- <field>
- <name>Exception</name>
- <type>listtopic</type>
- </field>
- <field>
- <fielddescr>Enable</fielddescr>
- <fieldname>exceptionsite_enabled</fieldname>
- <type>checkbox</type>
- <description></description>
- </field>
- <field>
- <fielddescr>Include</fielddescr>
- <fieldname>exception_includes</fieldname>
- <description><![CDATA[Select Include files to exception site lists.]]></description>
- <type>select_source</type>
- <source><![CDATA[$config['installedpackages']['dansguardianwhitelistsdomains']['config']]]></source>
- <source_name>descr</source_name>
- <source_value>file</source_value>
- <multiple/>
- <size>5</size>
- </field>
- <field>
- <fielddescr>Config</fielddescr>
- <fieldname>exception_sitelist</fieldname>
- <description><![CDATA[Enter exception Site List for this group.<br>
- Leave empty to load dansguardian defaults]]></description>
- <type>textarea</type>
- <cols>80</cols>
- <rows>10</rows>
- <encoding>base64</encoding>
- </field>
- <field>
- <fielddescr>File</fielddescr>
- <fieldname>exceptionfile_sitelist</fieldname>
- <description><![CDATA[Enter exception File Site List for this group.<br>
- Leave empty to load dansguardian defaults]]></description>
- <type>textarea</type>
- <cols>80</cols>
- <rows>10</rows>
- <encoding>base64</encoding>
- </field>
- <field>
- <name>Log</name>
- <type>listtopic</type>
- </field>
- <field>
- <fielddescr>Enable</fielddescr>
- <fieldname>logsite_enabled</fieldname>
- <type>checkbox</type>
- <description></description>
- </field>
- <field>
- <fielddescr>Config</fielddescr>
- <fieldname>log_sitelist</fieldname>
- <description><![CDATA[Enter log only site List for this group.<br>
- Leave empty to load dansguardian defaults]]></description>
- <type>textarea</type>
- <cols>80</cols>
- <rows>10</rows>
- <encoding>base64</encoding>
- </field>
-
- </fields>
- <custom_php_install_command>
- dansguardian_php_install_command();
- </custom_php_install_command>
- <custom_php_deinstall_command>
- dansguardian_php_deinstall_command();
- </custom_php_deinstall_command>
- <custom_php_validation_command>
- dansguardian_validate_input($_POST, &amp;$input_errors);
- </custom_php_validation_command>
- <custom_php_resync_config_command>
- sync_package_dansguardian();
- </custom_php_resync_config_command>
-</packagegui> \ No newline at end of file