-
Notifications
You must be signed in to change notification settings - Fork 0
/
cross-seed.xml
35 lines (35 loc) · 3.36 KB
/
cross-seed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<Container version="2">
<Name>cross-seed</Name>
<Repository>ghcr.io/cross-seed/cross-seed:latest</Repository>
<Registry>https://hub.docker.com/r/crossseed/cross-seed/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/cross-seed/cross-seed/issues?q=is%3Aissue</Support>
<Project>https://github.com/cross-seed/cross-seed</Project>
<Overview>Fully-automatic cross-seeding with Torznab 

GitHub: https://github.com/cross-seed/cross-seed

Documentation/Support: https://cross-seed.org

Official Containers: https://github.com/cross-seed/cross-seed/pkgs/container/cross-seed

Official Docker Hub Mirror: https://hub.docker.com/r/crossseed/cross-seed
</Overview>
<Category>Downloaders: Other: Status:Stable</Category>
<WebUI/>
<TemplateURL>https://raw.githubusercontent.com/cross-seed/unraid-template/master/cross-seed.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/cross-seed/cross-seed.org/master/static/img/cross-seed.png</Icon>
<ExtraParams>--user="99:100"</ExtraParams>
<PostArgs>daemon</PostArgs>
<CPUset/>
<Requires/>
<Config Name="configDir" Target="/config" Default="/mnt/user/appdata/cross-seed" Mode="rw" Description="This is your configuration, logging, and torrent_cache appdata directory. A configuration file (config.js) with suggested base defaults will be generated on your first start of the container. If you already have a config.js file, you can find the latest template at the link below. Configure and rename the template to config.js and place in this directory before running. https://github.com/cross-seed/cross-seed/blob/master/src/config.template.cjs" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/cross-seed/</Config>
<Config Name="torrentDir" Target="/torrents" Default="" Mode="ro" Description="This volume mount should contain all of your torrent clients .torrent files. If you don't know where your torrent client stores its file, this will typically be your somewhere in your torrent client's appdata folder. https://www.cross-seed.org/docs/basics/options#torrentdir" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="outputDir" Target="/cross-seeds" Default="" Mode="rw" Description="This directory is used when using the save action or as a working directory for cross-seed injection. https://www.cross-seed.org/docs/basics/options#outputdir" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="port" Target="2468" Default="2468" Mode="tcp" Description="Required when using daemon mode. Make sure your container port matches the port option in the config file." Type="Port" Display="always" Required="true" Mask="false">2468</Config>
<Config Name="data" Target="/data" Default="" Mode="rw" Description="This is an optional path for use with linking or data-based searching. If you want to take advantage of either you will need to mount your torrent client download directories the same way as your torrent clients volumes. The paths from your torrent client should be identical to the ones in cross-seed." Type="Path" Display="always" Required="false" Mask="false"/>
</Container>