mirror of
https://github.com/linuxserver/templates.git
synced 2026-02-19 16:17:49 +08:00
60 lines
3.2 KiB
XML
Executable File
60 lines
3.2 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
|
<!-- GENERATED FROM https://github.com/linuxserver/docker-projectsend/blob/master/readme-vars.yml -->
|
|
<Container version="2">
|
|
<Name>projectsend</Name>
|
|
<Repository>lscr.io/linuxserver/projectsend</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/projectsend</Registry>
|
|
<DonateText>Donations</DonateText>
|
|
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
|
|
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Support>https://github.com/linuxserver/docker-projectsend/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<GitHub>https://github.com/linuxserver/docker-projectsend#application-setup</GitHub>
|
|
<ReadMe>https://github.com/linuxserver/docker-projectsend#readme</ReadMe>
|
|
<Project>http://www.projectsend.org</Project>
|
|
<Overview>Projectsend(http://www.projectsend.org) 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>
|
|
<WebUI>http://[IP]:[PORT:80]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/projectsend.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/projectsend-logo.png</Icon>
|
|
<Date>2021-06-24</Date>
|
|
<Changes>
|
|
### 2021-06-24
|
|
- Rebasing to alpine 3.14, switch to nginx
|
|
|
|
### 2021-01-23
|
|
- Rebasing to alpine 3.13.
|
|
|
|
### 2020-06-01
|
|
- Rebasing to alpine 3.12.
|
|
|
|
### 2019-12-31
|
|
- Rebase to Alpine 3.11 and upgrade to PHP7.
|
|
|
|
### 2019-03-23
|
|
- Switching to new Base images, shift to arm32v7 tag.
|
|
|
|
### 2019-02-11
|
|
- Add pipeline logic and multi arch.
|
|
|
|
### 2017-06-11
|
|
- Fetch version from github.
|
|
|
|
### 2017-12-09
|
|
- Rebase to alpine 3.7.
|
|
|
|
### 2017-06-13
|
|
- Initial Release.
|
|
|
|
</Changes>
|
|
<Config Name="WebUI" Target="80" Default="80" Mode="tcp" Description="WebUI" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Where to store projectsend config files." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="Path: /data" Target="/data" Default="" Mode="rw" Description="Where to store files to share." Type="Path" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="MAX_UPLOAD" Target="MAX_UPLOAD" Default="5000" Description="To set maximum upload size (in MB), default if unset is 5000." Type="Variable" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
|
</Container>
|