mirror of
https://github.com/linuxserver/templates.git
synced 2026-02-19 16:17:49 +08:00
134 lines
4.6 KiB
XML
Executable File
134 lines
4.6 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>
|
|
<ReadMe>https://github.com/linuxserver/docker-piwigo#readme</ReadMe>
|
|
<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>2026-01-04</Date>
|
|
<Changes>
|
|
### 2026-01-04
|
|
- Rebase to Alpine 3.22, always update default theme on startup.
|
|
|
|
### 2025-08-05
|
|
- Revert to Alpine 3.21 due to incorrectly stated upstream support for PHP 8.4.
|
|
|
|
### 2025-07-27
|
|
- Rebase to Alpine 3.22.
|
|
|
|
### 2024-05-31
|
|
- Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
|
|
|
|
### 2024-04-07
|
|
- Increase php workers to fix Android uploading in bulk
|
|
|
|
### 2024-03-02
|
|
- Fix HEIC file format support.
|
|
|
|
### 2023-12-23
|
|
- Rebase to Alpine 3.19 with php 8.3.
|
|
|
|
### 2023-12-12
|
|
- Rebase to Alpine 3.18.
|
|
|
|
### 2023-06-03
|
|
- Revert to Alpine 3.17 due to compatibility issues with php 8.2.
|
|
|
|
### 2023-05-25
|
|
- Rebase to Alpine 3.18, deprecate armhf.
|
|
|
|
### 2023-01-20
|
|
- Rebase to alpine 3.17 with php8.1.
|
|
|
|
### 2023-01-16
|
|
- Fix broken custom template persistence.
|
|
|
|
### 2022-11-08
|
|
- Rebase to Alpine 3.16, migrate to s6v3. Move application install to /app/www/public, add migration for existing users. Container updates should now update the application correctly.
|
|
|
|
### 2022-08-20
|
|
- Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement(https://info.linuxserver.io/issues/2022-08-20-nginx-base)).
|
|
|
|
### 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="Persistent config files" Type="Path" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="Path: /gallery" Target="/gallery" Default="" Mode="rw" Description="Image 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>
|