fixed End Of Line Sequence

This commit is contained in:
Bruvv
2021-12-27 10:28:02 +01:00
parent 494a6c06fd
commit 87615ff031
47 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bashio #!/usr/bin/env bashio
# Autodefine if not defined # Autodefine if not defined

View File

@@ -1,3 +1,4 @@
#include <tunables/global> #include <tunables/global>
profile bazarr_addon flags=(attach_disconnected,mediate_deleted) { profile bazarr_addon flags=(attach_disconnected,mediate_deleted) {

View File

@@ -1,3 +1,4 @@
ssl_protocols TLSv1.2; ssl_protocols TLSv1.2;
ssl_prefer_server_ciphers on; ssl_prefer_server_ciphers on;
ssl_ciphers ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA; ssl_ciphers ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA;

View File

@@ -1,3 +1,4 @@
upstream backend { upstream backend {
server 127.0.0.1:8000; server 127.0.0.1:8000;
} }

View File

@@ -1,3 +1,4 @@
# Run nginx in foreground. # Run nginx in foreground.
daemon off; daemon off;

View File

@@ -1,3 +1,4 @@
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_ignore_client_abort off; proxy_ignore_client_abort off;
proxy_read_timeout 86400s; proxy_read_timeout 86400s;

View File

@@ -1,3 +1,4 @@
# Run nginx in foreground. # Run nginx in foreground.
daemon off; daemon off;

View File

@@ -1,3 +1,4 @@
server { server {
listen %%interface%%:%%port%% default_server; listen %%interface%%:%%port%% default_server;

View File

@@ -1,3 +1,4 @@
# Home assistant add-on: Lidarr # Home assistant add-on: Lidarr
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)

View File

@@ -1,3 +1,4 @@
#!/usr/bin/execlineb -S0 #!/usr/bin/execlineb -S0
# ============================================================================== # ==============================================================================
# Take down the S6 supervision tree when Nginx fails # Take down the S6 supervision tree when Nginx fails

View File

@@ -1,3 +1,4 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
############### ###############

View File

@@ -1,3 +1,4 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
###################### ######################

View File

@@ -1,3 +1,4 @@
#!/bin/bash #!/bin/bash
echo "Starting..." echo "Starting..."

View File

@@ -1,3 +1,4 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
################## ##################

View File

@@ -1,3 +1,4 @@
#!/bin/bash #!/bin/bash
# If dockerfile failed install manually # If dockerfile failed install manually
if [ -e "/ENVFILE" ]; then if [ -e "/ENVFILE" ]; then

View File

@@ -1,3 +1,4 @@
#!bin/bash #!bin/bash
# Color comments # Color comments