This commit is contained in:
Tobias 2025-12-08 19:44:11 +01:00
parent daea65671c
commit b7c10fa2f8

View File

@ -107,8 +107,8 @@ cat <<EOF >"$CONFIG_PATH"
# https://github.com/eko/pihole-exporter/?tab=readme-ov-file#available-cli-options # https://github.com/eko/pihole-exporter/?tab=readme-ov-file#available-cli-options
PIHOLE_PASSWORD="${pihole_PASSWORD}" PIHOLE_PASSWORD="${pihole_PASSWORD}"
PIHOLE_HOSTNAME="${pihole_HOSTNAME}" PIHOLE_HOSTNAME="${pihole_HOSTNAME}"
PIHOLE_PORT=${pihole_PORT:-443}" PIHOLE_PORT="${pihole_PORT:-443}"
SKIP_TLS_VERIFICATION="${pihole_SKIP_TLS}" SKIP_TLS_VERIFICATION="${pihole_SKIP_TLS:-false}"
PIHOLE_PROTOCOL="${pihole_SKIP_TLS:-https}" PIHOLE_PROTOCOL="${pihole_SKIP_TLS:-https}"
EOF EOF
msg_ok "Created configuration" msg_ok "Created configuration"