mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
README: update and whitespace sweep
This commit is contained in:
@@ -76,6 +76,7 @@ security/intrusion-detection-content-snort-vrt -- IDS Snort VRT ruleset (needs r
|
||||
security/openconnect -- OpenConnect Client
|
||||
security/tinc -- Tinc VPN
|
||||
security/tor -- The Onion Router
|
||||
sysutils/api-backup -- Provide the functionality to download the config.xml
|
||||
sysutils/boot-delay -- Apply a persistent 10 second boot delay
|
||||
sysutils/lcdproc-sdeclcd -- LCDProc for SDEC LCD devices
|
||||
sysutils/node_exporter -- Prometheus exporter for machine metrics
|
||||
|
||||
@@ -5960,7 +5960,7 @@ main.page-content.col-lg-12 {
|
||||
#navigation.col-sidebar-left > div > nav > #mainmenu > div > div.collapse.in > a.list-group-item:hover, a.list-group-item:focus,
|
||||
#navigation.col-sidebar-left > div > nav > #mainmenu > div > div.collapse.in > a.list-group-item.collapsed:focus,
|
||||
#navigation.col-sidebar-left > div > nav > #mainmenu > div > div.collapse.in > a.list-group-item:focus,
|
||||
#navigation.col-sidebar-left > div > nav > #mainmenu > div > div.active-menu.collapse.in >a.list-group-item.active {
|
||||
#navigation.col-sidebar-left > div > nav > #mainmenu > div > div.active-menu.collapse.in >a.list-group-item.active {
|
||||
color: #ec6d12 !important;
|
||||
background-color: #2a2a2a !important;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
PLUGIN_NAME= api-backup
|
||||
PLUGIN_VERSION= 0.0.1
|
||||
PLUGIN_COMMENT= Provide the functionality to download the config.xml
|
||||
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
||||
PLUGIN_DEVEL= YES
|
||||
PLUGIN_NAME= api-backup
|
||||
PLUGIN_VERSION= 0.0.1
|
||||
PLUGIN_COMMENT= Provide the functionality to download the config.xml
|
||||
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
||||
PLUGIN_DEVEL= yes
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
||||
@@ -1 +1 @@
|
||||
Provide the functionality to download the config.xml
|
||||
Provide the functionality to download the config.xml
|
||||
|
||||
+1
-1
@@ -44,4 +44,4 @@ class BackupController extends ApiControllerBase
|
||||
{
|
||||
$this->response->send();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -57,4 +57,4 @@ $(function () {
|
||||
|
||||
});
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
||||
@@ -107,7 +107,7 @@ location {{ location.matchtype }} {{ location.urlpattern }} {
|
||||
proxy_cache_revalidate {% if location.cache_revalidate is defined and location.cache_revalidate == '1' %}on{% else %}off{% endif %};
|
||||
proxy_cache_methods GET HEAD{% if location.cache_methods is defined and location.cache_methods != '' %} {{ location.cache_methods.replace(',', ' ') }}{% endif %};
|
||||
{% endif %}
|
||||
{% if location.path_prefix is defined and location.path_prefix != '' %}
|
||||
{% if location.path_prefix is defined and location.path_prefix != '' %}
|
||||
proxy_pass http{% if upstream.tls_enable == '1' %}s{% endif %}://upstream{{ location.upstream.replace('-','') }}{{ location.path_prefix }};
|
||||
{% else %}
|
||||
proxy_pass http{% if upstream.tls_enable == '1' %}s{% endif %}://upstream{{ location.upstream.replace('-','') }};
|
||||
|
||||
Reference in New Issue
Block a user