mirror of
https://github.com/linuxserver/libreelec-addons.git
synced 2026-02-11 21:28:40 +08:00
44 lines
1.6 KiB
XML
44 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="docker.linuxserver.quassel-core"
|
|
name="Quassel Core (LinuxServer.io)"
|
|
version="1.0.1"
|
|
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>Quassel Core in a docker container</summary>
|
|
<description>
|
|
Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core.
|
|
|
|
This container handles the IRC connection (quasselcore) and requires a desktop client (quasselclient) to be used and configured. It is designed to be always on and will keep your identity present in IRC even when your clients cannot be online. Backlog (history) is downloaded by your client upon reconnection allowing infinite scrollback through time.
|
|
|
|
This is a docker container brought to you by the LinuxServer team.
|
|
Please visit www.linuxserver.io for more information.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<news>
|
|
docker.linuxserver.quassel-core:
|
|
--------------------------------
|
|
|
|
1.0.1
|
|
- Fix default settings
|
|
|
|
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>
|