mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-04-20 19:21:52 +09:00
Compare commits
8 Commits
1.27.0-ls1
...
1.29.0-ls1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ed7c7ee28 | ||
|
|
1f42c02a4a | ||
|
|
37b5af4856 | ||
|
|
016dc18007 | ||
|
|
dd034ef3c1 | ||
|
|
0069f887a7 | ||
|
|
623e99c6ab | ||
|
|
996d3b26df |
@@ -101,6 +101,7 @@ RUN \
|
|||||||
pip3 install -U --find-links https://wheel-index.linuxserver.io/alpine/ \
|
pip3 install -U --find-links https://wheel-index.linuxserver.io/alpine/ \
|
||||||
${CERTBOT} \
|
${CERTBOT} \
|
||||||
certbot-dns-aliyun \
|
certbot-dns-aliyun \
|
||||||
|
certbot-dns-azure \
|
||||||
certbot-dns-cloudflare \
|
certbot-dns-cloudflare \
|
||||||
certbot-dns-cloudxns \
|
certbot-dns-cloudxns \
|
||||||
certbot-dns-cpanel \
|
certbot-dns-cpanel \
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ RUN \
|
|||||||
pip3 install -U --find-links https://wheel-index.linuxserver.io/alpine/ \
|
pip3 install -U --find-links https://wheel-index.linuxserver.io/alpine/ \
|
||||||
${CERTBOT} \
|
${CERTBOT} \
|
||||||
certbot-dns-aliyun \
|
certbot-dns-aliyun \
|
||||||
|
certbot-dns-azure \
|
||||||
certbot-dns-cloudflare \
|
certbot-dns-cloudflare \
|
||||||
certbot-dns-cloudxns \
|
certbot-dns-cloudxns \
|
||||||
certbot-dns-cpanel \
|
certbot-dns-cpanel \
|
||||||
|
|||||||
@@ -335,6 +335,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **18.05.22:** - Added support for Azure DNS validation.
|
||||||
* **09.04.22:** - Added certbot-dns-loopia for DNS01 validation.
|
* **09.04.22:** - Added certbot-dns-loopia for DNS01 validation.
|
||||||
* **05.04.22:** - Added support for standalone DNS validation.
|
* **05.04.22:** - Added support for standalone DNS validation.
|
||||||
* **28.03.22:** - created a logfile for fail2ban nginx-unauthorized in /etc/cont-init.d/50-config
|
* **28.03.22:** - created a logfile for fail2ban nginx-unauthorized in /etc/cont-init.d/50-config
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
alpine-baselayout-3.2.0-r16
|
alpine-baselayout-3.2.0-r16
|
||||||
alpine-keys-2.4-r0
|
alpine-keys-2.4-r0
|
||||||
apache2-utils-2.4.53-r0
|
apache2-utils-2.4.54-r0
|
||||||
apk-tools-2.12.7-r0
|
apk-tools-2.12.7-r0
|
||||||
apr-1.7.0-r0
|
apr-1.7.0-r1
|
||||||
apr-util-1.6.1-r7
|
apr-util-1.6.1-r7
|
||||||
argon2-libs-20190702-r1
|
argon2-libs-20190702-r1
|
||||||
bash-5.1.16-r0
|
bash-5.1.16-r0
|
||||||
@@ -12,16 +12,16 @@ c-client-2007f-r11
|
|||||||
ca-certificates-20211220-r0
|
ca-certificates-20211220-r0
|
||||||
ca-certificates-bundle-20211220-r0
|
ca-certificates-bundle-20211220-r0
|
||||||
coreutils-8.32-r2
|
coreutils-8.32-r2
|
||||||
curl-7.79.1-r1
|
curl-7.79.1-r2
|
||||||
expat-2.4.7-r0
|
expat-2.4.7-r0
|
||||||
fail2ban-0.11.2-r0
|
fail2ban-0.11.2-r0
|
||||||
freetype-2.10.4-r2
|
freetype-2.10.4-r3
|
||||||
gdbm-1.19-r0
|
gdbm-1.19-r0
|
||||||
git-2.32.1-r0
|
git-2.32.2-r0
|
||||||
git-perl-2.32.1-r0
|
git-perl-2.32.2-r0
|
||||||
glib-2.68.3-r0
|
glib-2.68.3-r0
|
||||||
gmp-6.2.1-r1
|
gmp-6.2.1-r1
|
||||||
gnupg-2.2.31-r0
|
gnupg-2.2.31-r1
|
||||||
gnutls-3.7.1-r0
|
gnutls-3.7.1-r0
|
||||||
icu-libs-67.1-r2
|
icu-libs-67.1-r2
|
||||||
ip6tables-1.8.7-r1
|
ip6tables-1.8.7-r1
|
||||||
@@ -34,8 +34,8 @@ libbsd-0.11.3-r0
|
|||||||
libbz2-1.0.8-r1
|
libbz2-1.0.8-r1
|
||||||
libc-utils-0.7.2-r3
|
libc-utils-0.7.2-r3
|
||||||
libcap-2.50-r0
|
libcap-2.50-r0
|
||||||
libcrypto1.1-1.1.1o-r0
|
libcrypto1.1-1.1.1q-r0
|
||||||
libcurl-7.79.1-r1
|
libcurl-7.79.1-r2
|
||||||
libedit-20210216.3.1-r0
|
libedit-20210216.3.1-r0
|
||||||
libevent-2.1.12-r2
|
libevent-2.1.12-r2
|
||||||
libffi-3.3-r2
|
libffi-3.3-r2
|
||||||
@@ -58,7 +58,7 @@ libmnl-1.0.4-r1
|
|||||||
libmount-2.37.4-r0
|
libmount-2.37.4-r0
|
||||||
libnftnl-libs-1.2.0-r0
|
libnftnl-libs-1.2.0-r0
|
||||||
libpng-1.6.37-r1
|
libpng-1.6.37-r1
|
||||||
libpq-13.6-r0
|
libpq-13.7-r0
|
||||||
libproc-3.3.17-r0
|
libproc-3.3.17-r0
|
||||||
libressl3.3-libcrypto-3.3.6-r0
|
libressl3.3-libcrypto-3.3.6-r0
|
||||||
libressl3.3-libssl-3.3.6-r0
|
libressl3.3-libssl-3.3.6-r0
|
||||||
@@ -68,7 +68,7 @@ libseccomp-2.5.1-r2
|
|||||||
libsecret-0.20.4-r1
|
libsecret-0.20.4-r1
|
||||||
libsm-1.2.3-r0
|
libsm-1.2.3-r0
|
||||||
libsodium-1.0.18-r0
|
libsodium-1.0.18-r0
|
||||||
libssl1.1-1.1.1o-r0
|
libssl1.1-1.1.1q-r0
|
||||||
libstdc++-10.3.1_git20210424-r2
|
libstdc++-10.3.1_git20210424-r2
|
||||||
libtasn1-4.17.0-r0
|
libtasn1-4.17.0-r0
|
||||||
libunistring-0.9.10-r1
|
libunistring-0.9.10-r1
|
||||||
@@ -85,7 +85,7 @@ libxslt-1.1.35-r0
|
|||||||
libxt-1.2.1-r0
|
libxt-1.2.1-r0
|
||||||
libzip-1.7.3-r2
|
libzip-1.7.3-r2
|
||||||
linux-pam-1.5.1-r1
|
linux-pam-1.5.1-r1
|
||||||
logrotate-3.18.1-r1
|
logrotate-3.18.1-r3
|
||||||
lz4-libs-1.9.3-r1
|
lz4-libs-1.9.3-r1
|
||||||
memcached-1.6.9-r0
|
memcached-1.6.9-r0
|
||||||
mpdecimal-2.5.1-r1
|
mpdecimal-2.5.1-r1
|
||||||
@@ -121,10 +121,10 @@ oniguruma-6.9.7.1-r0
|
|||||||
openssl-1.1.1o-r0
|
openssl-1.1.1o-r0
|
||||||
p11-kit-0.23.22-r0
|
p11-kit-0.23.22-r0
|
||||||
pcre-8.44-r0
|
pcre-8.44-r0
|
||||||
pcre2-10.36-r0
|
pcre2-10.36-r1
|
||||||
perl-5.32.1-r0
|
perl-5.32.1-r0
|
||||||
perl-error-0.17029-r1
|
perl-error-0.17029-r1
|
||||||
perl-git-2.32.1-r0
|
perl-git-2.32.2-r0
|
||||||
php7-7.4.26-r0
|
php7-7.4.26-r0
|
||||||
php7-bcmath-7.4.26-r0
|
php7-bcmath-7.4.26-r0
|
||||||
php7-bz2-7.4.26-r0
|
php7-bz2-7.4.26-r0
|
||||||
|
|||||||
@@ -155,6 +155,7 @@ app_setup_nginx_reverse_proxy_block: ""
|
|||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
|
- { date: "18.05.22:", desc: "Added support for Azure DNS validation." }
|
||||||
- { date: "09.04.22:", desc: "Added certbot-dns-loopia for DNS01 validation." }
|
- { date: "09.04.22:", desc: "Added certbot-dns-loopia for DNS01 validation." }
|
||||||
- { date: "05.04.22:", desc: "Added support for standalone DNS validation." }
|
- { date: "05.04.22:", desc: "Added support for standalone DNS validation." }
|
||||||
- { date: "28.03.22:", desc: "created a logfile for fail2ban nginx-unauthorized in /etc/cont-init.d/50-config" }
|
- { date: "28.03.22:", desc: "created a logfile for fail2ban nginx-unauthorized in /etc/cont-init.d/50-config" }
|
||||||
|
|||||||
Reference in New Issue
Block a user