docker-templates-unraid/templates/psitransfer.xml
2024-03-24 18:06:14 +03:00

25 lines
No EOL
1.6 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>psitransfer</Name>
<Repository>psitrax/psitransfer:latest</Repository>
<Registry>https://hub.docker.com/r/psitrax/psitransfer/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://github.com/psi-4ward/psitransfer</Project>
<Overview>Simple open source self-hosted file sharing solution.&#xD;
To access Admin Page add /admin at the end of the URL&#xD;
&#xD;
Run &#xD;
chown -R 1000 /mnt/user/appdata/psitransfer/&#xD;
After install in Unraid CLI</Overview>
<Category>Cloud:</Category>
<WebUI>http://[IP]:[PORT:3000]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/psitransfer.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/psitransfer.png</Icon>
<Description>Simple open source self-hosted file sharing solution.</Description>
<Config Name="Port" Target="3000" Default="3000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">3000</Config>
<Config Name="Admin Password" Target="PSITRANSFER_ADMIN_PASS" Default="secret" Mode="" Description="Admin Password" Type="Variable" Display="always" Required="false" Mask="false">secret</Config>
<Config Name="Data" Target="/data" Default="/mnt/user/appdata/psitransfer/" Mode="rw" Description="Data" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/psitransfer/</Config>
</Container>