-
Notifications
You must be signed in to change notification settings - Fork 6
/
stash.xml
112 lines (112 loc) · 5.71 KB
/
stash.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0"?>
<Container version="2">
<Name>Stash</Name>
<Repository>stashapp/stash</Repository>
<Registry>https://hub.docker.com/r/stashapp/stash/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/90861-support-stash-corneliousjd-repo/</Support>
<Project>https://github.com/stashapp/stash</Project>
<Overview>Stash is a Go app which organizes and serves your NSFW adult media content.

data: where your media collection is
config: where the config file and the stash database file will be stored
metadata: the main metadata folder, used for import/export functions
cache: a folder to use as cache
generated: where the previews, screenshots, transcoded files, and sprites will be generated. This can grow very large if you have a large collection, you may want it on your array instead of your cache, this choice is up to you.</Overview>
<Category>MediaApp:Video MediaApp:Photos MediaApp:Other</Category>
<WebUI>http://[IP]:[PORT:9999]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/CorneliousJD/Docker-Templates/master/icons/stash.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1586199413</DateInstalled>
<DonateText>Donate</DonateText>
<DonateLink>http://paypal.me/corneliousjd</DonateLink>
<Description>Stash is a Go app which organizes and serves your NSFW adult media content.

data: where your media collection is
config: where the config file and the stash database file will be stored
metadata: the main metadata folder, used for import/export functions
cache: a folder to use as cache
generated: where the previews, screenshots, transcoded files, and sprites will be generated. This can grow very large if you have a large collection, you may want it on your array instead of your cache, this choice is up to you.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>6969</HostPort>
<ContainerPort>9999</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/private/media/</HostDir>
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/stash/config</HostDir>
<ContainerDir>/root/.stash</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/stash/metadata</HostDir>
<ContainerDir>/metadata</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/stash/cache</HostDir>
<ContainerDir>/cache</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/stash/generated</HostDir>
<ContainerDir>/generated</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/stash/blobs</HostDir>
<ContainerDir>/blobs</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>/cache/</Value>
<Name>STASH_CACHE</Name>
<Mode/>
</Variable>
<Variable>
<Value>/metadata/</Value>
<Name>STASH_METADATA</Name>
<Mode/>
</Variable>
<Variable>
<Value>/generated/</Value>
<Name>STASH_GENERATED</Name>
<Mode/>
</Variable>
<Variable>
<Value>/data/</Value>
<Name>STASH_STASH</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Port" Target="9999" Default="" Mode="tcp" Description="Container Port: 9999" Type="Port" Display="always" Required="false" Mask="false">6969</Config>
<Config Name="Data Path" Target="/data" Default="" Mode="rw" Description="Path to your adult media content." Type="Path" Display="always" Required="false" Mask="false">/mnt/user/private/media/</Config>
<Config Name="Config Path" Target="/root/.stash" Default="" Mode="rw" Description="Container Path: /root/.stash" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/stash/config</Config>
<Config Name="Metadata Path" Target="/metadata" Default="" Mode="rw" Description="Container Path: /metadata" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/stash/metadata</Config>
<Config Name="Cache Path" Target="/cache" Default="" Mode="rw" Description="Container Path: /cache" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/stash/cache</Config>
<Config Name="Generated Path" Target="/generated" Default="" Mode="rw" Description="Container Path: /generated" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/stash/generated</Config>
<Config Name="Blobs Path" Target="/blobs" Default="" Mode="rw" Description="Container Path: /blobs" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/stash/blobs</Config>
<Config Name="Cache Variable" Target="STASH_CACHE" Default="" Mode="" Description="Container Variable: STASH_CACHE" Type="Variable" Display="advanced-hide" Required="false" Mask="false">/cache/</Config>
<Config Name="Metadata Variable" Target="STASH_METADATA" Default="" Mode="" Description="Container Variable: STASH_METADATA" Type="Variable" Display="advanced-hide" Required="false" Mask="false">/metadata/</Config>
<Config Name="Generated Variable" Target="STASH_GENERATED" Default="" Mode="" Description="Container Variable: STASH_GENERATED" Type="Variable" Display="advanced-hide" Required="false" Mask="false">/generated/</Config>
<Config Name="Data Variable" Target="STASH_STASH" Default="" Mode="" Description="Container Variable: STASH_STASH" Type="Variable" Display="advanced-hide" Required="false" Mask="false">/data/</Config>
</Container>