-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot] Packaging addons and updating addons.xml
- Loading branch information
WolfieTech-CI
committed
Aug 30, 2023
1 parent
e357648
commit d630dc5
Showing
15 changed files
with
270 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 73 additions & 0 deletions
73
download/docker.xyz.wolfietech.dev.apps.kodi.addon.portainer/addon.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="docker.xyz.wolfietech.dev.apps.kodi.addons.portainer" | ||
name="Portainer (Arm64)" | ||
version="2.18.4-rc1" | ||
provider-name="Wolf1098"> | ||
<requires> | ||
<import addon="service.system.docker" version="0.9.0"/> | ||
<import addon="xbmc.python" version="2.25.0"/> | ||
<import addon="docker.xyz.wolfietech.dev.apps.kodi.addon.updater" version="1.0.1"/> | ||
</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://dev.wolfietech.xyz 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 containers, generated by wolf1098 docker update serice or any other updaters, ie linuxserver.io. Their status are likely automated. | ||
</disclaimer> | ||
<news> | ||
docker.xyz.wolfietech.dev.apps.kodi.addon.portainer: | ||
-------------------------- | ||
|
||
2.18.4-rc1 (2023-08-29) | ||
- Test support for Portainer images version 2.18.4 for Arm64v8 | ||
- Change to using wt-bridge network for portainer container instead of lsio network, only aviailable to linusserver.io addons. | ||
|
||
docker.linuxserver.portainer: | ||
-------------------------- | ||
|
||
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://dev.wolfietech.xyz/</website> | ||
<assets> | ||
<icon>icon.png</icon> | ||
<fanart>fanart.jpg</fanart> | ||
</assets> | ||
</extension> | ||
</addon> |
Binary file added
BIN
+6.09 KB
...s.kodi.addon.portainer/docker.xyz.wolfietech.dev.apps.kodi.addon.portainer-2.18.4-rc1.zip
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.