pi-hole / docker-pi-hole

Pi-hole in a docker container
https://pi-hole.net
Other
8.56k stars 1.13k forks source link

WEBTHEME not recognizing lcars-picard #1543

Closed kenpachizero closed 8 months ago

kenpachizero commented 8 months ago

Bug, This is a: Issue with the WEBTHEME environment variable in pihole

Details

Set the WEBTHEME to lcars-picard and i get this error in the logs:

[i] Installing configs from /etc/.pihole... [i] Existing dnsmasq.conf found... it is not a Pi-hole file, leaving alone! [i] Installing /etc/dnsmasq.d/01-pihole.conf... [✓] Installed /etc/dnsmasq.d/01-pihole.conf [i] Installing /etc/.pihole/advanced/06-rfc6761.conf... [✓] Installed /etc/dnsmasq.d/06-rfc6761.conf [i] Installing latest logrotate script... [i] Existing logrotate file found. No changes made. [i] Assigning password defined by Environment Variable [✓] New password set [!] Invalid theme name supplied: lcars-picard, falling back to default-light. [i] Added ENV to php: "TZ" => "", "PIHOLE_DOCKER_TAG" => "", "PHP_ERROR_LOG" => "/var/log/lighttpd/error-pihole.log", "CORS_HOSTS" => "", "VIRTUAL_HOST" => "pihole", [i] Using IPv4 and IPv6 [i] Installing latest Cron script...

How to reproduce the issue

  1. Environment data

    • Operating System: Apline
    • Hardware: Raspberry Pi 4B
    • Kernel Architecture: ArmV8 64bit
    • Docker Install Info and version:
    • Software source: official docker-ce
    • Supplimentary Software: portainer
    • Hardware architecture: ArmV8 64bit
  2. docker-compose.yml contents, docker run shell command, or paste a screenshot of any UI based configuration of containers here screenshots attached 2 3 1

  3. any additional info to help reproduce

These common fixes didn't work for my issue

If the above debugging / fixes revealed any new information note it here. Add any other debugging steps you've taken or theories on root cause that may help.

PromoFaux commented 8 months ago

Please try again in the latest image - this should now be fixed!

kenpachizero commented 8 months ago

Yes that did work, Thank you.