From 641d81b3ad480abc6c6bada7f1ea27cd3b7c9901 Mon Sep 17 00:00:00 2001 From: Kim Brian Ramberg Date: Thu, 18 Jun 2026 19:26:01 +0200 Subject: [PATCH] . --- pihole/.env | 4 ++-- pihole/compose.yml | 2 +- qbittorrent/down.sh | 0 qbittorrent/running.sh | 0 qbittorrent/up.sh | 0 5 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 qbittorrent/down.sh mode change 100755 => 100644 qbittorrent/running.sh mode change 100755 => 100644 qbittorrent/up.sh diff --git a/pihole/.env b/pihole/.env index 9dfd6bd..ac154c8 100644 --- a/pihole/.env +++ b/pihole/.env @@ -12,7 +12,7 @@ PORT_HTTPS=8443 #PORT_DHCP_SERVER=67 # Environment variables -TZ=Europe/Oslo' +TZ='Europe/Oslo' # Set a password to access the web interface. Not setting one will result in a random password being assigned -FTLCONF_webserver_api_password='homekbr1998' +FTLCONF_webserver_api_password=homekbr1998 diff --git a/pihole/compose.yml b/pihole/compose.yml index 39a1ff2..b282f08 100644 --- a/pihole/compose.yml +++ b/pihole/compose.yml @@ -20,7 +20,7 @@ services: # Set the appropriate timezone for your location (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g: TZ: ${TZ} # Set a password to access the web interface. Not setting one will result in a random password being assigned - ${FTLCONF_webserver_api_password}: 'homekbr1998' + FTLCONF_webserver_api_password: ${FTLCONF_webserver_api_password} # Volumes store your data between container upgrades volumes: # For persisting Pi-hole's databases and common configuration file diff --git a/qbittorrent/down.sh b/qbittorrent/down.sh old mode 100755 new mode 100644 diff --git a/qbittorrent/running.sh b/qbittorrent/running.sh old mode 100755 new mode 100644 diff --git a/qbittorrent/up.sh b/qbittorrent/up.sh old mode 100755 new mode 100644