mirror of
https://github.com/linuxserver/libreelec-addon-repo.git
synced 2026-01-09 06:50:54 +08:00
Deprecate letsencrypt, pi-hole, portainer and photoshow Optimize systemd services to not delay kodi start Specify python3 for xml generator
50 lines
1.3 KiB
XML
50 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="docker.linuxserver.netdata"
|
|
name="Netdata (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>Netdata in a docker container</summary>
|
|
<description>
|
|
Netdata is distributed, real-time, performance and health monitoring for systems and applications. It is a highly optimized monitoring agent you install on all your systems and containers.
|
|
|
|
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.netdata:
|
|
---------------------------
|
|
|
|
2.0.2
|
|
- Update systemd to not delay Kodi start
|
|
|
|
2.0.1
|
|
- Remove LibreELEC dependency
|
|
|
|
2.0.0
|
|
- Kodi Matrix compatibility
|
|
|
|
1.0.1
|
|
- Set hostname to LibreELEC's
|
|
|
|
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>
|