File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ Dockerfile
77.dockerignore
88package-lock.json
99channelMappings.json
10- config.json
10+ config.json
11+ unraid-docker-template.xml
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments