2016-12-06 12:35:48 -05:00

45 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="docker.linuxserver.resilio-sync"
name="Resilio Sync (LinuxServer.io)"
version="1.0.2"
provider-name="LinuxServer.io">
<requires>
<import addon="os.libreelec.tv" version="7.0"/>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="service.system.docker" version="0.0.0" />
</requires>
<extension point="xbmc.service" library="default.py">
<provides></provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Resilio Sync in a docker container</summary>
<description>
Resilio Sync (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both. There is an official sync image but we created this one as it supports user mapping to simplify permissions for volumes.
This is a docker container brought to you by the LinuxServer.io team.
Please visit https://linuxserver.io for more information.
</description>
<disclaimer>
</disclaimer>
<news>
docker.linuxserver.resilio-sync:
--------------------------------
1.0.2
- Added aarch64 support
1.0.1
- Run as user nobody
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>