mirror of
https://github.com/linuxserver/libreelec-addon-repo.git
synced 2026-02-20 01:00:59 +08:00
Deprecate letsencrypt, pi-hole, portainer and photoshow Optimize systemd services to not delay kodi start Specify python3 for xml generator
50 lines
1.6 KiB
XML
50 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="docker.linuxserver.foldingathome"
|
|
name="Folding@home (LinuxServer.io)"
|
|
version="2.0.2"
|
|
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>Folding@home as a Docker container</summary>
|
|
<description>
|
|
Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. It brings together citizen scientists who volunteer to run simulations of protein dynamics on their personal computers. Insights from this data are helping scientists to better understand biology, and providing new opportunities for developing therapeutics.
|
|
|
|
IMPORTANT: This addon is for x86_64 devices only.
|
|
|
|
Default port: 7396
|
|
|
|
Please visit https://linuxserver.io for more info on this image and addon.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<news>
|
|
docker.linuxserver.foldingathome:
|
|
------------------------
|
|
|
|
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>
|