Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TubeArchivist-Members.xml #5

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions TubeArchivist-Members.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0"?>
<Container version="2">
<Name>TubeArchivist-Members</Name>
<Repository>bbilly1/tubearchivist-client:latest</Repository>
<Registry>https://hub.docker.com/r/bbilly1/tubearchivist-client</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/114073-support-crocs-tube-archivist/</Support>
<Project>https://github.com/tubearchivist/members</Project>
<Overview>This is a client container for https://members.tubearchivist.com subscribers only.&#xD;
&#xD;
This will keep a websocket connection open listening for notifications for new videos. Add your favorite channels to monitor on the subscriptions page.&#xD;
https://members.tubearchivist.com/subscriptions/</Overview>
<Category>Downloaders:</Category>
<WebUI>https://members.tubearchivist.com/subscriptions/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/tubearchivist/unraid-templates/master/TubeArchivist-Members.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/tubearchivist/members/master/assets/tube-archivist-icon.png</Icon>
<ExtraParams>--restart unless-stopped</ExtraParams>
<DonateText>Subscription required for functionality</DonateText>
<DonateLink>https://github.com/tubearchivist/tubearchivist#donate</DonateLink>
<Requires>Sponsor Subscription, TubeArchivist, TubeArchivist-ES, TubeArchivist-RedisJSON</Requires>
<Config Name="Member API Token" Target="MB_TOKEN" Default="" Mode="" Description="This is the access token you can find on your members profile page&#13;&#10;https://members.tubearchivist.com/profile/" Type="Variable" Display="always" Required="false" Mask="true"></Config>
<Config Name="TubeArchivist API Token" Target="TA_TOKEN" Default="" Mode="" Description="This is the access token for your Tube Archivist server, you can find that on the settings page." Type="Variable" Display="always" Required="false" Mask="true"></Config>
<Config Name="TubeArchivist URL" Target="TA_URL" Default="" Mode="" Description="Define the URL where your Tube Archivist instance is reachable, add protocol and port number if needed." Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Timezone" Target="TZ" Default="" Mode="" Description="Defaults to UTC, optionally configure your timezone to adjust log output timestamps." Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Autostart" Target="AUTOSTART" Default="|True" Mode="" Description="Automatically prioritize and start videos sent from this service, requires Tube Archivist v0.3.6+ for API compatibility. Set to anything, except empty string" Type="Variable" Display="always" Required="false" Mask="false"></Config>
</Container>