mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-09-03 15:21:38 +09:00
Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 41730c3d83 | |||
| 671b9697be | |||
| 08592fdb75 | |||
| aa0d432ef2 | |||
| f86ef34abd | |||
| 478c1fa964 | |||
| 0b43278151 | |||
| 0150bc76d3 | |||
| 21237325ee | |||
| 9bd4e3771e | |||
| fb016e60ee | |||
| 415fbce955 | |||
| a2509cc44e | |||
| a393925f44 | |||
| 69afc4de58 |
+30
-32
@@ -1,6 +1,6 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.22
|
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.24
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
@@ -49,36 +49,34 @@ RUN \
|
|||||||
nginx-mod-stream \
|
nginx-mod-stream \
|
||||||
nginx-mod-stream-geoip2 \
|
nginx-mod-stream-geoip2 \
|
||||||
nginx-vim \
|
nginx-vim \
|
||||||
php84-bcmath \
|
php85-bcmath \
|
||||||
php84-bz2 \
|
php85-bz2 \
|
||||||
php84-dom \
|
php85-dom \
|
||||||
php84-exif \
|
php85-exif \
|
||||||
php84-ftp \
|
php85-ftp \
|
||||||
php84-gd \
|
php85-gd \
|
||||||
php84-gmp \
|
php85-gmp \
|
||||||
php84-imap \
|
php85-intl \
|
||||||
php84-intl \
|
php85-ldap \
|
||||||
php84-ldap \
|
php85-mysqli \
|
||||||
php84-mysqli \
|
php85-mysqlnd \
|
||||||
php84-mysqlnd \
|
php85-pdo_mysql \
|
||||||
php84-opcache \
|
php85-pdo_odbc \
|
||||||
php84-pdo_mysql \
|
php85-pdo_pgsql \
|
||||||
php84-pdo_odbc \
|
php85-pdo_sqlite \
|
||||||
php84-pdo_pgsql \
|
php85-pear \
|
||||||
php84-pdo_sqlite \
|
php85-pecl-apcu \
|
||||||
php84-pear \
|
php85-pecl-memcached \
|
||||||
php84-pecl-apcu \
|
php85-pecl-redis \
|
||||||
php84-pecl-memcached \
|
php85-pgsql \
|
||||||
php84-pecl-redis \
|
php85-posix \
|
||||||
php84-pgsql \
|
php85-soap \
|
||||||
php84-posix \
|
php85-sockets \
|
||||||
php84-soap \
|
php85-sodium \
|
||||||
php84-sockets \
|
php85-sqlite3 \
|
||||||
php84-sodium \
|
php85-tokenizer \
|
||||||
php84-sqlite3 \
|
php85-xmlreader \
|
||||||
php84-tokenizer \
|
php85-xsl \
|
||||||
php84-xmlreader \
|
|
||||||
php84-xsl \
|
|
||||||
whois && \
|
whois && \
|
||||||
echo "**** install certbot plugins ****" && \
|
echo "**** install certbot plugins ****" && \
|
||||||
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
||||||
@@ -88,7 +86,7 @@ RUN \
|
|||||||
pip install -U --no-cache-dir \
|
pip install -U --no-cache-dir \
|
||||||
pip \
|
pip \
|
||||||
wheel && \
|
wheel && \
|
||||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22/ \
|
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.24/ \
|
||||||
certbot==${CERTBOT_VERSION} \
|
certbot==${CERTBOT_VERSION} \
|
||||||
certbot-dns-acmedns \
|
certbot-dns-acmedns \
|
||||||
certbot-dns-aliyun \
|
certbot-dns-aliyun \
|
||||||
|
|||||||
+30
-32
@@ -1,6 +1,6 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.22
|
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.24
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
@@ -49,36 +49,34 @@ RUN \
|
|||||||
nginx-mod-stream \
|
nginx-mod-stream \
|
||||||
nginx-mod-stream-geoip2 \
|
nginx-mod-stream-geoip2 \
|
||||||
nginx-vim \
|
nginx-vim \
|
||||||
php84-bcmath \
|
php85-bcmath \
|
||||||
php84-bz2 \
|
php85-bz2 \
|
||||||
php84-dom \
|
php85-dom \
|
||||||
php84-exif \
|
php85-exif \
|
||||||
php84-ftp \
|
php85-ftp \
|
||||||
php84-gd \
|
php85-gd \
|
||||||
php84-gmp \
|
php85-gmp \
|
||||||
php84-imap \
|
php85-intl \
|
||||||
php84-intl \
|
php85-ldap \
|
||||||
php84-ldap \
|
php85-mysqli \
|
||||||
php84-mysqli \
|
php85-mysqlnd \
|
||||||
php84-mysqlnd \
|
php85-pdo_mysql \
|
||||||
php84-opcache \
|
php85-pdo_odbc \
|
||||||
php84-pdo_mysql \
|
php85-pdo_pgsql \
|
||||||
php84-pdo_odbc \
|
php85-pdo_sqlite \
|
||||||
php84-pdo_pgsql \
|
php85-pear \
|
||||||
php84-pdo_sqlite \
|
php85-pecl-apcu \
|
||||||
php84-pear \
|
php85-pecl-memcached \
|
||||||
php84-pecl-apcu \
|
php85-pecl-redis \
|
||||||
php84-pecl-memcached \
|
php85-pgsql \
|
||||||
php84-pecl-redis \
|
php85-posix \
|
||||||
php84-pgsql \
|
php85-soap \
|
||||||
php84-posix \
|
php85-sockets \
|
||||||
php84-soap \
|
php85-sodium \
|
||||||
php84-sockets \
|
php85-sqlite3 \
|
||||||
php84-sodium \
|
php85-tokenizer \
|
||||||
php84-sqlite3 \
|
php85-xmlreader \
|
||||||
php84-tokenizer \
|
php85-xsl \
|
||||||
php84-xmlreader \
|
|
||||||
php84-xsl \
|
|
||||||
whois && \
|
whois && \
|
||||||
echo "**** install certbot plugins ****" && \
|
echo "**** install certbot plugins ****" && \
|
||||||
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
||||||
@@ -88,7 +86,7 @@ RUN \
|
|||||||
pip install -U --no-cache-dir \
|
pip install -U --no-cache-dir \
|
||||||
pip \
|
pip \
|
||||||
wheel && \
|
wheel && \
|
||||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.22/ \
|
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.24/ \
|
||||||
certbot==${CERTBOT_VERSION} \
|
certbot==${CERTBOT_VERSION} \
|
||||||
certbot-dns-acmedns \
|
certbot-dns-acmedns \
|
||||||
certbot-dns-aliyun \
|
certbot-dns-aliyun \
|
||||||
|
|||||||
@@ -436,6 +436,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **19.07.26:** - Rebase to Alpine 3.24 with PHP 8.5.
|
||||||
* **10.07.26:** - Add support for Let's Encrypt cert profiles. Run certbot twice daily with a random delay.
|
* **10.07.26:** - Add support for Let's Encrypt cert profiles. Run certbot twice daily with a random delay.
|
||||||
* **19.06.26:** - Add support for mijn.host dns validation.
|
* **19.06.26:** - Add support for mijn.host dns validation.
|
||||||
* **01.06.26:** - Remove obsolete old cert check logic.
|
* **01.06.26:** - Remove obsolete old cert check logic.
|
||||||
|
|||||||
+382
-385
@@ -1,385 +1,382 @@
|
|||||||
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.7.0 python
|
acme 5.7.0 python
|
||||||
alpine-baselayout 3.7.0-r0 apk
|
alpine-baselayout 3.7.2-r1 apk
|
||||||
alpine-baselayout-data 3.7.0-r0 apk
|
alpine-baselayout-data 3.7.2-r1 apk
|
||||||
alpine-keys 2.5-r0 apk
|
alpine-keys 2.6-r0 apk
|
||||||
alpine-release 3.22.5-r0 apk
|
alpine-release 3.24.1-r0 apk
|
||||||
annotated-types 0.8.0 python
|
annotated-types 0.8.0 python
|
||||||
anyio 4.14.2 python
|
anyio 4.14.2 python
|
||||||
aom-libs 3.12.1-r0 apk
|
aom-libs 3.14.1-r0 apk
|
||||||
apache2-utils 2.4.68-r0 apk
|
apache2-utils 2.4.68-r0 apk
|
||||||
apk-tools 2.14.10-r0 apk
|
apk-tools 3.0.7-r0 apk
|
||||||
apr 1.7.5-r0 apk
|
apr 1.7.6-r0 apk
|
||||||
apr-util 1.6.4-r0 apk
|
apr-util 1.6.4-r0 apk
|
||||||
argon2-libs 20190702-r5 apk
|
argon2-libs 20190702-r5 apk
|
||||||
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.41.0 python
|
azure-core 1.41.0 python
|
||||||
azure-identity 1.25.3 python
|
azure-identity 1.25.3 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.3.9-r1 apk
|
||||||
beautifulsoup4 4.15.0 python
|
beautifulsoup4 4.15.0 python
|
||||||
boto3 1.43.72 python
|
boto3 1.43.78 python
|
||||||
botocore 1.43.72 python
|
botocore 1.43.78 python
|
||||||
brotli-libs 1.1.0-r2 apk
|
brotli-libs 1.2.0-r1 apk
|
||||||
bs4 0.0.2 python
|
bs4 0.0.2 python
|
||||||
busybox 1.37.0-r20 apk
|
busybox 1.37.0-r31 apk
|
||||||
busybox-binsh 1.37.0-r20 apk
|
busybox-binsh 1.37.0-r31 apk
|
||||||
c-ares 1.34.8-r0 apk
|
c-ares 1.34.8-r0 apk
|
||||||
c-client 2007f-r15 apk
|
ca-certificates 20260611-r0 apk
|
||||||
ca-certificates 20260611-r0 apk
|
ca-certificates-bundle 20260611-r0 apk
|
||||||
ca-certificates-bundle 20260611-r0 apk
|
catatonit 0.2.1-r0 apk
|
||||||
catatonit 0.2.1-r0 apk
|
certbot 5.7.0 python
|
||||||
certbot 5.7.0 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.7.0 python
|
||||||
certbot-dns-cloudflare 5.7.0 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.7.0 python
|
||||||
certbot-dns-digitalocean 5.7.0 python
|
certbot-dns-directadmin 1.0.15 python
|
||||||
certbot-dns-directadmin 1.0.15 python
|
certbot-dns-dnsimple 5.7.0 python
|
||||||
certbot-dns-dnsimple 5.7.0 python
|
certbot-dns-dnsmadeeasy 5.7.0 python
|
||||||
certbot-dns-dnsmadeeasy 5.7.0 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.9.0 python
|
||||||
certbot-dns-duckdns 1.9.0 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.7.0 python
|
||||||
certbot-dns-gehirn 5.7.0 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.7.0 python
|
||||||
certbot-dns-google 5.7.0 python
|
certbot-dns-he 1.0.0 python
|
||||||
certbot-dns-he 1.0.0 python
|
certbot-dns-hetzner 4.0.0 python
|
||||||
certbot-dns-hetzner 4.0.0 python
|
certbot-dns-hetzner-cloud 1.0.5 python
|
||||||
certbot-dns-hetzner-cloud 1.0.5 python
|
certbot-dns-infomaniak 0.3.2 python
|
||||||
certbot-dns-infomaniak 0.3.2 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.7.0 python
|
||||||
certbot-dns-linode 5.7.0 python
|
certbot-dns-loopia 1.0.1 python
|
||||||
certbot-dns-loopia 1.0.1 python
|
certbot-dns-luadns 5.7.0 python
|
||||||
certbot-dns-luadns 5.7.0 python
|
certbot-dns-mijn-host 0.0.9 python
|
||||||
certbot-dns-mijn-host 0.0.9 python
|
certbot-dns-namecheap 1.0.0 python
|
||||||
certbot-dns-namecheap 1.0.0 python
|
certbot-dns-netcup 2.0.3 python
|
||||||
certbot-dns-netcup 2.0.3 python
|
certbot-dns-njalla 2.0.2 python
|
||||||
certbot-dns-njalla 2.0.2 python
|
certbot-dns-nsone 5.7.0 python
|
||||||
certbot-dns-nsone 5.7.0 python
|
certbot-dns-ovh 5.7.0 python
|
||||||
certbot-dns-ovh 5.7.0 python
|
certbot-dns-porkbun 0.11.0 python
|
||||||
certbot-dns-porkbun 0.11.0 python
|
certbot-dns-rfc2136 5.7.0 python
|
||||||
certbot-dns-rfc2136 5.7.0 python
|
certbot-dns-route53 5.7.0 python
|
||||||
certbot-dns-route53 5.7.0 python
|
certbot-dns-sakuracloud 5.7.0 python
|
||||||
certbot-dns-sakuracloud 5.7.0 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 2024.8.30 python
|
||||||
certifi 2024.8.30 python
|
cffi 1.17.0 python
|
||||||
cffi 1.17.0 python
|
charset-normalizer 3.3.2 python
|
||||||
charset-normalizer 3.3.2 python
|
cli UNKNOWN binary
|
||||||
cli UNKNOWN binary
|
cli-32 UNKNOWN binary
|
||||||
cli-32 UNKNOWN binary
|
cli-64 UNKNOWN binary
|
||||||
cli-64 UNKNOWN binary
|
cli-arm64 UNKNOWN binary
|
||||||
cli-arm64 UNKNOWN binary
|
cloudflare 5.6.0 python
|
||||||
cloudflare 5.6.0 python
|
composer 2.10.2 binary
|
||||||
composer 2.10.2 binary
|
configargparse 1.7 python
|
||||||
configargparse 1.7 python
|
configobj 5.0.8 python
|
||||||
configobj 5.0.8 python
|
coreutils 9.11-r0 apk
|
||||||
coreutils 9.7-r1 apk
|
coreutils-env 9.11-r0 apk
|
||||||
coreutils-env 9.7-r1 apk
|
coreutils-fmt 9.11-r0 apk
|
||||||
coreutils-fmt 9.7-r1 apk
|
coreutils-sha512sum 9.11-r0 apk
|
||||||
coreutils-sha512sum 9.7-r1 apk
|
cryptography 45.0.7 python
|
||||||
cryptography 46.0.0 python
|
curl 8.21.0-r0 apk
|
||||||
curl 8.14.1-r3 apk
|
distro 1.9.0 python
|
||||||
distro 1.9.0 python
|
dns-lexicon 3.25.2 python
|
||||||
dns-lexicon 3.25.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.32.3 python
|
||||||
filelock 3.32.3 python
|
findutils 4.10.0-r1 apk
|
||||||
findutils 4.10.0-r0 apk
|
fontconfig 2.17.1-r1 apk
|
||||||
fontconfig 2.15.0-r3 apk
|
freetype 2.14.3-r0 apk
|
||||||
freetype 2.13.3-r0 apk
|
future 1.0.0 python
|
||||||
future 1.0.0 python
|
gdbm 1.26-r0 apk
|
||||||
gdbm 1.24-r0 apk
|
git 2.54.0-r0 apk
|
||||||
git 2.49.1-r0 apk
|
git-init-template 2.54.0-r0 apk
|
||||||
git-init-template 2.49.1-r0 apk
|
git-perl 2.54.0-r0 apk
|
||||||
git-perl 2.49.1-r0 apk
|
gmp 6.3.0-r4 apk
|
||||||
gmp 6.3.0-r3 apk
|
gnupg 2.4.9-r1 apk
|
||||||
gnupg 2.4.9-r0 apk
|
gnupg-dirmngr 2.4.9-r1 apk
|
||||||
gnupg-dirmngr 2.4.9-r0 apk
|
gnupg-gpgconf 2.4.9-r1 apk
|
||||||
gnupg-gpgconf 2.4.9-r0 apk
|
gnupg-keyboxd 2.4.9-r1 apk
|
||||||
gnupg-keyboxd 2.4.9-r0 apk
|
gnupg-utils 2.4.9-r1 apk
|
||||||
gnupg-utils 2.4.9-r0 apk
|
gnupg-wks-client 2.4.9-r1 apk
|
||||||
gnupg-wks-client 2.4.9-r0 apk
|
gnutls 3.8.13-r0 apk
|
||||||
gnutls 3.8.13-r0 apk
|
google-api-core 2.30.3 python
|
||||||
google-api-core 2.30.3 python
|
google-api-python-client 2.199.0 python
|
||||||
google-api-python-client 2.198.0 python
|
google-auth 2.56.3 python
|
||||||
google-auth 2.56.3 python
|
google-auth-httplib2 0.4.1 python
|
||||||
google-auth-httplib2 0.4.1 python
|
googleapis-common-protos 1.75.1 python
|
||||||
googleapis-common-protos 1.75.1 python
|
gpg 2.4.9-r1 apk
|
||||||
gpg 2.4.9-r0 apk
|
gpg-agent 2.4.9-r1 apk
|
||||||
gpg-agent 2.4.9-r0 apk
|
gpg-wks-server 2.4.9-r1 apk
|
||||||
gpg-wks-server 2.4.9-r0 apk
|
gpgsm 2.4.9-r1 apk
|
||||||
gpgsm 2.4.9-r0 apk
|
gpgv 2.4.9-r1 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
|
gui-arm64 UNKNOWN binary
|
||||||
gui-arm64 UNKNOWN binary
|
h11 0.16.0 python
|
||||||
h11 0.16.0 python
|
hcloud 2.23.0 python
|
||||||
hcloud 2.23.0 python
|
httpcore 1.0.9 python
|
||||||
httpcore 1.0.9 python
|
httplib2 0.32.0 python
|
||||||
httplib2 0.32.0 python
|
httpx 0.28.1 python
|
||||||
httpx 0.28.1 python
|
icu-data-en 78.1-r0 apk
|
||||||
icu-data-en 76.1-r1 apk
|
icu-libs 78.1-r0 apk
|
||||||
icu-libs 76.1-r1 apk
|
idna 3.8 python
|
||||||
idna 3.8 python
|
importlib-metadata 8.0.0 python
|
||||||
importlib-metadata 8.0.0 python
|
importlib-resources 6.4.0 python
|
||||||
importlib-resources 6.4.0 python
|
inflect 7.3.1 python
|
||||||
inflect 7.3.1 python
|
inotify-tools 4.23.9.0-r0 apk
|
||||||
inotify-tools 4.23.9.0-r0 apk
|
inotify-tools-libs 4.23.9.0-r0 apk
|
||||||
inotify-tools-libs 4.23.9.0-r0 apk
|
inwx-domrobot 3.2.0 python
|
||||||
inwx-domrobot 3.2.0 python
|
iptables 1.8.13-r0 apk
|
||||||
iptables 1.8.11-r1 apk
|
iptables-legacy 1.8.13-r0 apk
|
||||||
iptables-legacy 1.8.11-r1 apk
|
isodate 0.7.2 python
|
||||||
isodate 0.7.2 python
|
jaraco-context 5.3.0 python
|
||||||
jaraco-context 5.3.0 python
|
jaraco-functools 4.0.1 python
|
||||||
jaraco-functools 4.0.1 python
|
jaraco-text 3.12.1 python
|
||||||
jaraco-text 3.12.1 python
|
jinja2 3.1.6 python
|
||||||
jinja2 3.1.6 python
|
jmespath 1.1.0 python
|
||||||
jmespath 1.1.0 python
|
josepy 2.2.0 python
|
||||||
josepy 2.2.0 python
|
jq 1.8.1-r0 apk
|
||||||
jq 1.8.1-r0 apk
|
jsonpickle 4.1.2 python
|
||||||
jsonpickle 4.1.2 python
|
libapk 3.0.7-r0 apk
|
||||||
libapk2 2.14.10-r0 apk
|
libassuan 3.0.2-r0 apk
|
||||||
libassuan 2.5.7-r0 apk
|
libattr 2.5.2-r2 apk
|
||||||
libattr 2.5.2-r2 apk
|
libavif 1.4.1-r0 apk
|
||||||
libavif 1.3.0-r0 apk
|
libbsd 0.12.2-r0 apk
|
||||||
libbsd 0.12.2-r0 apk
|
libbz2 1.0.8-r6 apk
|
||||||
libbz2 1.0.8-r6 apk
|
libcrypto3 3.5.7-r0 apk
|
||||||
libcrypto3 3.5.7-r0 apk
|
libcurl 8.21.0-r0 apk
|
||||||
libcurl 8.14.1-r3 apk
|
libdav1d 1.5.3-r0 apk
|
||||||
libdav1d 1.5.1-r0 apk
|
libedit 20260508.3.1-r1 apk
|
||||||
libedit 20250104.3.1-r1 apk
|
libevent 2.1.13-r0 apk
|
||||||
libevent 2.1.13-r0 apk
|
libexpat 2.8.3-r0 apk
|
||||||
libexpat 2.8.2-r0 apk
|
libffi 3.5.2-r1 apk
|
||||||
libffi 3.4.8-r0 apk
|
libgcc 15.2.0-r5 apk
|
||||||
libgcc 14.2.0-r6 apk
|
libgcrypt 1.12.2-r0 apk
|
||||||
libgcrypt 1.10.3-r1 apk
|
libgd 2.3.3-r10 apk
|
||||||
libgd 2.3.3-r10 apk
|
libgpg-error 1.61-r0 apk
|
||||||
libgpg-error 1.55-r0 apk
|
libice 1.1.2-r0 apk
|
||||||
libice 1.1.2-r0 apk
|
libidn2 2.3.8-r0 apk
|
||||||
libidn2 2.3.7-r0 apk
|
libintl 1.0-r0 apk
|
||||||
libintl 0.24.1-r0 apk
|
libip4tc 1.8.13-r0 apk
|
||||||
libip4tc 1.8.11-r1 apk
|
libip6tc 1.8.13-r0 apk
|
||||||
libip6tc 1.8.11-r1 apk
|
libjpeg-turbo 3.1.3-r0 apk
|
||||||
libjpeg-turbo 3.1.0-r0 apk
|
libksba 1.7.0-r0 apk
|
||||||
libksba 1.6.7-r0 apk
|
libldap 2.6.14-r0 apk
|
||||||
libldap 2.6.8-r0 apk
|
libmaxminddb-libs 1.13.3-r0 apk
|
||||||
libmaxminddb-libs 1.9.1-r0 apk
|
libmd 1.2.0-r0 apk
|
||||||
libmd 1.1.0-r0 apk
|
libmemcached-libs 1.1.4-r1 apk
|
||||||
libmemcached-libs 1.1.4-r1 apk
|
libmnl 1.0.5-r2 apk
|
||||||
libmnl 1.0.5-r2 apk
|
libncursesw 6.6_p20260516-r0 apk
|
||||||
libncursesw 6.5_p20250503-r0 apk
|
libnftnl 1.3.1-r0 apk
|
||||||
libnftnl 1.2.9-r0 apk
|
libpanelw 6.6_p20260516-r0 apk
|
||||||
libpanelw 6.5_p20250503-r0 apk
|
libpng 1.6.58-r1 apk
|
||||||
libpng 1.6.57-r0 apk
|
libpq 18.6-r0 apk
|
||||||
libpq 17.10-r0 apk
|
libproc2 4.0.6-r0 apk
|
||||||
libproc2 4.0.4-r3 apk
|
libpsl 0.21.5-r3 apk
|
||||||
libpsl 0.21.5-r3 apk
|
libsasl 2.1.28-r9 apk
|
||||||
libsasl 2.1.28-r8 apk
|
libseccomp 2.6.0-r2 apk
|
||||||
libseccomp 2.6.0-r0 apk
|
libsharpyuv 1.6.0-r0 apk
|
||||||
libsharpyuv 1.5.0-r0 apk
|
libsm 1.2.6-r0 apk
|
||||||
libsm 1.2.5-r0 apk
|
libsodium 1.0.22-r0 apk
|
||||||
libsodium 1.0.20-r1 apk
|
libssl3 3.5.7-r0 apk
|
||||||
libssl3 3.5.7-r0 apk
|
libstdc++ 15.2.0-r5 apk
|
||||||
libstdc++ 14.2.0-r6 apk
|
libtasn1 4.21.0-r0 apk
|
||||||
libtasn1 4.21.0-r0 apk
|
libunistring 1.4.2-r0 apk
|
||||||
libunistring 1.3-r0 apk
|
libuuid 2.42.1-r0 apk
|
||||||
libuuid 2.41-r9 apk
|
libwebp 1.6.0-r0 apk
|
||||||
libwebp 1.5.0-r0 apk
|
libx11 1.8.13-r0 apk
|
||||||
libx11 1.8.11-r0 apk
|
libxau 1.0.12-r0 apk
|
||||||
libxau 1.0.12-r0 apk
|
libxcb 1.17.0-r2 apk
|
||||||
libxcb 1.17.0-r0 apk
|
libxdmcp 1.1.5-r1 apk
|
||||||
libxdmcp 1.1.5-r1 apk
|
libxext 1.3.7-r0 apk
|
||||||
libxext 1.3.6-r2 apk
|
libxml2 2.13.9-r2 apk
|
||||||
libxml2 2.13.9-r1 apk
|
libxpm 3.5.19-r0 apk
|
||||||
libxpm 3.5.19-r0 apk
|
libxslt 1.1.43-r3 apk
|
||||||
libxslt 1.1.43-r3 apk
|
libxt 1.3.1-r0 apk
|
||||||
libxt 1.3.1-r0 apk
|
libxtables 1.8.13-r0 apk
|
||||||
libxtables 1.8.11-r1 apk
|
libyuv 0.0.1928-r0 apk
|
||||||
libyuv 0.0.1887.20251502-r1 apk
|
libzip 1.11.4-r2 apk
|
||||||
libzip 1.11.4-r0 apk
|
linux-pam 1.7.1-r2 apk
|
||||||
linux-pam 1.7.0-r4 apk
|
logrotate 3.22.0-r0 apk
|
||||||
logrotate 3.21.0-r1 apk
|
loopialib 0.2.0 python
|
||||||
loopialib 0.2.0 python
|
lxml 6.1.2 python
|
||||||
lxml 6.1.1 python
|
lz4-libs 1.10.0-r1 apk
|
||||||
lz4-libs 1.10.0-r0 apk
|
markupsafe 3.0.3 python
|
||||||
markupsafe 3.0.3 python
|
memcached 1.6.42-r0 apk
|
||||||
memcached 1.6.32-r0 apk
|
mock 5.2.0 python
|
||||||
mock 5.2.0 python
|
more-itertools 10.3.0 python
|
||||||
more-itertools 10.3.0 python
|
mpdecimal 4.0.1-r0 apk
|
||||||
mpdecimal 4.0.1-r0 apk
|
msal 1.37.0 python
|
||||||
msal 1.37.0 python
|
msal-extensions 1.3.1 python
|
||||||
msal-extensions 1.3.1 python
|
musl 1.2.6-r2 apk
|
||||||
musl 1.2.5-r12 apk
|
musl-utils 1.2.6-r2 apk
|
||||||
musl-utils 1.2.5-r12 apk
|
my-test-package 1.0 python
|
||||||
my-test-package 1.0 python
|
nano 9.2-r0 apk
|
||||||
nano 8.4-r0 apk
|
ncurses-terminfo-base 6.6_p20260516-r0 apk
|
||||||
ncurses-terminfo-base 6.5_p20250503-r0 apk
|
netcat-openbsd 1.234.1-r0 apk
|
||||||
netcat-openbsd 1.229.1-r0 apk
|
nettle 3.10.2-r0 apk
|
||||||
nettle 3.10.2-r0 apk
|
nghttp2-libs 1.69.0-r0 apk
|
||||||
nghttp2-libs 1.69.0-r0 apk
|
nginx 1.30.4-r1 apk
|
||||||
nginx 1.28.3-r7 apk
|
nginx-mod-devel-kit 1.30.4-r1 apk
|
||||||
nginx-mod-devel-kit 1.28.3-r7 apk
|
nginx-mod-http-brotli 1.30.4-r1 apk
|
||||||
nginx-mod-http-brotli 1.28.3-r7 apk
|
nginx-mod-http-dav-ext 1.30.4-r1 apk
|
||||||
nginx-mod-http-dav-ext 1.28.3-r7 apk
|
nginx-mod-http-echo 1.30.4-r1 apk
|
||||||
nginx-mod-http-echo 1.28.3-r7 apk
|
nginx-mod-http-fancyindex 1.30.4-r1 apk
|
||||||
nginx-mod-http-fancyindex 1.28.3-r7 apk
|
nginx-mod-http-geoip2 1.30.4-r1 apk
|
||||||
nginx-mod-http-geoip2 1.28.3-r7 apk
|
nginx-mod-http-headers-more 1.30.4-r1 apk
|
||||||
nginx-mod-http-headers-more 1.28.3-r7 apk
|
nginx-mod-http-image-filter 1.30.4-r1 apk
|
||||||
nginx-mod-http-image-filter 1.28.3-r7 apk
|
nginx-mod-http-perl 1.30.4-r1 apk
|
||||||
nginx-mod-http-perl 1.28.3-r7 apk
|
nginx-mod-http-redis2 1.30.4-r1 apk
|
||||||
nginx-mod-http-redis2 1.28.3-r7 apk
|
nginx-mod-http-set-misc 1.30.4-r1 apk
|
||||||
nginx-mod-http-set-misc 1.28.3-r7 apk
|
nginx-mod-http-upload-progress 1.30.4-r1 apk
|
||||||
nginx-mod-http-upload-progress 1.28.3-r7 apk
|
nginx-mod-http-xslt-filter 1.30.4-r1 apk
|
||||||
nginx-mod-http-xslt-filter 1.28.3-r7 apk
|
nginx-mod-mail 1.30.4-r1 apk
|
||||||
nginx-mod-mail 1.28.3-r7 apk
|
nginx-mod-rtmp 1.30.4-r1 apk
|
||||||
nginx-mod-rtmp 1.28.3-r7 apk
|
nginx-mod-stream 1.30.4-r1 apk
|
||||||
nginx-mod-stream 1.28.3-r7 apk
|
nginx-mod-stream-geoip2 1.30.4-r1 apk
|
||||||
nginx-mod-stream-geoip2 1.28.3-r7 apk
|
nginx-vim 1.30.4-r1 apk
|
||||||
nginx-vim 1.28.3-r7 apk
|
npth 1.8-r0 apk
|
||||||
npth 1.8-r0 apk
|
oniguruma 6.9.10-r0 apk
|
||||||
oniguruma 6.9.10-r0 apk
|
openssl 3.5.7-r0 apk
|
||||||
openssl 3.5.7-r0 apk
|
p11-kit 0.26.2-r0 apk
|
||||||
p11-kit 0.26.2-r0 apk
|
packaging 24.1 python
|
||||||
packaging 24.1 python
|
packaging 26.3 python
|
||||||
packaging 26.3 python
|
parsedatetime 2.6 python
|
||||||
parsedatetime 2.6 python
|
pcre2 10.47-r1 apk
|
||||||
pcre2 10.46-r0 apk
|
perl 5.42.2-r0 apk
|
||||||
perl 5.40.4-r0 apk
|
perl-error 0.17030-r0 apk
|
||||||
perl-error 0.17030-r0 apk
|
perl-git 2.54.0-r0 apk
|
||||||
perl-git 2.49.1-r0 apk
|
php85 8.5.9-r0 apk
|
||||||
php84 8.4.16-r0 apk
|
php85-bcmath 8.5.9-r0 apk
|
||||||
php84-bcmath 8.4.16-r0 apk
|
php85-bz2 8.5.9-r0 apk
|
||||||
php84-bz2 8.4.16-r0 apk
|
php85-common 8.5.9-r0 apk
|
||||||
php84-common 8.4.16-r0 apk
|
php85-ctype 8.5.9-r0 apk
|
||||||
php84-ctype 8.4.16-r0 apk
|
php85-curl 8.5.9-r0 apk
|
||||||
php84-curl 8.4.16-r0 apk
|
php85-dom 8.5.9-r0 apk
|
||||||
php84-dom 8.4.16-r0 apk
|
php85-exif 8.5.9-r0 apk
|
||||||
php84-exif 8.4.16-r0 apk
|
php85-fileinfo 8.5.9-r0 apk
|
||||||
php84-fileinfo 8.4.16-r0 apk
|
php85-fpm 8.5.9-r0 apk
|
||||||
php84-fpm 8.4.16-r0 apk
|
php85-ftp 8.5.9-r0 apk
|
||||||
php84-ftp 8.4.16-r0 apk
|
php85-gd 8.5.9-r0 apk
|
||||||
php84-gd 8.4.16-r0 apk
|
php85-gmp 8.5.9-r0 apk
|
||||||
php84-gmp 8.4.16-r0 apk
|
php85-iconv 8.5.9-r0 apk
|
||||||
php84-iconv 8.4.16-r0 apk
|
php85-intl 8.5.9-r0 apk
|
||||||
php84-intl 8.4.16-r0 apk
|
php85-ldap 8.5.9-r0 apk
|
||||||
php84-ldap 8.4.16-r0 apk
|
php85-mbstring 8.5.9-r0 apk
|
||||||
php84-mbstring 8.4.16-r0 apk
|
php85-mysqli 8.5.9-r0 apk
|
||||||
php84-mysqli 8.4.16-r0 apk
|
php85-mysqlnd 8.5.9-r0 apk
|
||||||
php84-mysqlnd 8.4.16-r0 apk
|
php85-openssl 8.5.9-r0 apk
|
||||||
php84-opcache 8.4.16-r0 apk
|
php85-pdo 8.5.9-r0 apk
|
||||||
php84-openssl 8.4.16-r0 apk
|
php85-pdo_mysql 8.5.9-r0 apk
|
||||||
php84-pdo 8.4.16-r0 apk
|
php85-pdo_odbc 8.5.9-r0 apk
|
||||||
php84-pdo_mysql 8.4.16-r0 apk
|
php85-pdo_pgsql 8.5.9-r0 apk
|
||||||
php84-pdo_odbc 8.4.16-r0 apk
|
php85-pdo_sqlite 8.5.9-r0 apk
|
||||||
php84-pdo_pgsql 8.4.16-r0 apk
|
php85-pear 8.5.9-r0 apk
|
||||||
php84-pdo_sqlite 8.4.16-r0 apk
|
php85-pecl-apcu 5.1.28-r0 apk
|
||||||
php84-pear 8.4.16-r0 apk
|
php85-pecl-igbinary 3.2.17_rc1-r0 apk
|
||||||
php84-pecl-apcu 5.1.27-r0 apk
|
php85-pecl-memcached 3.4.0-r0 apk
|
||||||
php84-pecl-igbinary 3.2.16-r1 apk
|
php85-pecl-msgpack 3.0.1-r0 apk
|
||||||
php84-pecl-imap 1.0.3-r0 apk
|
php85-pecl-redis 6.3.0-r0 apk
|
||||||
php84-pecl-memcached 3.3.0-r0 apk
|
php85-pgsql 8.5.9-r0 apk
|
||||||
php84-pecl-msgpack 3.0.0-r0 apk
|
php85-phar 8.5.9-r0 apk
|
||||||
php84-pecl-redis 6.3.0-r0 apk
|
php85-posix 8.5.9-r0 apk
|
||||||
php84-pgsql 8.4.16-r0 apk
|
php85-session 8.5.9-r0 apk
|
||||||
php84-phar 8.4.16-r0 apk
|
php85-simplexml 8.5.9-r0 apk
|
||||||
php84-posix 8.4.16-r0 apk
|
php85-soap 8.5.9-r0 apk
|
||||||
php84-session 8.4.16-r0 apk
|
php85-sockets 8.5.9-r0 apk
|
||||||
php84-simplexml 8.4.16-r0 apk
|
php85-sodium 8.5.9-r0 apk
|
||||||
php84-soap 8.4.16-r0 apk
|
php85-sqlite3 8.5.9-r0 apk
|
||||||
php84-sockets 8.4.16-r0 apk
|
php85-tokenizer 8.5.9-r0 apk
|
||||||
php84-sodium 8.4.16-r0 apk
|
php85-xml 8.5.9-r0 apk
|
||||||
php84-sqlite3 8.4.16-r0 apk
|
php85-xmlreader 8.5.9-r0 apk
|
||||||
php84-tokenizer 8.4.16-r0 apk
|
php85-xmlwriter 8.5.9-r0 apk
|
||||||
php84-xml 8.4.16-r0 apk
|
php85-xsl 8.5.9-r0 apk
|
||||||
php84-xmlreader 8.4.16-r0 apk
|
php85-zip 8.5.9-r0 apk
|
||||||
php84-xmlwriter 8.4.16-r0 apk
|
pinentry 1.3.2-r0 apk
|
||||||
php84-xsl 8.4.16-r0 apk
|
pip 26.2.1 python
|
||||||
php84-zip 8.4.16-r0 apk
|
pkb-client 2.3.1 python
|
||||||
pinentry 1.3.1-r0 apk
|
platformdirs 4.2.2 python
|
||||||
pip 26.2.1 python
|
popt 1.19-r4 apk
|
||||||
pkb-client 2.3.1 python
|
procps-ng 4.0.6-r0 apk
|
||||||
platformdirs 4.2.2 python
|
proto-plus 1.28.3 python
|
||||||
popt 1.19-r4 apk
|
protobuf 7.36.0 python
|
||||||
procps-ng 4.0.4-r3 apk
|
pyacmedns 0.4 python
|
||||||
proto-plus 1.28.3 python
|
pyasn1 0.6.4 python
|
||||||
protobuf 7.35.1 python
|
pyasn1-modules 0.4.2 python
|
||||||
pyacmedns 0.4 python
|
pyc 3.14.7-r1 apk
|
||||||
pyasn1 0.6.4 python
|
pycparser 2.22 python
|
||||||
pyasn1-modules 0.4.2 python
|
pydantic 2.13.4 python
|
||||||
pyc 3.12.13-r0 apk
|
pydantic-core 2.46.4 python
|
||||||
pycparser 2.22 python
|
pyjwt 2.13.0 python
|
||||||
pydantic 2.13.4 python
|
pynamecheap 0.0.3 python
|
||||||
pydantic-core 2.46.4 python
|
pyopenssl 25.3.0 python
|
||||||
pyjwt 2.13.0 python
|
pyotp 2.10.0 python
|
||||||
pynamecheap 0.0.3 python
|
pyparsing 3.3.2 python
|
||||||
pyopenssl 26.2.0 python
|
pyrfc3339 1.1 python
|
||||||
pyotp 2.10.0 python
|
python-dateutil 2.9.0.post0 python
|
||||||
pyparsing 3.3.2 python
|
python-digitalocean 1.17.0 python
|
||||||
pyrfc3339 1.1 python
|
python-transip 0.6.0 python
|
||||||
python-dateutil 2.9.0.post0 python
|
python3 3.14.7-r1 apk
|
||||||
python-digitalocean 1.17.0 python
|
python3-pyc 3.14.7-r1 apk
|
||||||
python-transip 0.6.0 python
|
python3-pycache-pyc0 3.14.7-r1 apk
|
||||||
python3 3.12.13-r0 apk
|
pytz 2024.1 python
|
||||||
python3-pyc 3.12.13-r0 apk
|
pyyaml 6.0.3 python
|
||||||
python3-pycache-pyc0 3.12.13-r0 apk
|
readline 8.3.3-r1 apk
|
||||||
pytz 2024.1 python
|
requests 2.32.3 python
|
||||||
pyyaml 6.0.3 python
|
requests-file 3.0.1 python
|
||||||
readline 8.2.13-r1 apk
|
requests-mock 1.12.1 python
|
||||||
requests 2.32.3 python
|
requests-unixsocket 0.4.1 python
|
||||||
requests-file 3.0.1 python
|
ruff 0.6.3 python
|
||||||
requests-mock 1.12.1 python
|
s3transfer 0.19.2 python
|
||||||
requests-unixsocket 0.4.1 python
|
scanelf 1.3.9-r1 apk
|
||||||
ruff 0.6.3 python
|
setuptools 74.0.0 python
|
||||||
s3transfer 0.19.2 python
|
shadow 4.18.0-r1 apk
|
||||||
scanelf 1.3.8-r1 apk
|
six 1.16.0 python
|
||||||
setuptools 74.0.0 python
|
skalibs-libs 2.15.0.0-r0 apk
|
||||||
shadow 4.17.3-r0 apk
|
sniffio 1.3.1 python
|
||||||
six 1.16.0 python
|
soupsieve 2.9.2 python
|
||||||
skalibs-libs 2.14.4.0-r0 apk
|
sqlite-libs 3.53.4-r0 apk
|
||||||
sniffio 1.3.1 python
|
ssl_client 1.37.0-r31 apk
|
||||||
soupsieve 2.9.2 python
|
tiff 4.7.1-r0 apk
|
||||||
sqlite-libs 3.49.2-r1 apk
|
tldextract 5.3.2 python
|
||||||
ssl_client 1.37.0-r20 apk
|
tomli 2.0.1 python
|
||||||
tiff 4.7.1-r0 apk
|
typeguard 4.3.0 python
|
||||||
tldextract 5.3.2 python
|
typing-extensions 4.12.2 python
|
||||||
tomli 2.0.1 python
|
typing-extensions 4.16.0 python
|
||||||
typeguard 4.3.0 python
|
typing-inspection 0.4.4 python
|
||||||
typing-extensions 4.12.2 python
|
tzdata 2026c-r0 apk
|
||||||
typing-extensions 4.16.0 python
|
unixodbc 2.3.14-r1 apk
|
||||||
typing-inspection 0.4.4 python
|
uritemplate 4.2.0 python
|
||||||
tzdata 2026c-r0 apk
|
urllib3 2.2.2 python
|
||||||
unixodbc 2.3.12-r0 apk
|
utmps-libs 0.1.3.3-r0 apk
|
||||||
uritemplate 4.2.0 python
|
wheel 0.43.0 python
|
||||||
urllib3 2.2.2 python
|
wheel 0.44.0 python
|
||||||
utmps-libs 0.1.3.1-r0 apk
|
whois 5.6.6-r0 apk
|
||||||
wheel 0.43.0 python
|
xz-libs 5.8.3-r0 apk
|
||||||
wheel 0.44.0 python
|
zipp 3.19.2 python
|
||||||
whois 5.6.3-r0 apk
|
zlib 1.3.2-r0 apk
|
||||||
xz-libs 5.8.3-r0 apk
|
zope-interface 8.6 python
|
||||||
zipp 3.19.2 python
|
zstd-libs 1.5.7-r2 apk
|
||||||
zlib 1.3.2-r0 apk
|
|
||||||
zope-interface 8.5 python
|
|
||||||
zstd-libs 1.5.7-r0 apk
|
|
||||||
|
|||||||
+2
-1
@@ -215,11 +215,12 @@ init_diagram: |
|
|||||||
svc-swag-auto-reload -> legacy-services
|
svc-swag-auto-reload -> legacy-services
|
||||||
}
|
}
|
||||||
Base Images: {
|
Base Images: {
|
||||||
"baseimage-alpine-nginx:3.22" <- "baseimage-alpine:3.22"
|
"baseimage-alpine-nginx:3.24" <- "baseimage-alpine:3.24"
|
||||||
}
|
}
|
||||||
"swag:latest" <- Base Images
|
"swag:latest" <- Base Images
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
|
- {date: "19.07.26:", desc: "Rebase to Alpine 3.24 with PHP 8.5."}
|
||||||
- {date: "10.07.26:", desc: "Add support for Let's Encrypt cert profiles. Run certbot twice daily with a random delay."}
|
- {date: "10.07.26:", desc: "Add support for Let's Encrypt cert profiles. Run certbot twice daily with a random delay."}
|
||||||
- {date: "19.06.26:", desc: "Add support for mijn.host dns validation."}
|
- {date: "19.06.26:", desc: "Add support for mijn.host dns validation."}
|
||||||
- {date: "01.06.26:", desc: "Remove obsolete old cert check logic."}
|
- {date: "01.06.26:", desc: "Remove obsolete old cert check logic."}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Instructions: https://github.com/certbot/certbot/blob/master/certbot-dns-ovh/certbot_dns_ovh/__init__.py#L20
|
# Instructions: https://github.com/certbot/certbot/blob/main/certbot-dns-ovh/src/certbot_dns_ovh/__init__.py#L24
|
||||||
# Replace with your values
|
# Replace with your values
|
||||||
dns_ovh_endpoint = ovh-eu
|
dns_ovh_endpoint = ovh-eu
|
||||||
dns_ovh_application_key = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw
|
dns_ovh_application_key = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
## Version 2025/03/25 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/authelia-server.conf.sample
|
## Version 2026/07/18 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/authelia-server.conf.sample
|
||||||
# Make sure that your authelia container is in the same user defined bridge network and is named authelia
|
# Make sure that your authelia container is in the same user defined bridge network and is named authelia
|
||||||
# Rename /config/nginx/proxy-confs/authelia.subdomain.conf.sample to /config/nginx/proxy-confs/authelia.subdomain.conf
|
# Rename /config/nginx/proxy-confs/authelia.subdomain.conf.sample to /config/nginx/proxy-confs/authelia.subdomain.conf
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ location @authelia_proxy_signin {
|
|||||||
add_header Set-Cookie $set_cookie;
|
add_header Set-Cookie $set_cookie;
|
||||||
|
|
||||||
## Set the $target_url variable based on the original request
|
## Set the $target_url variable based on the original request
|
||||||
set_escape_uri $target_url $scheme://$http_host$request_uri;
|
set_escape_uri $target_url $scheme://$host$is_request_port$request_port$request_uri;
|
||||||
|
|
||||||
## Translate the Location response header from the auth subrequest into a variable
|
## Translate the Location response header from the auth subrequest into a variable
|
||||||
auth_request_set $signin_url $upstream_http_location;
|
auth_request_set $signin_url $upstream_http_location;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
## Version 2025/03/25 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/authentik-server.conf.sample
|
## Version 2026/07/18 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/authentik-server.conf.sample
|
||||||
# Make sure that your authentik container is in the same user defined bridge network and is named authentik-server
|
# Make sure that your authentik container is in the same user defined bridge network and is named authentik-server
|
||||||
# Rename /config/nginx/proxy-confs/authentik.subdomain.conf.sample to /config/nginx/proxy-confs/authentik.subdomain.conf
|
# Rename /config/nginx/proxy-confs/authentik.subdomain.conf.sample to /config/nginx/proxy-confs/authentik.subdomain.conf
|
||||||
|
|
||||||
@@ -38,10 +38,10 @@ location @goauthentik_proxy_signin {
|
|||||||
add_header Set-Cookie $set_cookie;
|
add_header Set-Cookie $set_cookie;
|
||||||
|
|
||||||
## Set the $target_url variable based on the original request
|
## Set the $target_url variable based on the original request
|
||||||
set_escape_uri $target_url $scheme://$http_host$request_uri;
|
set_escape_uri $target_url $scheme://$host$is_request_port$request_port$request_uri;
|
||||||
|
|
||||||
## Set the $signin_url variable
|
## Set the $signin_url variable
|
||||||
set $signin_url https://$http_host/outpost.goauthentik.io/start?rd=$target_url;
|
set $signin_url https://$host$is_request_port$request_port/outpost.goauthentik.io/start?rd=$target_url;
|
||||||
|
|
||||||
## Redirect to login
|
## Redirect to login
|
||||||
return 302 $signin_url;
|
return 302 $signin_url;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
## Version 2023/02/09 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/proxy.conf.sample
|
## Version 2026/07/18 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/proxy.conf.sample
|
||||||
|
|
||||||
# Timeout if the real server is dead
|
# Timeout if the real server is dead
|
||||||
proxy_next_upstream error timeout invalid_header http_500 http_502 http_503;
|
proxy_next_upstream error timeout invalid_header http_500 http_502 http_503;
|
||||||
@@ -21,11 +21,11 @@ proxy_no_cache $cookie_session;
|
|||||||
# Proxy Header Settings
|
# Proxy Header Settings
|
||||||
proxy_set_header Connection $connection_upgrade;
|
proxy_set_header Connection $connection_upgrade;
|
||||||
proxy_set_header Early-Data $ssl_early_data;
|
proxy_set_header Early-Data $ssl_early_data;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host$is_request_port$request_port;
|
||||||
proxy_set_header Proxy "";
|
proxy_set_header Proxy "";
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header X-Forwarded-Host $host;
|
proxy_set_header X-Forwarded-Host $host$is_request_port$request_port;
|
||||||
proxy_set_header X-Forwarded-Method $request_method;
|
proxy_set_header X-Forwarded-Method $request_method;
|
||||||
proxy_set_header X-Forwarded-Port $server_port;
|
proxy_set_header X-Forwarded-Port $server_port;
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
@@ -33,5 +33,5 @@ proxy_set_header X-Forwarded-Server $host;
|
|||||||
proxy_set_header X-Forwarded-Ssl on;
|
proxy_set_header X-Forwarded-Ssl on;
|
||||||
proxy_set_header X-Forwarded-Uri $request_uri;
|
proxy_set_header X-Forwarded-Uri $request_uri;
|
||||||
proxy_set_header X-Original-Method $request_method;
|
proxy_set_header X-Original-Method $request_method;
|
||||||
proxy_set_header X-Original-URL $scheme://$http_host$request_uri;
|
proxy_set_header X-Original-URL $scheme://$host$is_request_port$request_port$request_uri;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
## Version 2025/06/08 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/tinyauth-server.conf.sample
|
## Version 2026/07/18 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/tinyauth-server.conf.sample
|
||||||
# Make sure that your tinyauth container is in the same user defined bridge network and is named tinyauth
|
# Make sure that your tinyauth container is in the same user defined bridge network and is named tinyauth
|
||||||
# Rename /config/nginx/proxy-confs/tinyauth.subdomain.conf.sample to /config/nginx/proxy-confs/tinyauth.subdomain.conf
|
# Rename /config/nginx/proxy-confs/tinyauth.subdomain.conf.sample to /config/nginx/proxy-confs/tinyauth.subdomain.conf
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ location /tinyauth {
|
|||||||
proxy_pass http://$upstream_tinyauth:3000/api/auth/nginx;
|
proxy_pass http://$upstream_tinyauth:3000/api/auth/nginx;
|
||||||
|
|
||||||
proxy_set_header x-forwarded-proto $scheme;
|
proxy_set_header x-forwarded-proto $scheme;
|
||||||
proxy_set_header x-forwarded-host $http_host;
|
proxy_set_header x-forwarded-host $host$is_request_port$request_port;
|
||||||
proxy_set_header x-forwarded-uri $request_uri;
|
proxy_set_header x-forwarded-uri $request_uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -21,8 +21,8 @@ location @tinyauth_login {
|
|||||||
internal;
|
internal;
|
||||||
|
|
||||||
## Set the $target_url variable based on the original request
|
## Set the $target_url variable based on the original request
|
||||||
set_escape_uri $target_url $scheme://$http_host$request_uri;
|
set_escape_uri $target_url $scheme://$host$is_request_port$request_port$request_uri;
|
||||||
|
|
||||||
## Set the $signin_url variable
|
## Set the $signin_url variable
|
||||||
set $domain $host;
|
set $domain $host;
|
||||||
if ($host ~* "^[^.]+\.([^.]+\..+)$") {
|
if ($host ~* "^[^.]+\.([^.]+\..+)$") {
|
||||||
|
|||||||
Reference in New Issue
Block a user