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
73 lines
2.1 KiB
XML
73 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="docker.linuxserver.portainer"
|
|
name="Portainer (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>Portainer as an addon</summary>
|
|
<description>
|
|
Portainer is a simple management solution for Docker. It consists of a web UI that allows you to easily manage your Docker containers, images, networks and volumes.
|
|
|
|
This addon uses the official Portainer docker images. Please visit https://portainer.io for app specific questions.
|
|
Please visit https://linuxserver.io for info regarding this wrapper addon.
|
|
|
|
Please use Portainer to manage only containers created through Portainer. Containers generated by other LinuxServer.io addons have automated mechanisms for starting and stopping and will not cooperate with Portainer.
|
|
</description>
|
|
<disclaimer>
|
|
Please do not use portainer to manage other LinuxServer.io addon generated containers. Their status are automated.
|
|
</disclaimer>
|
|
<broken>
|
|
This addon has been deprecated. You can run the portainer container manually via docker compose or cli.
|
|
</broken>
|
|
<news>
|
|
docker.linuxserver.portainer:
|
|
--------------------------
|
|
|
|
2.1.1
|
|
- Update systemd to not delay Kodi start
|
|
- Deprecate the portainer addon
|
|
|
|
2.1.0
|
|
- Update to Portainer 2.0 at the new repo (see Portainer changelog for breaking changes)
|
|
|
|
2.0.1
|
|
- Remove LibreELEC dependency
|
|
|
|
2.0.0
|
|
- Kodi Matrix compatibility
|
|
|
|
1.0.5
|
|
- Use updater addon to update image
|
|
- Faster start on boot
|
|
|
|
1.0.4
|
|
- Wait for network
|
|
|
|
1.0.3
|
|
- Fix localtime for logs
|
|
|
|
1.0.2
|
|
- Switch to multi-arch image for latest
|
|
|
|
1.0.1
|
|
- Fix timezone bug
|
|
|
|
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>
|