mirror of
https://github.com/linuxserver/libreelec-addon-repo.git
synced 2026-02-20 01:00:59 +08:00
Deprecate letsencrypt, pi-hole, portainer and photoshow Optimize systemd services to not delay kodi start Specify python3 for xml generator
66 lines
1.6 KiB
XML
66 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="docker.linuxserver.updater"
|
|
name="Docker Image Updater (LinuxServer.io)"
|
|
version="2.0.2"
|
|
provider-name="LinuxServer.io">
|
|
<requires>
|
|
<import addon="service.system.docker" version="0.0.0" />
|
|
</requires>
|
|
<extension point="xbmc.service" library="default.py">
|
|
<provides></provides>
|
|
</extension>
|
|
<extension point="xbmc.addon.metadata">
|
|
<summary>Docker image updater for LinuxServer.io addons</summary>
|
|
<description>
|
|
This addon sets up a cron job to update the docker images for LinuxServer.io docker container addons once a week and performs an image clean up once a day.
|
|
|
|
This is an addon brought to you by the LinuxServer.io team.
|
|
Please visit https://linuxserver.io for more information.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<news>
|
|
docker.linuxserver.updater:
|
|
-------------------------
|
|
|
|
2.0.2
|
|
- Update systemd to not delay Kodi start
|
|
|
|
2.0.1
|
|
- Remove LibreELEC dependency
|
|
|
|
2.0.0
|
|
- Kodi Matrix compatibility
|
|
|
|
1.0.6
|
|
- Revert systemd to simple (with RemainAfterExit added) to prevent boot delay
|
|
- Switch image updates to nightly
|
|
- Chain updates and prune
|
|
|
|
1.0.5
|
|
- Fix systemd, switch to oneshot
|
|
|
|
1.0.4
|
|
- Fix settings menu
|
|
|
|
1.0.3
|
|
- Wait for cron to start first
|
|
|
|
1.0.2
|
|
- Add container and image prune options to settings dialog
|
|
|
|
1.0.1
|
|
- Fix prune.sh script
|
|
|
|
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>
|