From 9046f07e30eea14b66c965fbfc77bc8cc8903b8f Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Tue, 1 Mar 2022 21:19:55 +0000 Subject: [PATCH] Set checkmark as default for extra slot --- .../templates/domain_sections/https.vue | 24 ------------- .../templates/domain_sections/logging.vue | 6 ---- .../templates/domain_sections/php.vue | 15 -------- .../templates/domain_sections/python.vue | 6 ---- .../templates/domain_sections/restrict.vue | 27 -------------- .../domain_sections/reverse_proxy.vue | 3 -- .../templates/domain_sections/routing.vue | 15 -------- .../templates/domain_sections/server.vue | 9 ----- .../templates/global_sections/docker.vue | 6 ---- .../templates/global_sections/https.vue | 36 ------------------- .../templates/global_sections/logging.vue | 30 ---------------- .../templates/global_sections/performance.vue | 6 ---- .../global_sections/reverse_proxy.vue | 3 -- .../templates/global_sections/security.vue | 9 ----- .../templates/global_sections/tools.vue | 6 ---- src/nginxconfig/templates/inputs/checkbox.vue | 16 +++++---- .../templates/inputs/pretty_input.vue | 20 +++++++++-- src/nginxconfig/templates/inputs/radio.vue | 16 +++++---- 18 files changed, 35 insertions(+), 218 deletions(-) diff --git a/src/nginxconfig/templates/domain_sections/https.vue b/src/nginxconfig/templates/domain_sections/https.vue index 6f88542..2db3a98 100644 --- a/src/nginxconfig/templates/domain_sections/https.vue +++ b/src/nginxconfig/templates/domain_sections/https.vue @@ -35,9 +35,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.https.enableEncryptedSslConnection') }}
@@ -55,9 +52,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.https.enableHttp2Connections') }}
@@ -75,9 +69,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.https.enableHttp3Connections') }}
@@ -113,9 +104,6 @@ THE SOFTWARE.
- (http://{{ $parent.$props.data.server.domain.computed }} https://{{ $parent.$props.data.server.domain.computed }}) @@ -135,9 +123,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.https.enableStrictTransportSecurity') }}
@@ -146,9 +131,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.https.enableIncludeSubDomains') }}
@@ -157,9 +139,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.https.enablePreload') }}
@@ -180,9 +159,6 @@ THE SOFTWARE. >
- {{ $t(name) }}
diff --git a/src/nginxconfig/templates/domain_sections/logging.vue b/src/nginxconfig/templates/domain_sections/logging.vue index c00b3c0..3335a0e 100644 --- a/src/nginxconfig/templates/domain_sections/logging.vue +++ b/src/nginxconfig/templates/domain_sections/logging.vue @@ -35,9 +35,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.logging.enableForThisDomain') }}
@@ -55,9 +52,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.logging.enableForThisDomain') }}
diff --git a/src/nginxconfig/templates/domain_sections/php.vue b/src/nginxconfig/templates/domain_sections/php.vue index 85c76e6..b617655 100644 --- a/src/nginxconfig/templates/domain_sections/php.vue +++ b/src/nginxconfig/templates/domain_sections/php.vue @@ -56,9 +56,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.php.enablePhp') }}
@@ -128,9 +125,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.php.enableWordPressRules') }}
@@ -148,9 +142,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.php.enableDrupalRules') }}
@@ -168,9 +159,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.php.enableMagentoRules') }}
@@ -188,9 +176,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.php.enableJoomlaRules') }}
diff --git a/src/nginxconfig/templates/domain_sections/python.vue b/src/nginxconfig/templates/domain_sections/python.vue index 84bfa23..c049638 100644 --- a/src/nginxconfig/templates/domain_sections/python.vue +++ b/src/nginxconfig/templates/domain_sections/python.vue @@ -56,9 +56,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.python.enablePython') }}
@@ -76,9 +73,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.python.enableDjangoRules') }}
diff --git a/src/nginxconfig/templates/domain_sections/restrict.vue b/src/nginxconfig/templates/domain_sections/restrict.vue index 41603b1..a2c0e22 100644 --- a/src/nginxconfig/templates/domain_sections/restrict.vue +++ b/src/nginxconfig/templates/domain_sections/restrict.vue @@ -37,9 +37,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.restrict.disableForThisDomain') }}
@@ -56,9 +53,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.restrict.disableForThisDomain') }}
@@ -75,9 +69,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.restrict.disableForThisDomain') }}
@@ -94,9 +85,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.restrict.disableForThisDomain') }}
@@ -113,9 +101,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.restrict.disableForThisDomain') }}
@@ -134,9 +119,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.restrict.disableForThisDomain') }}
@@ -153,9 +135,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.restrict.disableForThisDomain') }}
@@ -172,9 +151,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.restrict.disableForThisDomain') }}
@@ -191,9 +167,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.restrict.disableForThisDomain') }}
diff --git a/src/nginxconfig/templates/domain_sections/reverse_proxy.vue b/src/nginxconfig/templates/domain_sections/reverse_proxy.vue index f08f471..2011ef6 100644 --- a/src/nginxconfig/templates/domain_sections/reverse_proxy.vue +++ b/src/nginxconfig/templates/domain_sections/reverse_proxy.vue @@ -56,9 +56,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.reverseProxy.enableReverseProxy') }}
diff --git a/src/nginxconfig/templates/domain_sections/routing.vue b/src/nginxconfig/templates/domain_sections/routing.vue index bb0071f..64ea65c 100644 --- a/src/nginxconfig/templates/domain_sections/routing.vue +++ b/src/nginxconfig/templates/domain_sections/routing.vue @@ -35,9 +35,6 @@ THE SOFTWARE.
- {{ $t('common.enable') }}
@@ -58,9 +55,6 @@ THE SOFTWARE. >
- {{ value }}
@@ -78,9 +72,6 @@ THE SOFTWARE.
- index.html
@@ -88,9 +79,6 @@ THE SOFTWARE.
- index.php
@@ -126,9 +114,6 @@ THE SOFTWARE.
- {{ $t('templates.domainSections.routing.enableLegacyRouting') }}
diff --git a/src/nginxconfig/templates/domain_sections/server.vue b/src/nginxconfig/templates/domain_sections/server.vue index e3810cf..6f327e5 100644 --- a/src/nginxconfig/templates/domain_sections/server.vue +++ b/src/nginxconfig/templates/domain_sections/server.vue @@ -70,9 +70,6 @@ THE SOFTWARE.
- (www.{{ $props.data.domain.computed }})
@@ -90,9 +87,6 @@ THE SOFTWARE.
- (cdn.{{ $props.data.domain.computed }})
@@ -110,9 +104,6 @@ THE SOFTWARE.
- ({{ wwwSubdomain ? `${domain}, ` : '' }}*.{{ $props.data.domain.computed }} {{ wwwSubdomain ? 'www.' : '' }}{{ $props.data.domain.computed }}) diff --git a/src/nginxconfig/templates/global_sections/docker.vue b/src/nginxconfig/templates/global_sections/docker.vue index a96a690..2406dec 100644 --- a/src/nginxconfig/templates/global_sections/docker.vue +++ b/src/nginxconfig/templates/global_sections/docker.vue @@ -52,9 +52,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.docker.includeDockerfile') }}
@@ -71,9 +68,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.docker.includeDockerCompose') }}
diff --git a/src/nginxconfig/templates/global_sections/https.vue b/src/nginxconfig/templates/global_sections/https.vue index cdd8402..c436c45 100644 --- a/src/nginxconfig/templates/global_sections/https.vue +++ b/src/nginxconfig/templates/global_sections/https.vue @@ -35,9 +35,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.https.enableReuseOfPort') }}
@@ -75,9 +72,6 @@ THE SOFTWARE. >
- {{ $t(name) }}
@@ -96,9 +90,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.https.cloudflareResolver') }}
@@ -110,9 +101,6 @@ THE SOFTWARE. >
- {{ $t(name) }}
@@ -122,9 +110,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.https.googlePublicDns') }}
@@ -136,9 +121,6 @@ THE SOFTWARE. >
- {{ $t(name) }}
@@ -148,9 +130,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.https.openDns') }}
@@ -162,9 +141,6 @@ THE SOFTWARE. >
- {{ $t(name) }}
@@ -174,9 +150,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.https.quad9') }}
@@ -188,9 +161,6 @@ THE SOFTWARE. >
- {{ $t(name) }}
@@ -200,9 +170,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.https.verisign') }}
@@ -214,9 +181,6 @@ THE SOFTWARE. >
- {{ $t(name) }}
diff --git a/src/nginxconfig/templates/global_sections/logging.vue b/src/nginxconfig/templates/global_sections/logging.vue index 434d480..c831a3b 100644 --- a/src/nginxconfig/templates/global_sections/logging.vue +++ b/src/nginxconfig/templates/global_sections/logging.vue @@ -71,9 +71,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.logging.enableFileNotFoundErrorLogging') }} error_log
@@ -91,9 +88,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.logging.enableCloudflare') }}
@@ -101,9 +95,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.logging.cfRay') }}
@@ -111,9 +102,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.logging.cfConnectingIp') }}
@@ -121,9 +109,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.logging.xForwardedFor') }}
@@ -131,9 +116,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.logging.xForwardedProto') }}
@@ -141,9 +123,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.logging.trueClientIp') }}
@@ -151,9 +130,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.logging.cfIpCountry') }}
@@ -161,9 +137,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.logging.cfVisitor') }}
@@ -171,9 +144,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.logging.cdnLoop') }}
diff --git a/src/nginxconfig/templates/global_sections/performance.vue b/src/nginxconfig/templates/global_sections/performance.vue index 31b922c..251377a 100644 --- a/src/nginxconfig/templates/global_sections/performance.vue +++ b/src/nginxconfig/templates/global_sections/performance.vue @@ -35,9 +35,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.performance.enableGzipCompression') }}
@@ -55,9 +52,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.performance.enableBrotliCompression') }}
diff --git a/src/nginxconfig/templates/global_sections/reverse_proxy.vue b/src/nginxconfig/templates/global_sections/reverse_proxy.vue index beab448..3a33047 100644 --- a/src/nginxconfig/templates/global_sections/reverse_proxy.vue +++ b/src/nginxconfig/templates/global_sections/reverse_proxy.vue @@ -130,9 +130,6 @@ THE SOFTWARE. >
- {{ $t(name) }}
diff --git a/src/nginxconfig/templates/global_sections/security.vue b/src/nginxconfig/templates/global_sections/security.vue index d9d7368..ee1df79 100644 --- a/src/nginxconfig/templates/global_sections/security.vue +++ b/src/nginxconfig/templates/global_sections/security.vue @@ -96,9 +96,6 @@ THE SOFTWARE.
- {{ $t('common.enable') }}
@@ -116,9 +113,6 @@ THE SOFTWARE.
- {{ $t('common.enable') }}
@@ -136,9 +130,6 @@ THE SOFTWARE.
- {{ $t('common.enable') }}
diff --git a/src/nginxconfig/templates/global_sections/tools.vue b/src/nginxconfig/templates/global_sections/tools.vue index 1e29f0e..98643df 100644 --- a/src/nginxconfig/templates/global_sections/tools.vue +++ b/src/nginxconfig/templates/global_sections/tools.vue @@ -35,9 +35,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.tools.enableModularizedConfigFiles') }}
@@ -55,9 +52,6 @@ THE SOFTWARE.
- {{ $t('templates.globalSections.tools.enableSymLinksFrom') }} sites-available/ {{ $t('templates.globalSections.tools.to') }} sites-enabled/ diff --git a/src/nginxconfig/templates/inputs/checkbox.vue b/src/nginxconfig/templates/inputs/checkbox.vue index c79952f..5dfd3ce 100644 --- a/src/nginxconfig/templates/inputs/checkbox.vue +++ b/src/nginxconfig/templates/inputs/checkbox.vue @@ -24,12 +24,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --> - diff --git a/src/nginxconfig/templates/inputs/pretty_input.vue b/src/nginxconfig/templates/inputs/pretty_input.vue index f00f0dd..ca0dbb5 100644 --- a/src/nginxconfig/templates/inputs/pretty_input.vue +++ b/src/nginxconfig/templates/inputs/pretty_input.vue @@ -24,7 +24,23 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --> - diff --git a/src/nginxconfig/templates/inputs/radio.vue b/src/nginxconfig/templates/inputs/radio.vue index 568069c..8902046 100644 --- a/src/nginxconfig/templates/inputs/radio.vue +++ b/src/nginxconfig/templates/inputs/radio.vue @@ -24,12 +24,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --> -