Skip to content

Commit 6d4967d

Browse files
author
Slingexe
authored
Added unraid docker template to hopefully get the docker running quickly on an unraid server
1 parent 215f33d commit 6d4967d

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ Dockerfile
77
.dockerignore
88
package-lock.json
99
channelMappings.json
10-
config.json
10+
config.json
11+
unraid-docker-template.xml

unraid-docker-template.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0"?>
2+
<Container version="2">
3+
<Name>hackmud-chat-client</Name>
4+
<Beta>false</Beta>
5+
<Category>CACATEGORY</Category>
6+
<Repository>slingexe/hackmud-chat-client</Repository>
7+
<Registry>https://hub.docker.com/repository/docker/slingexe/hackmud-chat-client</Registry>
8+
<Network>bridge</Network>
9+
<Privileged>false</Privileged>
10+
<PrivilegedReq>false</PrivilegedReq>
11+
<ExtraParams></ExtraParams>
12+
<Shell>bash</Shell>
13+
<GitHub>https://github.com/slingexe/hackmud-chat-client</GitHub>
14+
<ReadMe>https://github.com/Slingexe/hackmud-chat-client/blob/main/READEME-DOCKER.md</ReadMe>
15+
<Support>https://forums.unraid.net/topic/0/</Support>
16+
<Project>https://github.com/Slingexe/hackmud-chat-client</Project>
17+
<Overview>A discord bot that bridges hackmud chat to discord</Overview>
18+
<WebUI>http://[IP]:[PORT:0000]</WebUI>
19+
<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"/>
29+
</Container>

0 commit comments

Comments
 (0)