-
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.
modified: index.html (relect zip from new zips folder) (add new zips folder from script below) new file: zips/addons.xml new file: zips/addons.xml.md5 new file: zips/docker.xyz.wolfietech.dev.apps.kodi.addon.updater/addon.xml new file: zips/docker.xyz.wolfietech.dev.apps.kodi.addon.updater/docker.xyz.wolfietech.dev.apps.kodi.addon.updater-1.0.1.zip new file: zips/docker.xyz.wolfietech.dev.apps.kodi.addon.updater/icon.png new file: zips/docker.xyz.wolfietech.dev.apps.kodi.addons.portainer/addon.xml new file: zips/docker.xyz.wolfietech.dev.apps.kodi.addons.portainer/docker.xyz.wolfietech.dev.apps.kodi.addons.portainer-2.18.4-rc1.zip new file: zips/docker.xyz.wolfietech.dev.apps.kodi.addons.portainer/icon.png new file: zips/repository.xyz.wolfietech.dev.apps.kodi.coreelec.addons/addon.xml new file: zips/repository.xyz.wolfietech.dev.apps.kodi.coreelec.addons/repository.xyz.wolfietech.dev.apps.kodi.coreelec.addons-1.0.zip
- Loading branch information
Showing
11 changed files
with
336 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<!DOCTYPE html> | ||
<a href="repository.xyz.wolfietech.dev.apps.kodi.coreelec.addons-1.0.zip">repository.xyz.wolfietech.dev.apps.kodi.coreelec.addons-1.0.zip</a> | ||
<a href="zips/repository.xyz.wolfietech.dev.apps.kodi.coreelec.addons/repository.xyz.wolfietech.dev.apps.kodi.coreelec.addons-1.0.zip">repository.xyz.wolfietech.dev.apps.kodi.coreelec.addons-1.0.zip</a> | ||
|
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,159 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<addons><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 /> | ||
</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><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 /> | ||
</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><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://raw.githubusercontent.com/wolf1098/wolf1098-coreelec-addons/main/addons.xml</info> | ||
<checksum>https://raw.githubusercontent.com/wolf1098/wolf1098-coreelec-addons/main/addons.xml.md5</checksum> | ||
<datadir zip="true">https://raw.githubusercontent.com/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://raw.githubusercontent.com/wolf1098/wolf1098-coreelec-addons/main/icon.png</icon> | ||
<fanart>https://raw.githubusercontent.com/wolf1098/wolf1098-coreelec-addons/main/fanart.jpg</fanart> | ||
</assets> | ||
</extension> | ||
</addon></addons> |
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 @@ | ||
72e3186fadc473d4e53a1e0e929fecfb |
73 changes: 73 additions & 0 deletions
73
zips/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
+5.13 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.
73 changes: 73 additions & 0 deletions
73
zips/docker.xyz.wolfietech.dev.apps.kodi.addons.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
+4.95 KB
...kodi.addons.portainer/docker.xyz.wolfietech.dev.apps.kodi.addons.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.
29 changes: 29 additions & 0 deletions
29
zips/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://raw.githubusercontent.com/wolf1098/wolf1098-coreelec-addons/main/addons.xml</info> | ||
<checksum>https://raw.githubusercontent.com/wolf1098/wolf1098-coreelec-addons/main/addons.xml.md5</checksum> | ||
<datadir zip="true">https://raw.githubusercontent.com/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://raw.githubusercontent.com/wolf1098/wolf1098-coreelec-addons/main/icon.png</icon> | ||
<fanart>https://raw.githubusercontent.com/wolf1098/wolf1098-coreelec-addons/main/fanart.jpg</fanart> | ||
</assets> | ||
</extension> | ||
</addon> |
Binary file added
BIN
+1.11 KB
...apps.kodi.coreelec.addons/repository.xyz.wolfietech.dev.apps.kodi.coreelec.addons-1.0.zip
Binary file not shown.