docker-templates-unraid/templates/weechat.xml
2020-10-29 14:37:28 +03:00

20 lines
No EOL
1.4 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>weechat</Name>
<Repository>jkaberg/weechat:latest</Repository>
<Registry>https://hub.docker.com/r/jkaberg/weechat/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://weechat.org/</Project>
<Overview>WeeChat is a free and open-source Internet Relay Chat client, which is designed to be light and fast. </Overview>
<Category>Network:Messenger</Category>
<ExtraParams>-it</ExtraParams>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/weechat.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/weechat.png</Icon>
<Description>WeeChat is a free and open-source Internet Relay Chat client, which is designed to be light and fast. </Description>
<Config Name="AppData" Target="/weechat" Default="/mnt/user/appdata/weechat/" Mode="rw" Description="AppData" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/weechat/</Config>
<Config Name="UID" Target="UID" Default="99" Mode="" Description="UID" Type="Variable" Display="always" Required="false" Mask="false">99</Config>
<Config Name="GID" Target="GID" Default="100" Mode="" Description="GID" Type="Variable" Display="always" Required="false" Mask="false">100</Config>
</Container>