mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-03-13 21:55:15 +09:00
Compare commits
25 Commits
5.1.0-ls41
...
5.2.2-ls42
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1674ff4509 | ||
|
|
5491278c13 | ||
|
|
e834e13141 | ||
|
|
7f080d8564 | ||
|
|
bb730cbc72 | ||
|
|
6b609ad159 | ||
|
|
f7a31bb18e | ||
|
|
01a5c0123e | ||
|
|
012b4ac68f | ||
|
|
8961b7e923 | ||
|
|
1e3524f927 | ||
|
|
a2f969a62e | ||
|
|
caaaccb0b3 | ||
|
|
ae11ca79a0 | ||
|
|
9d7c0d6239 | ||
|
|
eb151ebd19 | ||
|
|
4076c6b012 | ||
|
|
8437debed5 | ||
|
|
0f177af593 | ||
|
|
23dd0531f1 | ||
|
|
0e19ad9d0f | ||
|
|
f491b59335 | ||
|
|
d602e9bccf | ||
|
|
284a8c66f9 | ||
|
|
a5f1da0bcf |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -906,6 +906,8 @@ pipeline {
|
|||||||
-e WEB_PATH=\"${CI_WEBPATH}\" \
|
-e WEB_PATH=\"${CI_WEBPATH}\" \
|
||||||
-e NODE_NAME=\"${NODE_NAME}\" \
|
-e NODE_NAME=\"${NODE_NAME}\" \
|
||||||
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
|
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
|
||||||
|
-e COMMIT_SHA=\"${COMMIT_SHA}\" \
|
||||||
|
-e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
|
||||||
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
|
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
|
||||||
python3 test_build.py'''
|
python3 test_build.py'''
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -433,6 +433,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **04.11.25:** - Switch default Gandi credentials from API Key to Token, allow DNS propagation time for Azure DNS plugin.
|
||||||
* **18.07.25:** - Rebase to Alpine 3.22 with PHP 8.4. Add QUIC support. Drop PHP bindings for mcrypt as it is no longer maintained.
|
* **18.07.25:** - Rebase to Alpine 3.22 with PHP 8.4. Add QUIC support. Drop PHP bindings for mcrypt as it is no longer maintained.
|
||||||
* **05.05.25:** - Disable Certbot's built in log rotation.
|
* **05.05.25:** - Disable Certbot's built in log rotation.
|
||||||
* **19.01.25:** - Add [Auto Reload](https://github.com/linuxserver/docker-mods/tree/swag-auto-reload) functionality to SWAG.
|
* **19.01.25:** - Add [Auto Reload](https://github.com/linuxserver/docker-mods/tree/swag-auto-reload) functionality to SWAG.
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
NAME VERSION TYPE
|
NAME VERSION TYPE
|
||||||
Simple Launcher 1.1.0.14 binary (+5 duplicates)
|
Simple Launcher 1.1.0.14 binary (+5 duplicates)
|
||||||
acl-libs 2.3.2-r1 apk
|
acl-libs 2.3.2-r1 apk
|
||||||
acme 5.1.0 python
|
acme 5.2.2 python
|
||||||
alpine-baselayout 3.7.0-r0 apk
|
alpine-baselayout 3.7.0-r0 apk
|
||||||
alpine-baselayout-data 3.7.0-r0 apk
|
alpine-baselayout-data 3.7.0-r0 apk
|
||||||
alpine-keys 2.5-r0 apk
|
alpine-keys 2.5-r0 apk
|
||||||
alpine-release 3.22.2-r0 apk
|
alpine-release 3.22.2-r0 apk
|
||||||
aom-libs 3.12.1-r0 apk
|
aom-libs 3.12.1-r0 apk
|
||||||
apache2-utils 2.4.65-r0 apk
|
apache2-utils 2.4.66-r0 apk
|
||||||
apk-tools 2.14.9-r3 apk
|
apk-tools 2.14.9-r3 apk
|
||||||
apr 1.7.5-r0 apk
|
apr 1.7.5-r0 apk
|
||||||
apr-util 1.6.3-r1 apk
|
apr-util 1.6.3-r1 apk
|
||||||
@@ -15,70 +15,69 @@ argon2-libs 20190702-r5 apk
|
|||||||
attrs 25.4.0 python
|
attrs 25.4.0 python
|
||||||
autocommand 2.2.2 python
|
autocommand 2.2.2 python
|
||||||
azure-common 1.1.28 python
|
azure-common 1.1.28 python
|
||||||
azure-core 1.36.0 python
|
azure-core 1.37.0 python
|
||||||
azure-identity 1.25.1 python
|
azure-identity 1.25.1 python
|
||||||
azure-mgmt-core 1.6.0 python
|
azure-mgmt-core 1.6.0 python
|
||||||
azure-mgmt-dns 9.0.0 python
|
azure-mgmt-dns 9.0.0 python
|
||||||
backports-tarfile 1.2.0 python
|
backports-tarfile 1.2.0 python
|
||||||
bash 5.2.37-r0 apk
|
bash 5.2.37-r0 apk
|
||||||
beautifulsoup4 4.14.2 python
|
beautifulsoup4 4.14.3 python
|
||||||
boto3 1.40.64 python
|
boto3 1.42.25 python
|
||||||
botocore 1.40.64 python
|
botocore 1.42.25 python
|
||||||
brotli-libs 1.1.0-r2 apk
|
brotli-libs 1.1.0-r2 apk
|
||||||
bs4 0.0.2 python
|
bs4 0.0.2 python
|
||||||
busybox 1.37.0-r19 apk
|
busybox 1.37.0-r20 apk
|
||||||
busybox-binsh 1.37.0-r19 apk
|
busybox-binsh 1.37.0-r20 apk
|
||||||
c-ares 1.34.5-r0 apk
|
c-ares 1.34.6-r0 apk
|
||||||
c-client 2007f-r15 apk
|
c-client 2007f-r15 apk
|
||||||
ca-certificates 20250911-r0 apk
|
ca-certificates 20250911-r0 apk
|
||||||
ca-certificates-bundle 20250911-r0 apk
|
ca-certificates-bundle 20250911-r0 apk
|
||||||
cachetools 6.2.1 python
|
|
||||||
catatonit 0.2.1-r0 apk
|
catatonit 0.2.1-r0 apk
|
||||||
certbot 5.1.0 python
|
certbot 5.2.2 python
|
||||||
certbot-dns-acmedns 0.1.0 python
|
certbot-dns-acmedns 0.1.0 python
|
||||||
certbot-dns-aliyun 2.0.0 python
|
certbot-dns-aliyun 2.0.0 python
|
||||||
certbot-dns-azure 1.5.0 python
|
certbot-dns-azure 1.5.0 python
|
||||||
certbot-dns-bunny 3.0.0 python
|
certbot-dns-bunny 3.0.0 python
|
||||||
certbot-dns-cloudflare 5.1.0 python
|
certbot-dns-cloudflare 5.2.2 python
|
||||||
certbot-dns-cpanel 0.4.0 python
|
certbot-dns-cpanel 0.4.0 python
|
||||||
certbot-dns-desec 1.3.2 python
|
certbot-dns-desec 1.3.2 python
|
||||||
certbot-dns-digitalocean 5.1.0 python
|
certbot-dns-digitalocean 5.2.2 python
|
||||||
certbot-dns-directadmin 1.0.15 python
|
certbot-dns-directadmin 1.0.15 python
|
||||||
certbot-dns-dnsimple 5.1.0 python
|
certbot-dns-dnsimple 5.2.2 python
|
||||||
certbot-dns-dnsmadeeasy 5.1.0 python
|
certbot-dns-dnsmadeeasy 5.2.2 python
|
||||||
certbot-dns-dnspod 0.1.0 python
|
certbot-dns-dnspod 0.1.0 python
|
||||||
certbot-dns-do 0.31.0 python
|
certbot-dns-do 0.31.0 python
|
||||||
certbot-dns-domeneshop 0.2.9 python
|
certbot-dns-domeneshop 0.2.9 python
|
||||||
certbot-dns-dreamhost 1.0 python
|
certbot-dns-dreamhost 1.0 python
|
||||||
certbot-dns-duckdns 1.7.0 python
|
certbot-dns-duckdns 1.7.1 python
|
||||||
certbot-dns-dynudns 0.0.6 python
|
certbot-dns-dynudns 0.0.6 python
|
||||||
certbot-dns-freedns 0.2.0 python
|
certbot-dns-freedns 0.2.0 python
|
||||||
certbot-dns-gehirn 5.1.0 python
|
certbot-dns-gehirn 5.2.2 python
|
||||||
certbot-dns-glesys 2.1.0 python
|
certbot-dns-glesys 2.1.0 python
|
||||||
certbot-dns-godaddy 2.8.0 python
|
certbot-dns-godaddy 2.8.0 python
|
||||||
certbot-dns-google 5.1.0 python
|
certbot-dns-google 5.2.2 python
|
||||||
certbot-dns-he 1.0.0 python
|
certbot-dns-he 1.0.0 python
|
||||||
certbot-dns-hetzner 2.0.1 python
|
certbot-dns-hetzner 2.0.1 python
|
||||||
certbot-dns-infomaniak 0.2.4 python
|
certbot-dns-infomaniak 0.2.4 python
|
||||||
certbot-dns-inwx 3.0.3 python
|
certbot-dns-inwx 3.0.3 python
|
||||||
certbot-dns-ionos 2024.11.9 python
|
certbot-dns-ionos 2024.11.9 python
|
||||||
certbot-dns-linode 5.1.0 python
|
certbot-dns-linode 5.2.2 python
|
||||||
certbot-dns-loopia 1.0.1 python
|
certbot-dns-loopia 1.0.1 python
|
||||||
certbot-dns-luadns 5.1.0 python
|
certbot-dns-luadns 5.2.2 python
|
||||||
certbot-dns-namecheap 1.0.0 python
|
certbot-dns-namecheap 1.0.0 python
|
||||||
certbot-dns-netcup 2.0.0 python
|
certbot-dns-netcup 2.0.0 python
|
||||||
certbot-dns-njalla 2.0.2 python
|
certbot-dns-njalla 2.0.2 python
|
||||||
certbot-dns-nsone 5.1.0 python
|
certbot-dns-nsone 5.2.2 python
|
||||||
certbot-dns-ovh 5.1.0 python
|
certbot-dns-ovh 5.2.2 python
|
||||||
certbot-dns-porkbun 0.11.0 python
|
certbot-dns-porkbun 0.11.0 python
|
||||||
certbot-dns-rfc2136 5.1.0 python
|
certbot-dns-rfc2136 5.2.2 python
|
||||||
certbot-dns-route53 5.1.0 python
|
certbot-dns-route53 5.2.2 python
|
||||||
certbot-dns-sakuracloud 5.1.0 python
|
certbot-dns-sakuracloud 5.2.2 python
|
||||||
certbot-dns-standalone 1.2.1 python
|
certbot-dns-standalone 1.2.1 python
|
||||||
certbot-dns-transip 0.5.2 python
|
certbot-dns-transip 0.5.2 python
|
||||||
certbot-dns-vultr 1.1.0 python
|
certbot-dns-vultr 1.1.0 python
|
||||||
certbot-plugin-gandi 1.5.0 python
|
certbot-plugin-gandi 1.5.0 python
|
||||||
certifi 2025.10.5 python
|
certifi 2026.1.4 python
|
||||||
cffi 2.0.0 python
|
cffi 2.0.0 python
|
||||||
charset-normalizer 3.4.4 python
|
charset-normalizer 3.4.4 python
|
||||||
cli UNKNOWN binary
|
cli UNKNOWN binary
|
||||||
@@ -86,7 +85,7 @@ cli-32 UNKNOWN binary
|
|||||||
cli-64 UNKNOWN binary
|
cli-64 UNKNOWN binary
|
||||||
cli-arm64 UNKNOWN binary
|
cli-arm64 UNKNOWN binary
|
||||||
cloudflare 2.19.4 python
|
cloudflare 2.19.4 python
|
||||||
composer 2.8.12 binary
|
composer 2.9.3 binary
|
||||||
configargparse 1.7.1 python
|
configargparse 1.7.1 python
|
||||||
configobj 5.0.9 python
|
configobj 5.0.9 python
|
||||||
coreutils 9.7-r1 apk
|
coreutils 9.7-r1 apk
|
||||||
@@ -96,14 +95,14 @@ coreutils-sha512sum 9.7-r1 apk
|
|||||||
cryptography 46.0.3 python
|
cryptography 46.0.3 python
|
||||||
curl 8.14.1-r2 apk
|
curl 8.14.1-r2 apk
|
||||||
distro 1.9.0 python
|
distro 1.9.0 python
|
||||||
dns-lexicon 3.21.1 python
|
dns-lexicon 3.23.2 python
|
||||||
dnslib 0.9.26 python
|
dnslib 0.9.26 python
|
||||||
dnspython 2.8.0 python
|
dnspython 2.8.0 python
|
||||||
domeneshop 0.4.4 python
|
domeneshop 0.4.4 python
|
||||||
fail2ban 1.1.0 python
|
fail2ban 1.1.0 python
|
||||||
fail2ban 1.1.0-r3 apk
|
fail2ban 1.1.0-r3 apk
|
||||||
fail2ban-pyc 1.1.0-r3 apk
|
fail2ban-pyc 1.1.0-r3 apk
|
||||||
filelock 3.20.0 python
|
filelock 3.20.3 python
|
||||||
findutils 4.10.0-r0 apk
|
findutils 4.10.0-r0 apk
|
||||||
fontconfig 2.15.0-r3 apk
|
fontconfig 2.15.0-r3 apk
|
||||||
freetype 2.13.3-r0 apk
|
freetype 2.13.3-r0 apk
|
||||||
@@ -113,23 +112,23 @@ git 2.49.1-r0 apk
|
|||||||
git-init-template 2.49.1-r0 apk
|
git-init-template 2.49.1-r0 apk
|
||||||
git-perl 2.49.1-r0 apk
|
git-perl 2.49.1-r0 apk
|
||||||
gmp 6.3.0-r3 apk
|
gmp 6.3.0-r3 apk
|
||||||
gnupg 2.4.7-r0 apk
|
gnupg 2.4.9-r0 apk
|
||||||
gnupg-dirmngr 2.4.7-r0 apk
|
gnupg-dirmngr 2.4.9-r0 apk
|
||||||
gnupg-gpgconf 2.4.7-r0 apk
|
gnupg-gpgconf 2.4.9-r0 apk
|
||||||
gnupg-keyboxd 2.4.7-r0 apk
|
gnupg-keyboxd 2.4.9-r0 apk
|
||||||
gnupg-utils 2.4.7-r0 apk
|
gnupg-utils 2.4.9-r0 apk
|
||||||
gnupg-wks-client 2.4.7-r0 apk
|
gnupg-wks-client 2.4.9-r0 apk
|
||||||
gnutls 3.8.8-r0 apk
|
gnutls 3.8.8-r0 apk
|
||||||
google-api-core 2.28.1 python
|
google-api-core 2.29.0 python
|
||||||
google-api-python-client 2.186.0 python
|
google-api-python-client 2.187.0 python
|
||||||
google-auth 2.42.1 python
|
google-auth 2.47.0 python
|
||||||
google-auth-httplib2 0.2.1 python
|
google-auth-httplib2 0.3.0 python
|
||||||
googleapis-common-protos 1.71.0 python
|
googleapis-common-protos 1.72.0 python
|
||||||
gpg 2.4.7-r0 apk
|
gpg 2.4.9-r0 apk
|
||||||
gpg-agent 2.4.7-r0 apk
|
gpg-agent 2.4.9-r0 apk
|
||||||
gpg-wks-server 2.4.7-r0 apk
|
gpg-wks-server 2.4.9-r0 apk
|
||||||
gpgsm 2.4.7-r0 apk
|
gpgsm 2.4.9-r0 apk
|
||||||
gpgv 2.4.7-r0 apk
|
gpgv 2.4.9-r0 apk
|
||||||
gui UNKNOWN binary
|
gui UNKNOWN binary
|
||||||
gui-32 UNKNOWN binary
|
gui-32 UNKNOWN binary
|
||||||
gui-64 UNKNOWN binary
|
gui-64 UNKNOWN binary
|
||||||
@@ -153,7 +152,7 @@ jaraco-text 3.12.1 python
|
|||||||
jinja2 3.1.6 python
|
jinja2 3.1.6 python
|
||||||
jmespath 1.0.1 python
|
jmespath 1.0.1 python
|
||||||
josepy 2.2.0 python
|
josepy 2.2.0 python
|
||||||
jq 1.8.0-r0 apk
|
jq 1.8.1-r0 apk
|
||||||
jsonlines 4.0.0 python
|
jsonlines 4.0.0 python
|
||||||
jsonpickle 4.1.1 python
|
jsonpickle 4.1.1 python
|
||||||
libapk2 2.14.9-r3 apk
|
libapk2 2.14.9-r3 apk
|
||||||
@@ -188,15 +187,15 @@ libmnl 1.0.5-r2 apk
|
|||||||
libncursesw 6.5_p20250503-r0 apk
|
libncursesw 6.5_p20250503-r0 apk
|
||||||
libnftnl 1.2.9-r0 apk
|
libnftnl 1.2.9-r0 apk
|
||||||
libpanelw 6.5_p20250503-r0 apk
|
libpanelw 6.5_p20250503-r0 apk
|
||||||
libpng 1.6.47-r0 apk
|
libpng 1.6.53-r0 apk
|
||||||
libpq 17.6-r0 apk
|
libpq 17.7-r0 apk
|
||||||
libproc2 4.0.4-r3 apk
|
libproc2 4.0.4-r3 apk
|
||||||
libpsl 0.21.5-r3 apk
|
libpsl 0.21.5-r3 apk
|
||||||
libsasl 2.1.28-r8 apk
|
libsasl 2.1.28-r8 apk
|
||||||
libseccomp 2.6.0-r0 apk
|
libseccomp 2.6.0-r0 apk
|
||||||
libsharpyuv 1.5.0-r0 apk
|
libsharpyuv 1.5.0-r0 apk
|
||||||
libsm 1.2.5-r0 apk
|
libsm 1.2.5-r0 apk
|
||||||
libsodium 1.0.20-r0 apk
|
libsodium 1.0.20-r1 apk
|
||||||
libssl3 3.5.4-r0 apk
|
libssl3 3.5.4-r0 apk
|
||||||
libstdc++ 14.2.0-r6 apk
|
libstdc++ 14.2.0-r6 apk
|
||||||
libtasn1 4.20.0-r0 apk
|
libtasn1 4.20.0-r0 apk
|
||||||
@@ -264,62 +263,62 @@ pcre2 10.46-r0 apk
|
|||||||
perl 5.40.3-r0 apk
|
perl 5.40.3-r0 apk
|
||||||
perl-error 0.17030-r0 apk
|
perl-error 0.17030-r0 apk
|
||||||
perl-git 2.49.1-r0 apk
|
perl-git 2.49.1-r0 apk
|
||||||
php84 8.4.14-r0 apk
|
php84 8.4.16-r0 apk
|
||||||
php84-bcmath 8.4.14-r0 apk
|
php84-bcmath 8.4.16-r0 apk
|
||||||
php84-bz2 8.4.14-r0 apk
|
php84-bz2 8.4.16-r0 apk
|
||||||
php84-common 8.4.14-r0 apk
|
php84-common 8.4.16-r0 apk
|
||||||
php84-ctype 8.4.14-r0 apk
|
php84-ctype 8.4.16-r0 apk
|
||||||
php84-curl 8.4.14-r0 apk
|
php84-curl 8.4.16-r0 apk
|
||||||
php84-dom 8.4.14-r0 apk
|
php84-dom 8.4.16-r0 apk
|
||||||
php84-exif 8.4.14-r0 apk
|
php84-exif 8.4.16-r0 apk
|
||||||
php84-fileinfo 8.4.14-r0 apk
|
php84-fileinfo 8.4.16-r0 apk
|
||||||
php84-fpm 8.4.14-r0 apk
|
php84-fpm 8.4.16-r0 apk
|
||||||
php84-ftp 8.4.14-r0 apk
|
php84-ftp 8.4.16-r0 apk
|
||||||
php84-gd 8.4.14-r0 apk
|
php84-gd 8.4.16-r0 apk
|
||||||
php84-gmp 8.4.14-r0 apk
|
php84-gmp 8.4.16-r0 apk
|
||||||
php84-iconv 8.4.14-r0 apk
|
php84-iconv 8.4.16-r0 apk
|
||||||
php84-intl 8.4.14-r0 apk
|
php84-intl 8.4.16-r0 apk
|
||||||
php84-ldap 8.4.14-r0 apk
|
php84-ldap 8.4.16-r0 apk
|
||||||
php84-mbstring 8.4.14-r0 apk
|
php84-mbstring 8.4.16-r0 apk
|
||||||
php84-mysqli 8.4.14-r0 apk
|
php84-mysqli 8.4.16-r0 apk
|
||||||
php84-mysqlnd 8.4.14-r0 apk
|
php84-mysqlnd 8.4.16-r0 apk
|
||||||
php84-opcache 8.4.14-r0 apk
|
php84-opcache 8.4.16-r0 apk
|
||||||
php84-openssl 8.4.14-r0 apk
|
php84-openssl 8.4.16-r0 apk
|
||||||
php84-pdo 8.4.14-r0 apk
|
php84-pdo 8.4.16-r0 apk
|
||||||
php84-pdo_mysql 8.4.14-r0 apk
|
php84-pdo_mysql 8.4.16-r0 apk
|
||||||
php84-pdo_odbc 8.4.14-r0 apk
|
php84-pdo_odbc 8.4.16-r0 apk
|
||||||
php84-pdo_pgsql 8.4.14-r0 apk
|
php84-pdo_pgsql 8.4.16-r0 apk
|
||||||
php84-pdo_sqlite 8.4.14-r0 apk
|
php84-pdo_sqlite 8.4.16-r0 apk
|
||||||
php84-pear 8.4.14-r0 apk
|
php84-pear 8.4.16-r0 apk
|
||||||
php84-pecl-apcu 5.1.27-r0 apk
|
php84-pecl-apcu 5.1.27-r0 apk
|
||||||
php84-pecl-igbinary 3.2.16-r1 apk
|
php84-pecl-igbinary 3.2.16-r1 apk
|
||||||
php84-pecl-imap 1.0.3-r0 apk
|
php84-pecl-imap 1.0.3-r0 apk
|
||||||
php84-pecl-memcached 3.3.0-r0 apk
|
php84-pecl-memcached 3.3.0-r0 apk
|
||||||
php84-pecl-msgpack 3.0.0-r0 apk
|
php84-pecl-msgpack 3.0.0-r0 apk
|
||||||
php84-pecl-redis 6.2.0-r0 apk
|
php84-pecl-redis 6.3.0-r0 apk
|
||||||
php84-pgsql 8.4.14-r0 apk
|
php84-pgsql 8.4.16-r0 apk
|
||||||
php84-phar 8.4.14-r0 apk
|
php84-phar 8.4.16-r0 apk
|
||||||
php84-posix 8.4.14-r0 apk
|
php84-posix 8.4.16-r0 apk
|
||||||
php84-session 8.4.14-r0 apk
|
php84-session 8.4.16-r0 apk
|
||||||
php84-simplexml 8.4.14-r0 apk
|
php84-simplexml 8.4.16-r0 apk
|
||||||
php84-soap 8.4.14-r0 apk
|
php84-soap 8.4.16-r0 apk
|
||||||
php84-sockets 8.4.14-r0 apk
|
php84-sockets 8.4.16-r0 apk
|
||||||
php84-sodium 8.4.14-r0 apk
|
php84-sodium 8.4.16-r0 apk
|
||||||
php84-sqlite3 8.4.14-r0 apk
|
php84-sqlite3 8.4.16-r0 apk
|
||||||
php84-tokenizer 8.4.14-r0 apk
|
php84-tokenizer 8.4.16-r0 apk
|
||||||
php84-xml 8.4.14-r0 apk
|
php84-xml 8.4.16-r0 apk
|
||||||
php84-xmlreader 8.4.14-r0 apk
|
php84-xmlreader 8.4.16-r0 apk
|
||||||
php84-xmlwriter 8.4.14-r0 apk
|
php84-xmlwriter 8.4.16-r0 apk
|
||||||
php84-xsl 8.4.14-r0 apk
|
php84-xsl 8.4.16-r0 apk
|
||||||
php84-zip 8.4.14-r0 apk
|
php84-zip 8.4.16-r0 apk
|
||||||
pinentry 1.3.1-r0 apk
|
pinentry 1.3.1-r0 apk
|
||||||
pip 25.3 python
|
pip 25.3 python
|
||||||
pkb-client 2.2.0 python
|
pkb-client 2.2.0 python
|
||||||
platformdirs 4.2.2 python
|
platformdirs 4.2.2 python
|
||||||
popt 1.19-r4 apk
|
popt 1.19-r4 apk
|
||||||
procps-ng 4.0.4-r3 apk
|
procps-ng 4.0.4-r3 apk
|
||||||
proto-plus 1.26.1 python
|
proto-plus 1.27.0 python
|
||||||
protobuf 6.33.0 python
|
protobuf 6.33.3 python
|
||||||
pyacmedns 0.4 python
|
pyacmedns 0.4 python
|
||||||
pyasn1 0.6.1 python
|
pyasn1 0.6.1 python
|
||||||
pyasn1-modules 0.4.2 python
|
pyasn1-modules 0.4.2 python
|
||||||
@@ -329,7 +328,7 @@ pyjwt 2.10.1 python
|
|||||||
pynamecheap 0.0.3 python
|
pynamecheap 0.0.3 python
|
||||||
pyopenssl 25.3.0 python
|
pyopenssl 25.3.0 python
|
||||||
pyotp 2.9.0 python
|
pyotp 2.9.0 python
|
||||||
pyparsing 3.2.5 python
|
pyparsing 3.3.1 python
|
||||||
pyrfc3339 2.1.0 python
|
pyrfc3339 2.1.0 python
|
||||||
python-dateutil 2.9.0.post0 python
|
python-dateutil 2.9.0.post0 python
|
||||||
python-digitalocean 1.17.0 python
|
python-digitalocean 1.17.0 python
|
||||||
@@ -343,30 +342,30 @@ requests 2.32.5 python
|
|||||||
requests-file 3.0.1 python
|
requests-file 3.0.1 python
|
||||||
requests-mock 1.12.1 python
|
requests-mock 1.12.1 python
|
||||||
rsa 4.9.1 python
|
rsa 4.9.1 python
|
||||||
s3transfer 0.14.0 python
|
s3transfer 0.16.0 python
|
||||||
scanelf 1.3.8-r1 apk
|
scanelf 1.3.8-r1 apk
|
||||||
setuptools 80.9.0 python
|
setuptools 80.9.0 python
|
||||||
shadow 4.17.3-r0 apk
|
shadow 4.17.3-r0 apk
|
||||||
six 1.17.0 python
|
six 1.17.0 python
|
||||||
skalibs-libs 2.14.4.0-r0 apk
|
skalibs-libs 2.14.4.0-r0 apk
|
||||||
soupsieve 2.8 python
|
soupsieve 2.8.1 python
|
||||||
sqlite-libs 3.49.2-r1 apk
|
sqlite-libs 3.49.2-r1 apk
|
||||||
ssl_client 1.37.0-r19 apk
|
ssl_client 1.37.0-r20 apk
|
||||||
tiff 4.7.1-r0 apk
|
tiff 4.7.1-r0 apk
|
||||||
tldextract 5.3.0 python
|
tldextract 5.3.1 python
|
||||||
tomli 2.0.1 python
|
tomli 2.0.1 python
|
||||||
typeguard 4.3.0 python
|
typeguard 4.3.0 python
|
||||||
typing-extensions 4.12.2 python
|
typing-extensions 4.12.2 python
|
||||||
typing-extensions 4.15.0 python
|
typing-extensions 4.15.0 python
|
||||||
tzdata 2025b-r0 apk
|
tzdata 2025c-r0 apk
|
||||||
unixodbc 2.3.12-r0 apk
|
unixodbc 2.3.12-r0 apk
|
||||||
uritemplate 4.2.0 python
|
uritemplate 4.2.0 python
|
||||||
urllib3 2.5.0 python
|
urllib3 2.6.3 python
|
||||||
utmps-libs 0.1.3.1-r0 apk
|
utmps-libs 0.1.3.1-r0 apk
|
||||||
wheel 0.45.1 python (+1 duplicate)
|
wheel 0.45.1 python (+1 duplicate)
|
||||||
whois 5.6.3-r0 apk
|
whois 5.6.3-r0 apk
|
||||||
xz-libs 5.8.1-r0 apk
|
xz-libs 5.8.1-r0 apk
|
||||||
zipp 3.19.2 python
|
zipp 3.19.2 python
|
||||||
zlib 1.3.1-r2 apk
|
zlib 1.3.1-r2 apk
|
||||||
zope-interface 8.0.1 python
|
zope-interface 8.2 python
|
||||||
zstd-libs 1.5.7-r0 apk
|
zstd-libs 1.5.7-r0 apk
|
||||||
|
|||||||
@@ -218,6 +218,7 @@ init_diagram: |
|
|||||||
"swag:latest" <- Base Images
|
"swag:latest" <- Base Images
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
|
- {date: "04.11.25:", desc: "Switch default Gandi credentials from API Key to Token, allow DNS propagation time for Azure DNS plugin."}
|
||||||
- {date: "18.07.25:", desc: "Rebase to Alpine 3.22 with PHP 8.4. Add QUIC support. Drop PHP bindings for mcrypt as it is no longer maintained."}
|
- {date: "18.07.25:", desc: "Rebase to Alpine 3.22 with PHP 8.4. Add QUIC support. Drop PHP bindings for mcrypt as it is no longer maintained."}
|
||||||
- {date: "05.05.25:", desc: "Disable Certbot's built in log rotation."}
|
- {date: "05.05.25:", desc: "Disable Certbot's built in log rotation."}
|
||||||
- {date: "19.01.25:", desc: "Add [Auto Reload](https://github.com/linuxserver/docker-mods/tree/swag-auto-reload) functionality to SWAG."}
|
- {date: "19.01.25:", desc: "Add [Auto Reload](https://github.com/linuxserver/docker-mods/tree/swag-auto-reload) functionality to SWAG."}
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
# Instructions: https://github.com/obynio/certbot-plugin-gandi#usage
|
# Instructions: https://github.com/obynio/certbot-plugin-gandi#usage
|
||||||
# Replace with your value
|
# Replace with your Gandi Live DNS v5 Personal Access Token
|
||||||
# live dns v5 api key
|
dns_gandi_token=TOKEN
|
||||||
dns_gandi_api_key=APIKEY
|
|
||||||
|
|
||||||
# optional organization id, remove it if not used
|
# optional organization id, remove it if not used
|
||||||
#dns_gandi_sharing_id=SHARINGID
|
#dns_gandi_sharing_id=SHARINGID
|
||||||
|
|||||||
@@ -303,7 +303,7 @@ if [[ "${VALIDATION}" = "dns" ]]; then
|
|||||||
sed -i "/^dns-${DNSPLUGIN}-credentials\b/d" /config/etc/letsencrypt/cli.ini
|
sed -i "/^dns-${DNSPLUGIN}-credentials\b/d" /config/etc/letsencrypt/cli.ini
|
||||||
fi
|
fi
|
||||||
# plugins that don't support setting propagation
|
# plugins that don't support setting propagation
|
||||||
if [[ "${DNSPLUGIN}" =~ ^(azure|gandi|route53|standalone)$ ]]; then
|
if [[ "${DNSPLUGIN}" =~ ^(gandi|route53|standalone)$ ]]; then
|
||||||
if [[ -n "${PROPAGATION}" ]]; then echo "${DNSPLUGIN} dns plugin does not support setting propagation time"; fi
|
if [[ -n "${PROPAGATION}" ]]; then echo "${DNSPLUGIN} dns plugin does not support setting propagation time"; fi
|
||||||
sed -i "/^dns-${DNSPLUGIN}-propagation-seconds\b/d" /config/etc/letsencrypt/cli.ini
|
sed -i "/^dns-${DNSPLUGIN}-propagation-seconds\b/d" /config/etc/letsencrypt/cli.ini
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user