-
Notifications
You must be signed in to change notification settings - Fork 0
/
addons.xml
181 lines (155 loc) · 6.04 KB
/
addons.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<?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://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/download/</datadir>
<hashes>false</hashes>
</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>
<news>
Initial release
</news>
<assets>
<icon>icon.jpg</icon>
<fanart>fanart.png</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="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.png</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></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.jpg</icon>
<fanart>fanart.png</fanart>
</assets>
</extension>
</addon>
</addons>