-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfileflows-node-unraid-docker.xml
More file actions
24 lines (24 loc) · 2.19 KB
/
Copy pathfileflows-node-unraid-docker.xml
File metadata and controls
24 lines (24 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<Container version="2">
<Name>FileFlows Node</Name>
<Repository>revenz/fileflows:stable</Repository>
<Registry>https://hub.docker.com/r/revenz/fileflows/</Registry>
<Network>bridge</Network>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forum.fileflows.com</Support>
<Project>https://fileflows.com/</Project>
<Overview>Additinal processing node for FileFlows. See http://fileflows.com for more information</Overview>
<Category>Productivity</Category>
<ExtraParams>--restart unless-stopped</ExtraParams>
<PostArgs>--node</PostArgs>
<TemplateURL>https://raw.githubusercontent.com/revenz/FileFlowsUnraid/master/fileflows-node-unraid-docker.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/revenz/FileFlowsUnraid/master/icon.png?raw=true</Icon>
<DonateLink>https://www.patreon.com/revenz</DonateLink>
<Config Name="TimeZone" Target="TZ" Default="Pacific/Auckland" Mode="" Description="TimeZone for the container refer to https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a list of possible timezones" Type="Variable" Display="always" Required="true" Mask="false" />
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
<Config Name="ServerUrl" Target="ServerUrl" Default="http://tower:5000/" Mode="" Description="FileFlows Server URL" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="NodeName" Target="NodeName" Default="DockerNode" Mode="" Description="A unique name to identify this Node instance" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="Temp Directory" Target="/temp" Default="/mnt/cache/temp/fileflows-node" Mode="rw" Description="Where temporary files will be created during the file flow process Best to put this on a cache drive or a faster ssd/nvme" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/temp/fileflows-node</Config>
</Container>