mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
Bot Updating Unraid Template
This commit is contained in:
parent
ff040b6df0
commit
c929e994bc
@ -1,5 +1,6 @@
|
||||
<?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>ghcr.io/linuxserver/projectsend</Repository>
|
||||
@ -11,15 +12,46 @@
|
||||
<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>
|
||||
<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>
|
||||
<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="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="true"/>
|
||||
<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"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user