- Delete Tauticord template

This commit is contained in:
nharris
2023-02-07 13:36:16 -07:00
parent 3c9a64d4b4
commit da04d59cf1

View File

@@ -1,37 +0,0 @@
<?xml version="1.0"?>
<Container version="2">
<Name>tauticord</Name>
<Repository>nwithan8/tauticord:latest</Repository>
<Registry>https://hub.docker.com/r/nwithan8/tauticord</Registry>
<Branch>
<Tag>latest</Tag>
<TagDescription>Latest stable release</TagDescription>
</Branch>
<Network>host</Network>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/nwithan8/tauticord/issues</Support>
<Project>https://github.com/nwithan8/tauticord</Project>
<Overview>Tauticord is a Discord bot that displays live data from Tautulli, including stream summaries, bandwidth and library statistics.</Overview>
<Category>Tools: MediaServer Status:Stable</Category>
<Config Name="TC_TAUTULLI_URL" Target="TC_TAUTULLI_URL" Default="http://localhost:8181" Description="URL to Tautulli" Type="Variable" Display="always" Required="true" Mask="false" />
<Config Name="TC_TAUTULLI_KEY" Target="TC_TAUTULLI_KEY" Default="" Description="Tautulli API key" Type="Variable" Display="always" Required="true" Mask="false" />
<Config Name="TC_PLEX_PASS" Target="TC_PLEX_PASS" Default="False" Description="Enable Plex Pass features" Type="Variable" Display="always" Required="false" Mask="false" />
<Config Name="TC_REFRESH_SECONDS" Target="TC_REFRESH_SECONDS" Default="15" Description="Seconds between updates" Type="Variable" Display="always" Required="false" Mask="false" />
<Config Name="TC_TERMINATE_MESSAGE" Target="TC_TERMINATE_MESSAGE" Default="Your stream has ended." Description="Message to send on stream kill" Type="Variable" Display="always" Required="false" Mask="false" />
<Config Name="TC_USE_24_HOUR_TIME" Target="TC_USE_24_HOUR_TIME" Default="False" Description="Whether to use 24-hour time" Type="Variable" Display="always" Required="false" Mask="false" />
<Config Name="TC_VC_STREAM_COUNT" Target="TC_VC_STREAM_COUNT" Default="False" Description="Whether to display stream count in voice channels" Type="Variable" Display="always" Required="false" Mask="false" />
<Config Name="TC_VC_TRANSCODE_COUNT" Target="TC_VC_TRANSCODE_COUNT" Default="False" Description="Whether to display transcode count in voice channels" Type="Variable" Display="always" Required="false" Mask="false" />
<Config Name="TC_VC_BANDWIDTH" Target="TC_VC_BANDWIDTH" Default="False" Description="Whether to display bandwidth in voice channels" Type="Variable" Display="always" Required="false" Mask="false" />
<Config Name="TC_VC_LOCAL_BANDWIDTH " Target="TC_VC_LOCAL_BANDWIDTH " Default="False" Description="Whether to display local bandwidth in voice channels" Type="Variable" Display="always" Required="false" Mask="false" />
<Config Name="TC_VC_REMOTE_BANDWIDTH" Target="TC_VC_REMOTE_BANDWIDTH" Default="False" Description="Whether to display remote bandwidth in voice channels" Type="Variable" Display="always" Required="false" Mask="false" />
<Config Name="TC_VC_LIBRARY_STATS" Target="TC_VC_LIBRARY_STATS" Default="False" Description="Whether to display library stats in voice channels" Type="Variable" Display="always" Required="false" Mask="false" />
<Config Name="TC_VC_LIBRARY_NAMES" Target="TC_VC_LIBRARY_NAMES" Default="" Description="Comma-separated list of names of libraries to display stats of" Type="Variable" Display="always" Required="false" Mask="false" />
<Config Name="TC_DISCORD_BOT_TOKEN" Target="TC_DISCORD_BOT_TOKEN" Default="" Description="Discord bot token" Type="Variable" Display="always" Required="true" Mask="false" />
<Config Name="TC_DISCORD_SERVER_ID" Target="TC_DISCORD_SERVER_ID" Default="" Description="Discord server ID" Type="Variable" Display="always" Required="true" Mask="false" />
<Config Name="TC_DISCORD_OWNER_ID" Target="TC_DISCORD_OWNER_ID" Default="" Description="Discord owner ID" Type="Variable" Display="always" Required="false" Mask="false" />
<Config Name="TC_DISCORD_CHANNEL_NAME" Target="TC_DISCORD_CHANNEL_NAME" Default="" Description="Discord channel where bot will post" Type="Variable" Display="always" Required="true" Mask="false" />
<Config Name="TC_USE_EMBEDS" Target="TC_USE_EMBEDS" Default="True" Description="Whether to use embeds for Discord messages" Type="Variable" Display="always" Required="false" Mask="false" />
<Config Name="TC_ALLOW_ANALYTICS" Target="TC_ALLOW_ANALYTICS" Default="True" Description="Whether to allow anonymous analytics collection" Type="Variable" Display="always" Required="false" Mask="false" />
<Config Name="TZ" Target="TZ" Default="UTC" Description="Timezone for the server" Type="Variable" Display="always" Required="false" Mask="false" />
</Container>