mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-08 16:34:18 -04:00
net/haproxy: s/old name/new name/ everyhwere
This commit is contained in:
parent
73a4d40ecc
commit
df3473b82a
7 changed files with 56 additions and 56 deletions
|
|
@ -3,13 +3,13 @@
|
|||
<id>acl.name</id>
|
||||
<label>Name</label>
|
||||
<type>text</type>
|
||||
<help>Name to identify this ACL.</help>
|
||||
<help>Name to identify this condition.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>acl.description</id>
|
||||
<label>Description</label>
|
||||
<type>text</type>
|
||||
<help>Description for this ACL.</help>
|
||||
<help>Description for this condition.</help>
|
||||
</field>
|
||||
<field>
|
||||
<label>Condition</label>
|
||||
|
|
@ -266,8 +266,8 @@
|
|||
</field>
|
||||
<field>
|
||||
<id>acl.custom_acl</id>
|
||||
<label>Custom ACL</label>
|
||||
<type>text</type>
|
||||
<help><![CDATA[Specify a HAProxy ACL that is currently not supported by the GUI. Note that the syntax is not verified.]]></help>
|
||||
<label>Option pass-through</label>
|
||||
<type>textbox</type>
|
||||
<help><![CDATA[Specify a HAProxy condition/ACL that is currently not supported by the GUI.<br/><div class="text-info"><b>NOTE:</b> This is strongly discouraged! The syntax will not be checked, use at your own risk!</div>]]></help>
|
||||
</field>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
<id>action.name</id>
|
||||
<label>Name</label>
|
||||
<type>text</type>
|
||||
<help>Name to identify this action.</help>
|
||||
<help>Name to identify this rule.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>action.description</id>
|
||||
<label>Description</label>
|
||||
<type>text</type>
|
||||
<help>Description for this action.</help>
|
||||
<help>Description for this rule.</help>
|
||||
</field>
|
||||
<field>
|
||||
<label>Optional condition</label>
|
||||
|
|
@ -23,16 +23,16 @@
|
|||
</field>
|
||||
<field>
|
||||
<id>action.linkedAcls</id>
|
||||
<label>Select ACLs</label>
|
||||
<label>Select conditions</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Select one ore more ACLs to be used as condition for this action.]]></help>
|
||||
<help><![CDATA[Select one ore more conditions to be used for this action.]]></help>
|
||||
</field>
|
||||
<field>
|
||||
<id>action.operator</id>
|
||||
<label>Logical operator (for ACLs)</label>
|
||||
<label>Logical operator for conditions</label>
|
||||
<type>dropdown</type>
|
||||
<help><![CDATA[Choose an logical operator to be used to form a condition.]]></help>
|
||||
<help><![CDATA[Choose an logical operator.]]></help>
|
||||
</field>
|
||||
<field>
|
||||
<label>HAProxy function</label>
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
<id>action.type</id>
|
||||
<label>Run function</label>
|
||||
<type>dropdown</type>
|
||||
<help><![CDATA[Choose an action that should be executed if the condition evaluates to true.]]></help>
|
||||
<help><![CDATA[Choose an HAProxy function that should be executed if the condition evaluates to true.]]></help>
|
||||
</field>
|
||||
<field>
|
||||
<label>Parameters</label>
|
||||
|
|
@ -51,9 +51,9 @@
|
|||
</field>
|
||||
<field>
|
||||
<id>action.use_backend</id>
|
||||
<label>Use backend</label>
|
||||
<label>Use backend pool</label>
|
||||
<type>dropdown</type>
|
||||
<help><![CDATA[HAProxy will use this backend if the condition evaluates to true.]]></help>
|
||||
<help><![CDATA[HAProxy will use this backend pool if the condition evaluates to true.]]></help>
|
||||
</field>
|
||||
<field>
|
||||
<label>Parameters</label>
|
||||
|
|
@ -319,8 +319,8 @@
|
|||
</field>
|
||||
<field>
|
||||
<id>action.custom</id>
|
||||
<label>Custom Action</label>
|
||||
<type>text</type>
|
||||
<help><![CDATA[Specify a HAProxy Action that is currently not supported by the GUI. Note that the syntax is not verified.]]></help>
|
||||
<label>Option pass-through</label>
|
||||
<type>textbox</type>
|
||||
<help><![CDATA[Specify a HAProxy rule/ACL that is currently not supported by the GUI.<br/><div class="text-info"><b>NOTE:</b> This is strongly discouraged! The syntax will not be checked, use at your own risk!</div>]]></help>
|
||||
</field>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -3,32 +3,32 @@
|
|||
<id>backend.enabled</id>
|
||||
<label>Enabled</label>
|
||||
<type>checkbox</type>
|
||||
<help>Enable this backend</help>
|
||||
<help>Enable this Backend Pool</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>backend.name</id>
|
||||
<label>Name</label>
|
||||
<type>text</type>
|
||||
<help>Name to identify this backend.</help>
|
||||
<help>Name to identify this Backend Pool.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>backend.description</id>
|
||||
<label>Description</label>
|
||||
<type>text</type>
|
||||
<help>Description for this backend.</help>
|
||||
<help>Description for this Backend Pool.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>backend.mode</id>
|
||||
<label>Mode</label>
|
||||
<type>dropdown</type>
|
||||
<help><![CDATA[Set the running mode or protocol of the backend. Usually the frontend and the backend are in the same mode.]]></help>
|
||||
<help><![CDATA[Set the running mode or protocol of the Backend Pool. Usually the Public Service and the Backend Pool are in the same mode.]]></help>
|
||||
<hint>Set the same mode for backend and frontend.</hint>
|
||||
</field>
|
||||
<field>
|
||||
<id>backend.algorithm</id>
|
||||
<label>Balancing Algorithm</label>
|
||||
<type>dropdown</type>
|
||||
<help><![CDATA[Define the load balancing algorithm to be used in a backend. See the <a target="_blank" href="http://cbonte.github.io/haproxy-dconv/configuration-1.6.html#balance">HAProxy documentation</a> for a full description.]]></help>
|
||||
<help><![CDATA[Define the load balancing algorithm to be used in a Backend Pool. See the <a target="_blank" href="http://cbonte.github.io/haproxy-dconv/configuration-1.7.html#balance">HAProxy documentation</a> for a full description.]]></help>
|
||||
<hint>Choose a load balancing algorithm.</hint>
|
||||
</field>
|
||||
<field>
|
||||
|
|
@ -60,9 +60,9 @@
|
|||
</field>
|
||||
<field>
|
||||
<id>backend.healthCheck</id>
|
||||
<label>Health check</label>
|
||||
<label>Health Monitor</label>
|
||||
<type>dropdown</type>
|
||||
<help><![CDATA[Select health check for servers in this backend.]]></help>
|
||||
<help><![CDATA[Select Health Monitor for servers in this backend.]]></help>
|
||||
</field>
|
||||
<field>
|
||||
<id>backend.healthCheckLogStatus</id>
|
||||
|
|
@ -160,27 +160,27 @@
|
|||
<advanced>true</advanced>
|
||||
</field>
|
||||
<field>
|
||||
<label>Actions (ACLs)</label>
|
||||
<label>Rules</label>
|
||||
<type>header</type>
|
||||
</field>
|
||||
<field>
|
||||
<id>backend.linkedActions</id>
|
||||
<label>Actions</label>
|
||||
<label>Select Rules</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Choose actions to be included in this backend.]]></help>
|
||||
<hint>Choose actions.</hint>
|
||||
<help><![CDATA[Choose rules to be included in this Backend Pool.]]></help>
|
||||
<hint>Choose rules.</hint>
|
||||
</field>
|
||||
<field>
|
||||
<label>Error Files</label>
|
||||
<label>Error Messages</label>
|
||||
<type>header</type>
|
||||
</field>
|
||||
<field>
|
||||
<id>backend.linkedErrorfiles</id>
|
||||
<label>Error files</label>
|
||||
<label>Select Error Messages</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Choose error files to be included in this backend.]]></help>
|
||||
<hint>Choose error files.</hint>
|
||||
<help><![CDATA[Choose error messages to be included in this Backend Pool.]]></help>
|
||||
<hint>Choose error messages.</hint>
|
||||
</field>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -3,24 +3,24 @@
|
|||
<id>errorfile.name</id>
|
||||
<label>Name</label>
|
||||
<type>text</type>
|
||||
<help>Name to identify this error file.</help>
|
||||
<help>Name to identify this error message.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>errorfile.description</id>
|
||||
<label>Description</label>
|
||||
<type>text</type>
|
||||
<help>Description for this error file.</help>
|
||||
<help>Description for this error message.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>errorfile.code</id>
|
||||
<label>Error code</label>
|
||||
<type>dropdown</type>
|
||||
<help><![CDATA[The HTTP status code.<br/><div class="text-info"><b>NOTE:</b> It is important to understand that errorfiles are NOT meant to rewrite errors returned by the server, but errors detected and returned by HAProxy. This is why the list of supported errors is limited to a small set.</div>]]></help>
|
||||
<help><![CDATA[The HTTP status code.<br/><div class="text-info"><b>NOTE:</b> It is important to understand that error messages are NOT meant to rewrite errors returned by the server, but errors detected and returned by HAProxy. This is why the list of supported errors is limited to a small set.</div>]]></help>
|
||||
</field>
|
||||
<field>
|
||||
<id>errorfile.content</id>
|
||||
<label>Content</label>
|
||||
<type>textbox</type>
|
||||
<help>Paste the content of your errorfile here. The files should not exceed the configured buffer size, which generally is 8 or 16 kB.</help>
|
||||
<help>Paste the content of your error messages here. The message must represent the full HTTP response and include required HTTP headers. It should not exceed the configured buffer size, which generally is 8 or 16 kB.</help>
|
||||
</field>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -3,19 +3,19 @@
|
|||
<id>frontend.enabled</id>
|
||||
<label>Enabled</label>
|
||||
<type>checkbox</type>
|
||||
<help>Enable this frontend</help>
|
||||
<help>Enable this Public Service.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>frontend.name</id>
|
||||
<label>Name</label>
|
||||
<type>text</type>
|
||||
<help>Name to identify this frontend.</help>
|
||||
<help>Name to identify this Public Service.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>frontend.description</id>
|
||||
<label>Description</label>
|
||||
<type>text</type>
|
||||
<help>Description for this frontend.</help>
|
||||
<help>Description for this Public Service.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>frontend.bind</id>
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<allownew>true</allownew>
|
||||
<help><![CDATA[Configure listen addresses for this frontend, i.e. 127.0.0.1:8080 or www.example.com:443. Use TAB key to complete typing a listen address.]]></help>
|
||||
<help><![CDATA[Configure listen addresses for this Public Service, i.e. 127.0.0.1:8080 or www.example.com:443. Use TAB key to complete typing a listen address.]]></help>
|
||||
<hint>Enter address:port here. Finish with TAB.</hint>
|
||||
</field>
|
||||
<field>
|
||||
|
|
@ -37,13 +37,13 @@
|
|||
<id>frontend.mode</id>
|
||||
<label>Type</label>
|
||||
<type>dropdown</type>
|
||||
<help><![CDATA[Set the running mode or protocol for this frontend.]]></help>
|
||||
<help><![CDATA[Set the running mode or protocol for this Public Service.]]></help>
|
||||
</field>
|
||||
<field>
|
||||
<id>frontend.defaultBackend</id>
|
||||
<label>Default Backend</label>
|
||||
<label>Default Backend Pool</label>
|
||||
<type>dropdown</type>
|
||||
<help><![CDATA[Set the default backend to use for this frontend.]]></help>
|
||||
<help><![CDATA[Set the default Backend Pool to use for this Public Service.]]></help>
|
||||
</field>
|
||||
<field>
|
||||
<label>SSL Offloading</label>
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
<id>frontend.tuning_maxConnections</id>
|
||||
<label>Max. Connections</label>
|
||||
<type>text</type>
|
||||
<help><![CDATA[Set the maximum number of concurrent connections for this frontend.]]></help>
|
||||
<help><![CDATA[Set the maximum number of concurrent connections for this Public Service.]]></help>
|
||||
</field>
|
||||
<field>
|
||||
<id>frontend.tuning_timeoutClient</id>
|
||||
|
|
@ -160,31 +160,31 @@
|
|||
<id>frontend.customOptions</id>
|
||||
<label>Option pass-through</label>
|
||||
<type>textbox</type>
|
||||
<help><![CDATA[These lines will be added to the HAProxy frontend configuration.<br/><div class="text-info"><b>NOTE:</b> The syntax will not be checked, use at your own risk!</div>]]></help>
|
||||
<help><![CDATA[These lines will be added to the HAProxy frontend configuration.<br/><div class="text-info"><b>NOTE:</b> This is strongly discouraged! The syntax will not be checked, use at your own risk!</div>]]></help>
|
||||
<advanced>true</advanced>
|
||||
</field>
|
||||
<field>
|
||||
<label>Actions (ACLs)</label>
|
||||
<label>Rules</label>
|
||||
<type>header</type>
|
||||
</field>
|
||||
<field>
|
||||
<id>frontend.linkedActions</id>
|
||||
<label>Actions</label>
|
||||
<label>Select Rules</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Choose actions to be included in this frontend.]]></help>
|
||||
<hint>Choose actions.</hint>
|
||||
<help><![CDATA[Choose rules to be included in this Public Service.]]></help>
|
||||
<hint>Choose rules.</hint>
|
||||
</field>
|
||||
<field>
|
||||
<label>Error Files</label>
|
||||
<label>Error Messages</label>
|
||||
<type>header</type>
|
||||
</field>
|
||||
<field>
|
||||
<id>frontend.linkedErrorfiles</id>
|
||||
<label>Error files</label>
|
||||
<label>Select Error Messages</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Choose error files to be included in this backend.]]></help>
|
||||
<hint>Choose error files.</hint>
|
||||
<help><![CDATA[Choose error messages to be included in this Public Service.]]></help>
|
||||
<hint>Choose error messages.</hint>
|
||||
</field>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
<id>healthcheck.name</id>
|
||||
<label>Name</label>
|
||||
<type>text</type>
|
||||
<help>Name to identify this ACL.</help>
|
||||
<help>Name to identify this Health Monitor.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>healthcheck.description</id>
|
||||
<label>Description</label>
|
||||
<type>text</type>
|
||||
<help>Description for this ACL.</help>
|
||||
<help>Description for this Health Monitor.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>healthcheck.type</id>
|
||||
|
|
|
|||
|
|
@ -508,7 +508,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
<li>{{ lang._("%sError Messages:%s Return a custom message instead of errors generated by HAProxy. Useful to overwrite HAProxy's internal error messages. The message must represent the full HTTP response and include required HTTP headers.") | format('<b>', '</b>') }}</li>
|
||||
<li>{{ lang._("%sLua scripts:%s Include your own Lua code/scripts to extend HAProxy's functionality. The Lua code can be used in certain %sRules%s, for example.") | format('<b>', '</b>', '<b>', '</b>') }}</li>
|
||||
</ul>
|
||||
<p>{{ lang._("For more details visit HAProxy's official documentation regarding the %sError Files%s and the %sLua Script%s features.") | format('<a href="http://cbonte.github.io/haproxy-dconv/1.7/configuration.html#4-errorfile" target="_blank">', '</a>', '<a href="http://cbonte.github.io/haproxy-dconv/1.7/configuration.html#lua-load" target="_blank">', '</a>') }}</p>
|
||||
<p>{{ lang._("For more details visit HAProxy's official documentation regarding the %sError Messages%s and the %sLua Script%s features.") | format('<a href="http://cbonte.github.io/haproxy-dconv/1.7/configuration.html#4-errorfile" target="_blank">', '</a>', '<a href="http://cbonte.github.io/haproxy-dconv/1.7/configuration.html#lua-load" target="_blank">', '</a>') }}</p>
|
||||
<br/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue