mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
91 lines
3.4 KiB
XML
Executable File
91 lines
3.4 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-piwigo/blob/master/readme-vars.yml -->
|
|
<Container version="2">
|
|
<Name>piwigo</Name>
|
|
<Repository>lscr.io/linuxserver/piwigo</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/piwigo</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-piwigo/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<GitHub>https://github.com/linuxserver/docker-piwigo#application-setup</GitHub>
|
|
<Project>http://piwigo.org/</Project>
|
|
<Overview>Piwigo(http://piwigo.org/) is a photo gallery software for the web that comes with powerful features to publish and manage your collection of pictures.</Overview>
|
|
<WebUI>http://[IP]:[PORT:80]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/piwigo.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piwigo-logo.png</Icon>
|
|
<Date>2021-06-29</Date>
|
|
<Changes>
|
|
### 2021-06-29
|
|
- Rebase to 3.14, Add php7-zip package
|
|
|
|
### 2021-05-20
|
|
- Create separate volume for image data
|
|
|
|
### 2021-01-23
|
|
- Rebasing to alpine 3.13.
|
|
|
|
### 2020-12-12
|
|
- Increased upload_max_filesize in php.ini
|
|
|
|
### 2020-06-01
|
|
- Rebasing to alpine 3.12.
|
|
|
|
### 2019-12-19
|
|
- Rebasing to alpine 3.11.
|
|
|
|
### 2019-06-28
|
|
- Rebasing to alpine 3.10.
|
|
|
|
### 2019-06-12
|
|
- Add ffmpeg and other deps as needed by popular plugins.
|
|
|
|
### 2019-03-23
|
|
- Switching to new Base images, shift to arm32v7 tag.
|
|
|
|
### 2019-03-01
|
|
- Add php-ctype and php-curl.
|
|
|
|
### 2019-02-22
|
|
- Rebasing to alpine 3.9, add php-ldap.
|
|
|
|
### 2019-01-28
|
|
- Rebase to alpine linux 3.8 , add pipeline logic and multi arch.
|
|
|
|
### 2018-01-25
|
|
- Rebase to alpine linux 3.7.
|
|
|
|
### 2017-05-25
|
|
- Rebase to alpine linux 3.6.
|
|
|
|
### 2017-05-03
|
|
- Use repo pinning to better solve dependencies, use repo version of php7-imagick.
|
|
|
|
### 2017-04-20
|
|
- Add php7-exif package, thanks iiska
|
|
|
|
### 2017-02-23
|
|
- Rebase to alpine linux 3.5 and nginx.
|
|
|
|
### 2016-10-14
|
|
- Add version layer information.
|
|
|
|
### 2016-09-10
|
|
- Add layer badges to README.
|
|
|
|
### 2015-08-29
|
|
- Initial Release.
|
|
|
|
</Changes>
|
|
<Config Name="WebUI" Target="80" Default="80" Mode="tcp" Description="Application WebUI" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Configuration files." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="Path: /gallery" Target="/gallery" Default="" Mode="rw" Description="Image, plugin, and theme storage for Piwigo" Type="Path" 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>
|