Skip to content

Commit 37c6017

Browse files
author
Slingexe
authored
Modified unraid docker template
1 parent 6d4967d commit 37c6017

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

unraid-docker-template.xml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,29 @@
22
<Container version="2">
33
<Name>hackmud-chat-client</Name>
44
<Beta>false</Beta>
5-
<Category>CACATEGORY</Category>
5+
<Category/>
66
<Repository>slingexe/hackmud-chat-client</Repository>
77
<Registry>https://hub.docker.com/repository/docker/slingexe/hackmud-chat-client</Registry>
88
<Network>bridge</Network>
99
<Privileged>false</Privileged>
1010
<PrivilegedReq>false</PrivilegedReq>
11-
<ExtraParams></ExtraParams>
11+
<ExtraParams/>
1212
<Shell>bash</Shell>
1313
<GitHub>https://github.com/slingexe/hackmud-chat-client</GitHub>
1414
<ReadMe>https://github.com/Slingexe/hackmud-chat-client/blob/main/READEME-DOCKER.md</ReadMe>
15-
<Support>https://forums.unraid.net/topic/0/</Support>
15+
<Support/>
1616
<Project>https://github.com/Slingexe/hackmud-chat-client</Project>
1717
<Overview>A discord bot that bridges hackmud chat to discord</Overview>
18-
<WebUI>http://[IP]:[PORT:0000]</WebUI>
18+
<WebUI/>
1919
<TemplateURL>https://raw.githubusercontent.com/slingexe/hackmud-chat-client/unraid-docker-template.xml</TemplateURL>
20-
<Icon></Icon>
21-
<DonateText></DonateText>
22-
<DonateLink></DonateLink>
23-
<DonateImg></DonateImg>
24-
<Date>1970-01-01</Date>
25-
<Changes></Changes>
26-
<Config Name="Variable: Discord Bot TOKEN" Target="TOKEN" Description="The bot's discord token" Type="Variable" Display="advanced" Required="true" Mask="false"/>
27-
<Config Name="Variable: Discord Bot CLIENTID" Target="CLIENTID" Description="The bot's clientid" Type="Variable" Display="advanced" Required="true" Mask="false"/>
28-
<Config Name="Variable: Discord GUILDID" Target="GUILDID" Description="The guild the bot will be running on" Type="Variable" Display="advanced" Required="true" Mask="false"/>
20+
<Icon/>
21+
<DonateText/>
22+
<DonateLink/>
23+
<DonateImg/>
24+
<Date/>
25+
<Changes/>
26+
<Config Name="Variable: Discord Bot TOKEN" Target="TOKEN" Description="The bot's discord token" Type="Variable" Display="always" Required="true" Mask="false">0</Config>
27+
<Config Name="Variable: Discord Bot CLIENTID" Target="CLIENTID" Description="The bot's clientid" Type="Variable" Display="always" Required="true" Mask="false">0</Config>
28+
<Config Name="Variable: Discord GUILDID" Target="GUILDID" Description="The guild the bot will be running on" Type="Variable" Display="always" Required="true" Mask="false">0</Config>
29+
<Config Name="Appdata Config Path" Target="/config" Default="/mnt/user/appdata/hackmud-chat-client" Mode="rw" Description="" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/user/appdata/hackmud-chat-client</Config>
2930
</Container>

0 commit comments

Comments
 (0)