mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-12 13:29:23 +08:00
commit
66d286ef8a
75
linuxserver.io/quassel-web.xml
Normal file
75
linuxserver.io/quassel-web.xml
Normal file
@ -0,0 +1,75 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>quassel-web</Name>
|
||||
<Repository>linuxserver/quassel-web</Repository>
|
||||
<Registry>https://hub.docker.com/r/linuxserver/quassel-web/</Registry>
|
||||
<Network>bridge</Network>
|
||||
<MyIP/>
|
||||
<Shell>sh</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://forums.unraid.net/topic/79710-support-linuxserverio-quassel-web/</Support>
|
||||
<Project>https://github.com/magne4000/quassel-webserver</Project>
|
||||
<Overview>A web client for Quassel (requires the quassel-core container as a backend)[br][br]If the QUASSEL_CORE variable is not set then the container will default to an advanced setting and you must edit[br] /config/settings-user.js[br] directly. [br][br]This allows access to all the configuration settings possible and is for advanced users.</Overview>
|
||||
<Category>Network:Messenger</Category>
|
||||
<WebUI>http://[IP]:[PORT:64080]</WebUI>
|
||||
<TemplateURL/>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/quassel-web-icon.png</Icon>
|
||||
<ExtraParams/>
|
||||
<PostArgs/>
|
||||
<CPUset/>
|
||||
<DonateText>Donations</DonateText>
|
||||
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
|
||||
<Description>A web client for Quassel (requires the quassel-core container as a backend)[br][br]If the QUASSEL_CORE variable is not set then the container will default to an advanced setting and you must edit[br] /config/settings-user.js[br] directly. [br][br]This allows access to all the configuration settings possible and is for advanced users.</Description>
|
||||
<Networking>
|
||||
<Mode>bridge</Mode>
|
||||
<Publish>
|
||||
<Port>
|
||||
<HostPort>64080</HostPort>
|
||||
<ContainerPort>64080</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
</Publish>
|
||||
</Networking>
|
||||
<Data>
|
||||
<Volume>
|
||||
<HostDir></HostDir>
|
||||
<ContainerDir>/config</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
</Data>
|
||||
<Environment>
|
||||
<Variable>
|
||||
<Value></Value>
|
||||
<Name>QUASSEL_CORE</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value>4242</Value>
|
||||
<Name>QUASSEL_PORT</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value></Value>
|
||||
<Name>URL_BASE</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value>99</Value>
|
||||
<Name>PUID</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value>100</Value>
|
||||
<Name>PGID</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
</Environment>
|
||||
<Labels/>
|
||||
<Config Name="http" Target="64080" Default="" Mode="tcp" Description="http port" Type="Port" Display="always" Required="false" Mask="false">64080</Config>
|
||||
<Config Name="QUASSEL_CORE" Target="QUASSEL_CORE" Default="" Mode="" Description="Specify the URL or IP address of your Quassel Core instance" Type="Variable" Display="always" Required="false" Mask="false"></Config>
|
||||
<Config Name="QUASSEL_PORT" Target="QUASSEL_PORT" Default="" Mode="" Description="Specify the port of your Quassel Core instance" Type="Variable" Display="always" Required="false" Mask="false">4242</Config>
|
||||
<Config Name="URL_BASE" Target="URL_BASE" Default="" Mode="" Description="Specify a url-base in reverse proxy setups ie. /quassel" Type="Variable" Display="always" Required="false" Mask="false"></Config>
|
||||
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
|
||||
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Appdata " Type="Path" Display="advanced" Required="false" Mask="false"></Config>
|
||||
</Container>
|
||||
Loading…
x
Reference in New Issue
Block a user