53 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="docker.linuxserver.boinc"
name="Boinc (LinuxServer.io)"
version="2.0.3"
provider-name="LinuxServer.io">
<requires>
<import addon="service.system.docker" version="0.0.0" />
<import addon="docker.linuxserver.updater" version="0.0.0"/>
</requires>
<extension point="xbmc.service" library="default.py">
<provides></provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Boinc as a Docker container</summary>
<description>
BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). It can be used for volunteer computing (using consumer devices) or grid computing (using organizational resources). It supports virtualized, parallel, and GPU-based applications.
Default port: 8088
This addon automatically sets up QuickSync enabled Intel GPUs when present. Keep in mind that not all projects hand out GPU jobs.
Please visit https://linuxserver.io for more info on this image and addon.
</description>
<disclaimer>
</disclaimer>
<news>
docker.linuxserver.boinc:
------------------------
2.0.3
- Force aarch64 image on 32/64 bit hybrid systems
2.0.2
- Update systemd to not delay Kodi start
2.0.1
- Remove LibreELEC dependency
2.0.0
- Kodi Matrix compatibility
1.0.0
- Initial release
</news>
<platform>all</platform>
<website>http://linuxserver.io/</website>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon>