mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
d76b3b695a
commit
d4f9afc2de
@@ -110,10 +110,10 @@
|
|||||||
"schema": {
|
"schema": {
|
||||||
"BIRDSONGS_FOLDER": "str?",
|
"BIRDSONGS_FOLDER": "str?",
|
||||||
"TZ": "str?",
|
"TZ": "str?",
|
||||||
"homeassistant_microphone": "bool?",
|
|
||||||
"cifsdomain": "str?",
|
"cifsdomain": "str?",
|
||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
|
"homeassistant_microphone": "bool?",
|
||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
"networkdisks": "str?"
|
"networkdisks": "str?"
|
||||||
},
|
},
|
||||||
|
|||||||
0
emby_beta/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
emby_beta/rootfs/etc/services.d/nginx/run
Normal file → Executable file
@@ -68,8 +68,8 @@
|
|||||||
"/dev/nvme2"
|
"/dev/nvme2"
|
||||||
],
|
],
|
||||||
"environment": {
|
"environment": {
|
||||||
"PGDATA": "/config/postgres",
|
|
||||||
"GUACAMOLE_HOME": "/config",
|
"GUACAMOLE_HOME": "/config",
|
||||||
|
"PGDATA": "/config/postgres",
|
||||||
"PROXY_ALLOWED_IPS_REGEX": "*",
|
"PROXY_ALLOWED_IPS_REGEX": "*",
|
||||||
"PROXY_BY_HEADER": "X-Forwarded-By",
|
"PROXY_BY_HEADER": "X-Forwarded-By",
|
||||||
"PROXY_IP_HEADER": "X-Forwarded-For",
|
"PROXY_IP_HEADER": "X-Forwarded-For",
|
||||||
|
|||||||
0
guacamole/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
guacamole/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
nzbget/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
nzbget/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
portainer/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
portainer/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
portainer/rootfs/etc/services.d/portainer/run
Normal file → Executable file
0
portainer/rootfs/etc/services.d/portainer/run
Normal file → Executable file
@@ -42,10 +42,10 @@ echo "... add env variables"
|
|||||||
export -p
|
export -p
|
||||||
) > /data/env.sh
|
) > /data/env.sh
|
||||||
while IFS= read -r line; do
|
while IFS= read -r line; do
|
||||||
[[ -z "$line" || "$line" =~ ^[[:space:]]*# ]] && continue
|
[[ -z "$line" || "$line" =~ ^[[:space:]]*# ]] && continue
|
||||||
var="${line%%=*}"
|
var="${line%%=*}"
|
||||||
sed -i "/^export[[:space:]]\+$var=/d" /data/env.sh
|
sed -i "/^export[[:space:]]\+$var=/d" /data/env.sh
|
||||||
echo "export $line" >> /data/env.sh
|
echo "export $line" >> /data/env.sh
|
||||||
done < /.env
|
done < /.env
|
||||||
|
|
||||||
chown wger /data/env.sh
|
chown wger /data/env.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user