README: update and whitespace sweep

This commit is contained in:
Franco Fichtner 2018-10-07 20:11:25 +02:00
parent 0466b32bb4
commit 9d006edd2c
7 changed files with 11 additions and 10 deletions

View file

@ -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

View file

@ -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;
}

View file

@ -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"

View file

@ -1 +1 @@
Provide the functionality to download the config.xml
Provide the functionality to download the config.xml

View file

@ -44,4 +44,4 @@ class BackupController extends ApiControllerBase
{
$this->response->send();
}
}
}

View file

@ -57,4 +57,4 @@ $(function () {
});
</script>
</script>

View file

@ -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('-','') }};