mirror of
https://github.com/linuxserver/libreelec-addon-repo.git
synced 2026-01-20 19:52:43 +08:00
Deprecate letsencrypt, pi-hole, portainer and photoshow Optimize systemd services to not delay kodi start Specify python3 for xml generator
56 lines
1.6 KiB
XML
56 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="docker.linuxserver.adguard"
|
|
name="AdGuardHome (LinuxServer.io)"
|
|
version="2.1.1"
|
|
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>AdGuardHome in a docker container</summary>
|
|
<description>
|
|
AdGuard Home is a network-wide software for blocking ads and tracking. After you set it up, it'll cover ALL your home devices, and you don't need any client-side software for that.
|
|
|
|
***Port 53 has to be open on LibreELEC for this addon to work.
|
|
***Ports 67 and 68 have to be open if DHCP is enabled.
|
|
|
|
During first install, access http://LibreELEC-IP:3000 to set up AdGuardHome.
|
|
|
|
This is a docker addon brought to you by the LinuxServer.io team.
|
|
Please visit https://linuxserver.io for more information.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<news>
|
|
docker.linuxserver.adguard:
|
|
---------------------------
|
|
|
|
2.1.1
|
|
- Update systemd to not delay Kodi start
|
|
- Add 32bit deprecation notice
|
|
|
|
2.1.0
|
|
- Switch to new multi-arch images
|
|
|
|
2.0.1
|
|
- Remove LibreELEC dependency
|
|
|
|
2.0.0
|
|
- Kodi Matrix compatibility
|
|
|
|
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>
|