mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-12 13:29:23 +08:00
Merge pull request #53 from linuxserver/projectsend
Create projectsend.xml
This commit is contained in:
commit
6cc088fcbf
65
linuxserver.io/projectsend.xml
Normal file
65
linuxserver.io/projectsend.xml
Normal file
@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Container>
|
||||
<Beta>False</Beta>
|
||||
<Category>Cloud: Productivity: Tools: Network:Other Status:Stable</Category>
|
||||
<Date>2017-06-13</Date>
|
||||
<Changes> [center][img width='300px' src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_small.png'][/center]
|
||||
|
||||
[center][font size=4] Change Log[/font][/center]
|
||||
[b]13.06.2017[/b] Initial Release</Changes>
|
||||
<Name>projectsend</Name>
|
||||
<Support></Support>
|
||||
<Description>ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!
|
||||
[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
|
||||
[b]/config[/b] : Mapping for config files [br]
|
||||
[b]/data[/b] : Where data is stored
|
||||
</Description>
|
||||
<Project>http://www.projectsend.org/</Project>
|
||||
<Overview>ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!
|
||||
</Overview>
|
||||
<Registry>https://hub.docker.com/r/linuxserver/projectsend/</Registry>
|
||||
<Repository>linuxserver/projectsend</Repository>
|
||||
<BindTime>true</BindTime>
|
||||
<Privileged>false</Privileged>
|
||||
<WebUI>http://[IP]:[PORT:80]/</WebUI>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/projectsend-logo.png</Icon>
|
||||
<ExtraParams/>
|
||||
<Networking>
|
||||
<Mode>bridge</Mode>
|
||||
<Publish>
|
||||
<Port>
|
||||
<HostPort></HostPort>
|
||||
<ContainerPort>80</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
</Publish>
|
||||
</Networking>
|
||||
<Data>
|
||||
<Volume>
|
||||
<HostDir></HostDir>
|
||||
<ContainerDir>/data</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
<Volume>
|
||||
<HostDir></HostDir>
|
||||
<ContainerDir>/config</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>
|
||||
<DonateText>Donations</DonateText>
|
||||
<DonateLink>https://www.linuxserver.io/donations/</DonateLink>
|
||||
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
||||
<BaseImage>lsiobase/alpine:3.6</BaseImage>
|
||||
</Container>
|
||||
Loading…
x
Reference in New Issue
Block a user