* chore(icons): ⚡ Replace Actual icon png with svg
Replaced the PNG icon of Actual with a SVG from selfhst/icons
* chore(icons): ⚡ Replace Proxmox VE icon PNG with SVG
Repalce all PNG icons for Proxmox VE with SVG from selfhst/icons
* chore(icons): ⚡ Replace AdGuard PNG icon with SVG
Replace the PNG icon of AdGuard Home with SVG from selfhst/icons
* chore(icons): update multiple icons to SVG
Replaced rasterized images with vectorized SVG for better efficiency, sharpness, performance and lower size
* chore(icons): update logo URLs for multiple services to use selfhst/icons repository
Updated logo URLs in JSON configuration files for the following services:
- WatchYourLAN
- Authelia
- Zoraxy
- Authentik
- Pi-hole
- Radicale
- Pocket ID
- Keycloak
- Grafana
- MongoDB
- MySQL
- phpIPAM
- Duplicati
- UrBackup
- Technitium DNS
- Seelf
- Checkmk
- Glance
- ZeroTier
- BunkerWeb
* chore(icons): update logo URLs for multiple services to use selfhst/icons repository
Updated logo URLs in JSON configuration files for the following services:
- Uptime Kuma
- Umami
- Apache Tomcat
* chore(icons): update application logos to use selfhst/icons repository
* chore(icons): update application logos to use selfhst/icons repository
* Update pihole-install.sh
* Added the option to configure Unbound as a forwarding DNS server (using DNS-over-TLS (DoT)).
* Simplified the Unbound configuration. The root hints file is actually provided by the dns-root-data package so there is no need to explicitly define it (via the root-hints configuration directive) and wget it. Also, there was no mechanism to update the file after the initial fetch - this will now done by the package manager.
* Fix: Unbound (127.0.0.1#5335) would not become active until a configuration change was made and saved or the application was updated. These are the only times (other than during install) that /etc/dnsmasq.d/01-pihole.conf is synced with /etc/pihole/setupVars.conf. Updated the install script to swap out the dns server in /etc/dnsmasq.d/01-pihole.conf similar to /etc/pihole/setupVars.conf. Delete 8.8.4.4 in both files as opposed to commenting it out as the commented out line would never be recycled.
* Update pihole.json
* Update install/pihole-install.sh
Updated the prompt text after code review.
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
---------
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
* Generated JSON from database with changes suggested by maintainers. Includes a categories.json file that contains all the possible categories
* Renamed categories.json to metadata.json