AppFeed/templates/argashsRepository/amongusdiscord.xml
Squidly271 b3878cd225 Redo
2020-12-03 07:42:32 -05:00

98 lines
5.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>amongusdiscord</Name>
<Repository>denverquane/amongusdiscord</Repository>
<Registry>https://hub.docker.com/r/denverquane/amongusdiscord/</Registry>
<Network>br0</Network>
<MyIP>10.0.1.19</MyIP>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/97834-support-amongusdiscord-automuteus/</Support>
<Project>https://github.com/denverquane/amongusdiscord</Project>
<Overview>Discord Bot to harness Among Us game data, and automatically mute/unmute players during the course of the game!&#13;
&#13;
Works in conjunction with amonguscapture&#13;
&#13;
This program is in Beta. While we are confident about the basic functionality, there will still be issues or pecularities with how the program functions! We are actively working to resolve these issues!&#13;
&#13;
Have any questions, concerns, bug reports, or just want to chat? Join the discord at https://discord.gg/ZkqZSWF!&#13;
&#13;
unRAID template by Argash&#13;
&#13;
Updates:&#13;
&#13;
2020-10-20 - Updated template with new environment variables rework in bot version 2.4.0&#13;
</Overview>
<WebUI></WebUI>
<TemplateURL>https://raw.githubusercontent.com/argash/amongusdiscord_unraid/master/amongusdiscord.xml</TemplateURL>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>br0</Mode>
<Publish>
<Port>
<HostPort>8123</HostPort>
<ContainerPort></ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/amongusdiscord/</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw,slave</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/amongusdiscord/log_path</HostDir>
<ContainerDir>/config/log_path</ContainerDir>
<Mode>rw,slave</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value></Value>
<Name>DISCORD_BOT_TOKEN</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>HOST</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>DISCORD_BOT_TOKEN_2</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>NUM_SHARDS</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="DISCORD_BOT_TOKEN" Target="DISCORD_BOT_TOKEN" Default="" Mode="" Description="The Bot Token used by the bot to authenticate with Discord." Type="Variable" Display="always" Required="true" Mask="true"></Config>
<Config Name="PORT" Target="" Default="8123" Mode="tcp" Description="The port the Bot will use for incoming Socket.io communications from the capture client. Defaults to 8123. You must specify more (comma-delimited ports) if you are running with NUM_SHARDS &amp;gt; 1. For example, with 3 shards, PORT = 8123,8124,8125" Type="Port" Display="always" Required="true" Mask="false">8123</Config>
<Config Name="HOST" Target="HOST" Default="http://au.yourdomain.com:8123" Mode="" Description="The externally-accessible URL for this instance of the discord bot. For example, http://test.com:8123 (NOTE: The EXTERNAL PORT of the bot must be included at the end of the URL This is used to provide the linking URI to the capture, via the Direct Message the bot sends you when typing .au new (in conjunction with the PORT above). You must specify http:// or https:// accordingly as part of the URL" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="CONFIG_PATH" Target="/config" Default="" Mode="rw,slave" Description="Container Path: /config" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/amongusdiscord/</Config>
<Config Name="DISCORD_BOT_TOKEN_2" Target="DISCORD_BOT_TOKEN_2" Default="" Mode="" Description=" (Optional) A second Bot Token to be used to distribute the mute/deafen requests to Discord. If you play in larger groups of 8+ people, this is recommended to not be rate-limited (delayed) by Discord when rounds change!" Type="Variable" Display="always" Required="false" Mask="true"></Config>
<Config Name="NUM_SHARDS" Target="NUM_SHARDS" Default="" Mode="" Description="How many total bot shard instances you'll be running in your current stack." Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="LOG_PATH" Target="/config/log_path" Default="" Mode="rw,slave" Description="The path where the bot will store it's log files" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/amongusdiscord/log_path</Config>
<Date>1603248081</Date>
<Category>GameServers: Tools:Utilities Other: Network:Voip Network:Messenger</Category>
<Description>Discord Bot to harness Among Us game data, and automatically mute/unmute players during the course of the game!&#13;
&#13;
Works in conjunction with amonguscapture&#13;
&#13;
This program is in Beta. While we are confident about the basic functionality, there will still be issues or pecularities with how the program functions! We are actively working to resolve these issues!&#13;
&#13;
Have any questions, concerns, bug reports, or just want to chat? Join the discord at https://discord.gg/ZkqZSWF!&#13;
&#13;
unRAID template by Argash&#13;
&#13;
Updates:&#13;
&#13;
2020-10-20 - Updated template with new environment variables rework in bot version 2.4.0</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/argashsRepository/amongusdiscord.xml</templatePath>
</Container>