mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-17 12:49:09 +02:00
fixed End Of Line Sequence
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
#!/usr/bin/env bashio
|
||||
|
||||
# Autodefine if not defined
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
#include <tunables/global>
|
||||
|
||||
profile bazarr_addon flags=(attach_disconnected,mediate_deleted) {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
ssl_protocols TLSv1.2;
|
||||
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;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
upstream backend {
|
||||
server 127.0.0.1:8000;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
# Run nginx in foreground.
|
||||
daemon off;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
proxy_http_version 1.1;
|
||||
proxy_ignore_client_abort off;
|
||||
proxy_read_timeout 86400s;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
# Run nginx in foreground.
|
||||
daemon off;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
server {
|
||||
listen %%interface%%:%%port%% default_server;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
# Home assistant add-on: Lidarr
|
||||
|
||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
#!/usr/bin/execlineb -S0
|
||||
# ==============================================================================
|
||||
# Take down the S6 supervision tree when Nginx fails
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
#!/usr/bin/with-contenv bashio
|
||||
|
||||
###############
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
#!/usr/bin/with-contenv bashio
|
||||
|
||||
######################
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
echo "Starting..."
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
#!/usr/bin/with-contenv bashio
|
||||
|
||||
##################
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
#!/bin/bash
|
||||
# If dockerfile failed install manually
|
||||
if [ -e "/ENVFILE" ]; then
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
#!bin/bash
|
||||
|
||||
# Color comments
|
||||
|
||||
Reference in New Issue
Block a user