docker-templates/linuxserver.io/quassel-core.xml
chbmb 323e01eb36 Update Support Links
Removed sickbeard and plexpy
2018-09-14 21:46:40 +01:00

63 lines
2.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/quassel-core.xml</TemplateURL>
<Beta>False</Beta>
<Category>Network:Messenger</Category>
<Date>2016-11-23</Date>
<Name>quassel-core</Name>
<Changes>[center][img width='300px' src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_small.png'][/center]
[center][font size=4]Quassel Core Change Log[/font][/center]
[b]23.11.2016[/b] Rebase to alpine linux
[b]24.09.2016[/b] Use correct dependencies due to xenial quassel built with Qt5 and not Qt4,
thanks bauerj
[b]10.08.2016[/b] Rebase to ubuntu xenial
</Changes>
<Support>https://forums.unraid.net/topic/40888-support-linuxserverio-quassel-core/</Support>
<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 -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.
[br][br]
[b][u][span style=\'color: #E80000;\']Configuration[/span][/u][/b][br]
[b]/config[/b] Where quassel-core should store settings, logs and configuration[br]
[b][i]Note Inital Configuration of a new core, must be done within the desktop client[/b][/i]
</Description>
<Project>http://quassel-irc.org/</Project>
<Overview>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 -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.</Overview>
<Registry>https://hub.docker.com/r/linuxserver/quassel-core/</Registry>
<Repository>linuxserver/quassel-core</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Environment>
<Variable>
<Name>PGID</Name>
<Value>100</Value>
</Variable>
<Variable>
<Name>PUID</Name>
<Value>99</Value>
</Variable>
</Environment>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>4242</HostPort>
<ContainerPort>4242</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/quassel-core-icon.png</Icon>
<ExtraParams></ExtraParams>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<BaseImage>lsiobase/alpine:3.6</BaseImage>
</Container>