aptalca f53a5777ad
Round of updates
Deprecate letsencrypt, pi-hole, portainer and photoshow
Optimize systemd services to not delay kodi start
Specify python3 for xml generator
2023-10-12 08:24:19 -04:00

81 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="docker.linuxserver.pi-hole"
name="Pi-hole (LinuxServer.io)"
version="2.0.2"
provider-name="LinuxServer.io">
<requires>
<import addon="service.system.docker" version="0.0.0" />
<import addon="docker.linuxserver.updater" version="0.0.0"/>
</requires>
<extension point="xbmc.service" library="default.py">
<provides></provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Pi-hole in a docker container</summary>
<description>
The Pi-hole is a DNS sinkhole that protects your devices from unwanted content, without installing any client-side software.
IMPORTANT: This addon will install an older version of pi-hole and will not update due to upstream changes that made maintenance very difficult.
On initial install, enter an admin password. Port 53 must be open.
By default only IPv4 is enabled. IPv6 can be enabled in addon settings.
Server LAN IPs are autodetected, but can be overridden by manual entry in addon settings.
DNS servers can be changed in the webgui, however, if any of the addon settings are changed, DNS servers will reset to whatever is selected in addon settings or the default Google servers
This is a docker addon brought to you by the LinuxServer.io team.
Please visit https://linuxserver.io for more information.
</description>
<disclaimer>
</disclaimer>
<broken>
This addon has been deprecated. You can run the pi-hole container manually via docker compose or cli.
</broken>
<news>
docker.linuxserver.pi-hole:
-------------------------
2.0.2
- Update systemd to not delay Kodi start
- Deprecate the pi-hole addon
2.0.1
- Remove LibreELEC dependency
2.0.0
- Kodi Matrix compatibility
1.0.6
- Support *elec
1.0.5
- Revert to the v3 branch as v4 seems to have a bunch of bugs currently
1.0.4
- Update docker repos to the new official ones at pihole/pihole
1.0.3
- Fix typo in default settings that caused it to break on Leia
(If you run into this issue, uninstall the addon, delete the addon_data folder and reinstall)
1.0.2
- Add DNS override settings
- Allow changing settings without wiping data
- Add option to map port 443 for rejecting https rather than timing out
1.0.1
- Set hostname
- Make web gui settings persistent
1.0.0
- Initial release
</news>
<platform>all</platform>
<website>http://linuxserver.io/</website>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon>