AppFeed/templates/shrmnsRepository/shrmn/gsdock.xml
Squidly271 b3878cd225 Redo
2020-12-03 07:42:32 -05:00

103 lines
5.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>gsdock</Name>
<Repository>shrmn/gsdock</Repository>
<Registry>https://hub.docker.com/r/shrmn/gsdock/</Registry>
<Network>host</Network>
<Privileged>false</Privileged>
<Support>https://github.com/shrmnk/gsdock/issues</Support>
<Overview>GoodSync Connect Server&#13;
&#13;
Runs the GoodSync Connect Linux server to store your backups. Valid GoodSync Connect account required.&#13;
&#13;
The WebUI credentials are the same as your GoodSync Connect account credentials that you set as GS_USER and GS_PWD</Overview>
<WebUI>http://[IP]:[PORT:11000]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/shrmnk/docker-templates/master/shrmn/gsdock.xml</TemplateURL>
<Icon>https://lh5.ggpht.com/wKQx6--IZ50yitxPX24gbsO2rrehdaGNw9J4rHceHlwNPFrNY7CfCO3UDQub7GrsQr4=w300</Icon>
<PostArgs></PostArgs>
<Networking>
<Mode>host</Mode>
<Publish>
<Port>
<HostPort>33333</HostPort>
<ContainerPort>33333</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>33338</HostPort>
<ContainerPort>33338</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>33339</HostPort>
<ContainerPort>33339</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>11000</HostPort>
<ContainerPort>11000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user</HostDir>
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/gsdock</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value></Value>
<Name>GS_USER</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>GS_PWD</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>unraid</Value>
<Name>GS_ID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="GS_USER" Target="GS_USER" Default="" Mode="" Description="GoodSync Connect Username" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="GS_PWD" Target="GS_PWD" Default="" Mode="" Description="GoodSync Connect Password" Type="Variable" Display="always" Required="true" Mask="true"></Config>
<Config Name="GS_ID" Target="GS_ID" Default="unraid" Mode="" Description="(optional) GS Server Name. Will be container ID if blank." Type="Variable" Display="always" Required="false" Mask="false">unraid</Config>
<Config Name="GoodSync Connect Backups Data Path" Target="/data" Default="/mnt/user" Mode="rw" Description="Holds backup data. Should place this outside of appdata, in a dedicated backups share" Type="Path" Display="always" Required="true" Mask="false">/mnt/user</Config>
<Config Name="GS Server Configuration Folder" Target="/config" Default="/mnt/user/appdata/gsdock" Mode="rw" Description="Holds settings.tix and users.tix config files" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/gsdock</Config>
<Config Name="GSTP Port" Target="33333" Default="33333" Mode="tcp" Description="For Goodsync Connect protocol" Type="Port" Display="advanced" Required="true" Mask="false">33333</Config>
<Config Name="GoodSync Broadcast 1" Target="33338" Default="33338" Mode="udp" Description="GoodSync Broadcast 1" Type="Port" Display="advanced" Required="true" Mask="false">33338</Config>
<Config Name="GoodSync Broadcast 2" Target="33339" Default="33339" Mode="udp" Description="GoodSync Broadcast 2" Type="Port" Display="advanced" Required="true" Mask="false">33339</Config>
<Config Name="WebUI Port" Target="11000" Default="11000" Mode="tcp" Description="WebUI Configuration can be accessed through this port. Credentials are same as GS Connect credentials." Type="Port" Display="advanced" Required="true" Mask="false">11000</Config>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="UID for permissions. Do not change unless you know what you're doing." Type="Variable" Display="advanced-hide" Required="true" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="GID for permissions. Do not change unless you know what you're doing." Type="Variable" Display="advanced-hide" Required="true" Mask="false">100</Config>
<Beta>true</Beta>
<Date>1538765446</Date>
<Category>Backup: Status:Beta</Category>
<Description>GoodSync Connect Server&#13;
&#13;
Runs the GoodSync Connect Linux server to store your backups. Valid GoodSync Connect account required.&#13;
&#13;
The WebUI credentials are the same as your GoodSync Connect account credentials that you set as GS_USER and GS_PWD</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/shrmnsRepository/shrmn/gsdock.xml</templatePath>
</Container>