AppFeed/templates/CorneliousJDsRepository/stash.xml
2021-02-23 15:49:21 -05:00

104 lines
5.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>Stash</Name>
<Repository>stashapp/stash</Repository>
<Registry>https://hub.docker.com/r/stashapp/stash/</Registry>
<Network>bridge</Network>
<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.&#13;
&#13;
data: where your media collection is&#13;
config: where the config file and the stash database file will be stored&#13;
metadata: the main metadata folder, used for import/export functions&#13;
cache: a folder to use as cache&#13;
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 cahce, this choice is up to you.</Overview>
<WebUI>http://[IP]:[PORT:9999]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/CorneliousJD/Docker-Templates/master/stash.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/CorneliousJD/Docker-Templates/master/icons/stash.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DonateText>Donate</DonateText>
<DonateLink>http://paypal.me/corneliousjd</DonateLink>
<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>
</Data>
<Environment>
<Variable>
<Value>/cache/</Value>
<Name>STASH_CACHE</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>/metadata/</Value>
<Name>STASH_METADATA</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>/generated/</Value>
<Name>STASH_GENERATED</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>/data/</Value>
<Name>STASH_STASH</Name>
<Mode></Mode>
</Variable>
</Environment>
<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="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>
<Date>1586199413</Date>
<Description>Stash is a Go app which organizes and serves your NSFW adult media content.&#13;
&#13;
data: where your media collection is&#13;
config: where the config file and the stash database file will be stored&#13;
metadata: the main metadata folder, used for import/export functions&#13;
cache: a folder to use as cache&#13;
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 cahce, this choice is up to you.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/CorneliousJDsRepository/stash.xml</templatePath>
</Container>