fix: auto-fix linting issues

This commit is contained in:
alexbelgium
2025-09-21 00:32:05 +00:00
committed by github-actions[bot]
parent d76b3b695a
commit d4f9afc2de
8 changed files with 6 additions and 6 deletions

View File

@@ -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
View File

View 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
View File

0
nzbget/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File

0
portainer/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File

0
portainer/rootfs/etc/services.d/portainer/run Normal file → Executable file
View File

View 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