mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Correction
This commit is contained in:
@@ -20,8 +20,5 @@
|
|||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.formatOnType": true,
|
"editor.formatOnType": true,
|
||||||
"files.trimTrailingWhitespace": true
|
"files.trimTrailingWhitespace": true
|
||||||
},
|
|
||||||
"codenotary": {
|
|
||||||
"signer": "alexandrep.github@gmail.com"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,9 +40,6 @@ profile addon_updater flags=(attach_disconnected,mediate_deleted) {
|
|||||||
|
|
||||||
# Receive signals from S6-Overlay
|
# Receive signals from S6-Overlay
|
||||||
signal receive,
|
signal receive,
|
||||||
},
|
|
||||||
"codenotary": {
|
|
||||||
"signer": "alexandrep.github@gmail.com"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -15,10 +15,7 @@ server {
|
|||||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||||
fastcgi_param modHeadersAvailable true; #Avoid sending the security headers twice
|
fastcgi_param modHeadersAvailable true; #Avoid sending the security headers twice
|
||||||
fastcgi_pass unix:/run/php/php8.0-fpm.sock;
|
fastcgi_pass unix:/run/php/php8.0-fpm.sock;
|
||||||
},
|
}
|
||||||
"codenotary": {
|
|
||||||
"signer": "alexandrep.github@gmail.com"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -120,9 +120,6 @@ server {
|
|||||||
location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap|mp4|webm)$ {
|
location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap|mp4|webm)$ {
|
||||||
try_files $uri /index.php$request_uri;
|
try_files $uri /index.php$request_uri;
|
||||||
access_log off;
|
access_log off;
|
||||||
},
|
}
|
||||||
"codenotary": {
|
|
||||||
"signer": "alexandrep.github@gmail.com"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -22,9 +22,6 @@ server {
|
|||||||
proxy_connect_timeout 30m;
|
proxy_connect_timeout 30m;
|
||||||
proxy_send_timeout 30m;
|
proxy_send_timeout 30m;
|
||||||
proxy_read_timeout 30m;
|
proxy_read_timeout 30m;
|
||||||
},
|
|
||||||
"codenotary": {
|
|
||||||
"signer": "alexandrep.github@gmail.com"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -33,8 +33,5 @@ server {
|
|||||||
allow 172.30.32.2;
|
allow 172.30.32.2;
|
||||||
deny all;
|
deny all;
|
||||||
proxy_pass http://127.0.0.1:80;
|
proxy_pass http://127.0.0.1:80;
|
||||||
},
|
}
|
||||||
"codenotary": {
|
|
||||||
"signer": "alexandrep.github@gmail.com"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,8 +40,5 @@ server {
|
|||||||
location ~ /\. {
|
location ~ /\. {
|
||||||
log_not_found off;
|
log_not_found off;
|
||||||
deny all;
|
deny all;
|
||||||
},
|
}
|
||||||
"codenotary": {
|
|
||||||
"signer": "alexandrep.github@gmail.com"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,9 +7,6 @@ server {
|
|||||||
location / {
|
location / {
|
||||||
set $upstream_port 2202;
|
set $upstream_port 2202;
|
||||||
proxy_pass http://127.0.0.1:$upstream_port;
|
proxy_pass http://127.0.0.1:$upstream_port;
|
||||||
},
|
}
|
||||||
"codenotary": {
|
|
||||||
"signer": "alexandrep.github@gmail.com"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -32,9 +32,6 @@ server {
|
|||||||
location /ubooquity/admin-api {
|
location /ubooquity/admin-api {
|
||||||
set $upstream_port 2203;
|
set $upstream_port 2203;
|
||||||
proxy_pass http://127.0.0.1:$upstream_port;
|
proxy_pass http://127.0.0.1:$upstream_port;
|
||||||
},
|
}
|
||||||
"codenotary": {
|
|
||||||
"signer": "alexandrep.github@gmail.com"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,9 +13,6 @@ server {
|
|||||||
proxy_set_header Connection "Upgrade";
|
proxy_set_header Connection "Upgrade";
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
},
|
}
|
||||||
"codenotary": {
|
|
||||||
"signer": "alexandrep.github@gmail.com"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user