mirror of
https://github.com/linuxserver/templates.git
synced 2026-02-19 16:17:49 +08:00
193 lines
6.4 KiB
XML
Executable File
193 lines
6.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-nginx/blob/master/readme-vars.yml -->
|
|
<Container version="2">
|
|
<Name>nginx</Name>
|
|
<Repository>lscr.io/linuxserver/nginx</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/nginx</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-nginx/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<GitHub>https://github.com/linuxserver/docker-nginx#application-setup</GitHub>
|
|
<ReadMe>https://github.com/linuxserver/docker-nginx#readme</ReadMe>
|
|
<Project>https://nginx.org/</Project>
|
|
<Overview>Nginx(https://nginx.org/) is a simple webserver with php support. The config files reside in `/config` for easy user customization.</Overview>
|
|
<WebUI>http://[IP]:[PORT:80]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/nginx.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nginx-logo.png</Icon>
|
|
<Date>2025-07-13</Date>
|
|
<Changes>
|
|
### 2025-07-13
|
|
- Fixed auto-reload functionality.
|
|
|
|
### 2025-06-16
|
|
- Rebase to Alpine 3.22 with PHP 8.4. Add Auto Reload(https://github.com/linuxserver/docker-mods/tree/swag-auto-reload) functionality. Drop PHP bindings for mcrypt as it is no longer maintained.
|
|
|
|
### 2024-12-17
|
|
- Rebase to Alpine 3.21.
|
|
|
|
### 2024-05-31
|
|
- Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
|
|
|
|
### 2024-03-05
|
|
- Rebase to Alpine 3.19 with php 8.3.
|
|
|
|
### 2023-05-25
|
|
- Rebase to Alpine 3.18, deprecate armhf.
|
|
|
|
### 2023-01-16
|
|
- Remove nchan module because it keeps causing crashes.
|
|
|
|
### 2022-12-22
|
|
- Rebase to Alpine 3.17 with PHP 8.1, migrate to s6v3.
|
|
|
|
### 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)).
|
|
|
|
### 2022-05-22
|
|
- Install nginx version from 3.14.
|
|
|
|
### 2021-07-01
|
|
- Rebasing to alpine 3.14.
|
|
|
|
### 2021-06-24
|
|
- Update default nginx conf folder.
|
|
|
|
### 2021-04-12
|
|
- Add php7-gmp and php7-pecl-mailparse.
|
|
|
|
### 2021-02-13
|
|
- Remove php7-pecl-imagick (it now installs the full imagemagick with too much crud). Users can install it via this docker mod(https://github.com/linuxserver/docker-mods/tree/swag-imagemagick).
|
|
|
|
### 2021-02-09
|
|
- Rebasing to alpine 3.13. Add nginx mods brotli and dav-ext. Remove nginx mods lua and lua-upstream (due to regression over the last couple of years).
|
|
|
|
### 2020-09-08
|
|
- Add php7-xsl.
|
|
|
|
### 2020-06-01
|
|
- Rebasing to alpine 3.12.
|
|
|
|
### 2020-04-18
|
|
- Fix unwanted shutdown of the container.
|
|
|
|
### 2020-03-11
|
|
- Add php7-sodium.
|
|
|
|
### 2020-02-18
|
|
- Add geoip2, suppress lua warning.
|
|
|
|
### 2019-12-19
|
|
- Rebasing to alpine 3.11.
|
|
|
|
### 2019-12-18
|
|
- Add php7-imap and php7-pecl-apcu.
|
|
|
|
### 2019-11-13
|
|
- Add php7-pdo_odbc.
|
|
|
|
### 2019-10-24
|
|
- Add php7-pecl-imagick.
|
|
|
|
### 2019-08-06
|
|
- Add php7-bcmath, ph7-pear, php7-xmlrpc and php7-ftp.
|
|
|
|
### 2019-08-02
|
|
- Add php7-ldap.
|
|
|
|
### 2019-06-28
|
|
- Rebasing to alpine 3.10.
|
|
|
|
### 2019-05-08
|
|
- Remove default.conf when nginx is upgraded in downstream image.
|
|
|
|
### 2019-04-30
|
|
- Add php-redis.
|
|
|
|
### 2019-03-23
|
|
- Switching to new Base images, shift to arm32v7 tag.
|
|
|
|
### 2019-03-02
|
|
- Add php intl and posix modules.
|
|
|
|
### 2019-02-28
|
|
- Add php7-opcache, remove memcached service due to issues on aarch64 (let us know if you need to enable it).
|
|
|
|
### 2019-02-22
|
|
- Rebasing to alpine 3.9.
|
|
|
|
### 2018-11-18
|
|
- Attempt to upgrade packages during build.
|
|
|
|
### 2018-09-28
|
|
- Multi-arch image.
|
|
|
|
### 2018-08-17
|
|
- Rebase to alpine 3.8, inherit nginx.conf from nginx baseimage.
|
|
|
|
### 2018-05-11
|
|
- Add php pgsql support.
|
|
|
|
### 2018-04-19
|
|
- Bind memcached to localhost only, add php7-sqlite3.
|
|
|
|
### 2018-01-05
|
|
- Rebase to alpine 3.7.
|
|
|
|
### 2017-11-08
|
|
- Add php7 soap module.
|
|
|
|
### 2017-10-31
|
|
- Add php7 exif and xmlreader modules.
|
|
|
|
### 2017-09-30
|
|
- Copy additional root files into image.
|
|
|
|
### 2017-09-24
|
|
- Add memcached service.
|
|
|
|
### 2017-08-31
|
|
- Add php7-phar.
|
|
|
|
### 2017-07-14
|
|
- Enable modules dynamically in nginx.conf.
|
|
|
|
### 2017-06-22
|
|
- Add various nginx modules and enable all modules in the default nginx.conf.
|
|
|
|
### 2017-06-05
|
|
- Add php7-bz2.
|
|
|
|
### 2017-05-25
|
|
- Rebase to alpine 3.6.
|
|
|
|
### 2017-04-18
|
|
- Add php7-sockets.
|
|
|
|
### 2017-02-27
|
|
- Rebase to alpine 3.5, update to nginx 1.10.2 and php7.
|
|
|
|
### 2016-10-14
|
|
- Add version layer information.
|
|
|
|
### 2016-09-10
|
|
- Add badges to README.
|
|
|
|
### 2015-12-05
|
|
- Intial Release.
|
|
|
|
</Changes>
|
|
<Config Name="WebUI" Target="80" Default="80" Mode="tcp" Description="http" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Port: 443" Target="443" Default="443" Mode="tcp" Description="https" 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="NGINX_AUTORELOAD" Target="NGINX_AUTORELOAD" Default="" Description="Set to `true` to enable automatic reloading of confs on change without stopping/restarting nginx. Your filesystem must support inotify. This functionality was previously offered via mod(https://github.com/linuxserver/docker-mods/tree/swag-auto-reload)." Type="Variable" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="NGINX_AUTORELOAD_WATCHLIST" Target="NGINX_AUTORELOAD_WATCHLIST" Default="" Description="A pipe(https://en.wikipedia.org/wiki/Vertical_bar)-separated list of additional folders for auto reload to watch in addition to `/config/nginx`" Type="Variable" Display="always" Required="false" 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>
|