droppy.xml
This commit is contained in:
parent
a0467c9518
commit
38354a7812
2 changed files with 64 additions and 0 deletions
64
templates/droppy.xml
Normal file
64
templates/droppy.xml
Normal file
|
@ -0,0 +1,64 @@
|
|||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>droppy</Name>
|
||||
<Repository>silverwind/droppy:latest</Repository>
|
||||
<Registry>https://hub.docker.com/r/silverwind/droppy/</Registry>
|
||||
<Network>bridge</Network>
|
||||
<MyIP/>
|
||||
<Shell>sh</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
||||
<Project>https://hub.docker.com/r/silverwind/droppy/</Project>
|
||||
<Overview>Self-hosted file storage server with a web interface and capabilities to edit files and view media directly in the browser. </Overview>
|
||||
<Category>Cloud:</Category>
|
||||
<WebUI>http://[IP]:[PORT:8989]</WebUI>
|
||||
<TemplateURL/>
|
||||
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/droppy.png</Icon>
|
||||
<ExtraParams/>
|
||||
<PostArgs/>
|
||||
<CPUset/>
|
||||
<DateInstalled>1584096557</DateInstalled>
|
||||
<DonateText/>
|
||||
<DonateLink/>
|
||||
<Description>Self-hosted file storage server with a web interface and capabilities to edit files and view media directly in the browser. </Description>
|
||||
<Networking>
|
||||
<Mode>bridge</Mode>
|
||||
<Publish>
|
||||
<Port>
|
||||
<HostPort>8686</HostPort>
|
||||
<ContainerPort>8989</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
</Publish>
|
||||
</Networking>
|
||||
<Data>
|
||||
<Volume>
|
||||
<HostDir>/mnt/user/appdata/doppy/</HostDir>
|
||||
<ContainerDir>/config</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
<Volume>
|
||||
<HostDir>/mnt/user/droppy/</HostDir>
|
||||
<ContainerDir>/files</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
</Data>
|
||||
<Environment>
|
||||
<Variable>
|
||||
<Value>99</Value>
|
||||
<Name>PUID</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value>100</Value>
|
||||
<Name>PGID</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
</Environment>
|
||||
<Labels/>
|
||||
<Config Name="Port" Target="8989" Default="8686" Mode="tcp" Description="Container Port: 8989" Type="Port" Display="always" Required="false" Mask="false">8686</Config>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/doppy/</Config>
|
||||
<Config Name="Files" Target="/files" Default="" Mode="rw" Description="Container Path: /files" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/droppy/</Config>
|
||||
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
|
||||
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="Container Path: PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
|
||||
</Container>
|
BIN
templates/icons/droppy.png
Normal file
BIN
templates/icons/droppy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
Loading…
Reference in a new issue