mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-04-19 10:41:51 +09:00
Compare commits
11 Commits
1.31.0-ls1
...
2.0.0-ls16
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47cb0bffe3 | ||
|
|
d159fde608 | ||
|
|
263cceda4c | ||
|
|
631fe9ecc3 | ||
|
|
f2bc6b05bc | ||
|
|
3f8ac5552f | ||
|
|
a26528919c | ||
|
|
14cc464d65 | ||
|
|
4221059496 | ||
|
|
d00d2dbe95 | ||
|
|
c07939aed0 |
8
.github/workflows/external_trigger.yml
vendored
8
.github/workflows/external_trigger.yml
vendored
@@ -48,8 +48,12 @@ jobs:
|
|||||||
| jq -r '.config.digest')
|
| jq -r '.config.digest')
|
||||||
image_info=$(curl -sL \
|
image_info=$(curl -sL \
|
||||||
--header "Authorization: Bearer ${token}" \
|
--header "Authorization: Bearer ${token}" \
|
||||||
"https://ghcr.io/v2/${image}/blobs/${digest}" \
|
"https://ghcr.io/v2/${image}/blobs/${digest}")
|
||||||
| jq -r '.container_config')
|
if [[ $(echo $image_info | jq -r '.container_config') == "null" ]]; then
|
||||||
|
image_info=$(echo $image_info | jq -r '.config')
|
||||||
|
else
|
||||||
|
image_info=$(echo $image_info | jq -r '.container_config')
|
||||||
|
fi
|
||||||
IMAGE_RELEASE=$(echo ${image_info} | jq -r '.Labels.build_version' | awk '{print $3}')
|
IMAGE_RELEASE=$(echo ${image_info} | jq -r '.Labels.build_version' | awk '{print $3}')
|
||||||
IMAGE_VERSION=$(echo ${IMAGE_RELEASE} | awk -F'-ls' '{print $1}')
|
IMAGE_VERSION=$(echo ${IMAGE_RELEASE} | awk -F'-ls' '{print $1}')
|
||||||
if [ -z "${IMAGE_VERSION}" ]; then
|
if [ -z "${IMAGE_VERSION}" ]; then
|
||||||
|
|||||||
@@ -335,6 +335,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **05.11.22:** - Update acmedns plugin handling.
|
||||||
* **06.10.22:** - Switch to certbot-dns-duckdns. Update cpanel and gandi dns plugin handling. Minor adjustments to init logic.
|
* **06.10.22:** - Switch to certbot-dns-duckdns. Update cpanel and gandi dns plugin handling. Minor adjustments to init logic.
|
||||||
* **05.10.22:** - Use certbot file hooks instead of command line hooks
|
* **05.10.22:** - Use certbot file hooks instead of command line hooks
|
||||||
* **04.10.22:** - Add godaddy and porkbun dns plugins.
|
* **04.10.22:** - Add godaddy and porkbun dns plugins.
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ libbsd-0.11.3-r1
|
|||||||
libbz2-1.0.8-r1
|
libbz2-1.0.8-r1
|
||||||
libc-utils-0.7.2-r3
|
libc-utils-0.7.2-r3
|
||||||
libcap-2.61-r0
|
libcap-2.61-r0
|
||||||
libcrypto1.1-1.1.1q-r0
|
libcrypto1.1-1.1.1s-r1
|
||||||
libcurl-7.80.0-r4
|
libcurl-7.80.0-r4
|
||||||
libedit-20210910.3.1-r0
|
libedit-20210910.3.1-r0
|
||||||
libevent-2.1.12-r4
|
libevent-2.1.12-r4
|
||||||
@@ -70,7 +70,7 @@ libsasl-2.1.28-r0
|
|||||||
libseccomp-2.5.2-r0
|
libseccomp-2.5.2-r0
|
||||||
libsm-1.2.3-r0
|
libsm-1.2.3-r0
|
||||||
libsodium-1.0.18-r0
|
libsodium-1.0.18-r0
|
||||||
libssl1.1-1.1.1q-r0
|
libssl1.1-1.1.1s-r1
|
||||||
libstdc++-10.3.1_git20211027-r0
|
libstdc++-10.3.1_git20211027-r0
|
||||||
libtasn1-4.18.0-r0
|
libtasn1-4.18.0-r0
|
||||||
libunistring-0.9.10-r1
|
libunistring-0.9.10-r1
|
||||||
@@ -120,7 +120,7 @@ nginx-mod-stream-geoip2-1.20.2-r1
|
|||||||
nginx-vim-1.20.2-r1
|
nginx-vim-1.20.2-r1
|
||||||
npth-1.6-r1
|
npth-1.6-r1
|
||||||
oniguruma-6.9.7.1-r0
|
oniguruma-6.9.7.1-r0
|
||||||
openssl-1.1.1q-r0
|
openssl-1.1.1s-r1
|
||||||
p11-kit-0.24.0-r1
|
p11-kit-0.24.0-r1
|
||||||
pcre-8.45-r1
|
pcre-8.45-r1
|
||||||
pcre2-10.40-r0
|
pcre2-10.40-r0
|
||||||
@@ -135,8 +135,8 @@ php8-ctype-8.0.25-r0
|
|||||||
php8-curl-8.0.25-r0
|
php8-curl-8.0.25-r0
|
||||||
php8-dom-8.0.25-r0
|
php8-dom-8.0.25-r0
|
||||||
php8-exif-8.0.25-r0
|
php8-exif-8.0.25-r0
|
||||||
php8-fileinfo-8.0.18-r0
|
php8-fileinfo-8.0.25-r0
|
||||||
php8-fpm-8.0.18-r0
|
php8-fpm-8.0.25-r0
|
||||||
php8-ftp-8.0.25-r0
|
php8-ftp-8.0.25-r0
|
||||||
php8-gd-8.0.25-r0
|
php8-gd-8.0.25-r0
|
||||||
php8-gmp-8.0.25-r0
|
php8-gmp-8.0.25-r0
|
||||||
@@ -166,7 +166,7 @@ php8-pgsql-8.0.25-r0
|
|||||||
php8-phar-8.0.25-r0
|
php8-phar-8.0.25-r0
|
||||||
php8-posix-8.0.25-r0
|
php8-posix-8.0.25-r0
|
||||||
php8-session-8.0.25-r0
|
php8-session-8.0.25-r0
|
||||||
php8-simplexml-8.0.18-r0
|
php8-simplexml-8.0.25-r0
|
||||||
php8-soap-8.0.25-r0
|
php8-soap-8.0.25-r0
|
||||||
php8-sockets-8.0.25-r0
|
php8-sockets-8.0.25-r0
|
||||||
php8-sodium-8.0.25-r0
|
php8-sodium-8.0.25-r0
|
||||||
@@ -174,7 +174,7 @@ php8-sqlite3-8.0.25-r0
|
|||||||
php8-tokenizer-8.0.25-r0
|
php8-tokenizer-8.0.25-r0
|
||||||
php8-xml-8.0.25-r0
|
php8-xml-8.0.25-r0
|
||||||
php8-xmlreader-8.0.25-r0
|
php8-xmlreader-8.0.25-r0
|
||||||
php8-xmlwriter-8.0.18-r0
|
php8-xmlwriter-8.0.25-r0
|
||||||
php8-xsl-8.0.25-r0
|
php8-xsl-8.0.25-r0
|
||||||
php8-zip-8.0.25-r0
|
php8-zip-8.0.25-r0
|
||||||
pinentry-1.2.0-r0
|
pinentry-1.2.0-r0
|
||||||
@@ -211,7 +211,7 @@ py3-toml-0.10.2-r2
|
|||||||
py3-tomli-1.2.2-r0
|
py3-tomli-1.2.2-r0
|
||||||
py3-urllib3-1.26.7-r0
|
py3-urllib3-1.26.7-r0
|
||||||
py3-webencodings-0.5.1-r4
|
py3-webencodings-0.5.1-r4
|
||||||
python3-3.9.13-r1
|
python3-3.9.15-r0
|
||||||
readline-8.1.1-r0
|
readline-8.1.1-r0
|
||||||
s6-ipcserver-2.11.0.0-r0
|
s6-ipcserver-2.11.0.0-r0
|
||||||
scanelf-1.3.3-r0
|
scanelf-1.3.3-r0
|
||||||
@@ -219,7 +219,7 @@ shadow-4.8.1-r1
|
|||||||
skalibs-2.11.0.0-r0
|
skalibs-2.11.0.0-r0
|
||||||
sqlite-libs-3.36.0-r0
|
sqlite-libs-3.36.0-r0
|
||||||
ssl_client-1.34.1-r7
|
ssl_client-1.34.1-r7
|
||||||
tzdata-2022c-r0
|
tzdata-2022f-r1
|
||||||
unixodbc-2.3.9-r1
|
unixodbc-2.3.9-r1
|
||||||
utmps-0.1.0.3-r0
|
utmps-0.1.0.3-r0
|
||||||
whois-5.5.10-r0
|
whois-5.5.10-r0
|
||||||
|
|||||||
@@ -157,6 +157,7 @@ app_setup_nginx_reverse_proxy_block: ""
|
|||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
|
- { date: "05.11.22:", desc: "Update acmedns plugin handling."}
|
||||||
- { date: "06.10.22:", desc: "Switch to certbot-dns-duckdns. Update cpanel and gandi dns plugin handling. Minor adjustments to init logic." }
|
- { date: "06.10.22:", desc: "Switch to certbot-dns-duckdns. Update cpanel and gandi dns plugin handling. Minor adjustments to init logic." }
|
||||||
- { date: "05.10.22:", desc: "Use certbot file hooks instead of command line hooks" }
|
- { date: "05.10.22:", desc: "Use certbot file hooks instead of command line hooks" }
|
||||||
- { date: "04.10.22:", desc: "Add godaddy and porkbun dns plugins." }
|
- { date: "04.10.22:", desc: "Add godaddy and porkbun dns plugins." }
|
||||||
|
|||||||
@@ -158,10 +158,13 @@ if [ "$VALIDATION" = "dns" ]; then
|
|||||||
elif [[ "$DNSPLUGIN" =~ ^(azure|gandi)$ ]]; then
|
elif [[ "$DNSPLUGIN" =~ ^(azure|gandi)$ ]]; 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
|
||||||
PREFCHAL="-a dns-${DNSPLUGIN} --dns-${DNSPLUGIN}-credentials /config/dns-conf/${DNSPLUGIN}.ini"
|
PREFCHAL="-a dns-${DNSPLUGIN} --dns-${DNSPLUGIN}-credentials /config/dns-conf/${DNSPLUGIN}.ini"
|
||||||
|
elif [[ "$DNSPLUGIN" =~ ^(duckdns)$ ]]; then
|
||||||
|
if [ -n "$PROPAGATION" ]; then PROPAGATIONPARAM="--dns-${DNSPLUGIN}-propagation-seconds ${PROPAGATION}"; fi
|
||||||
|
PREFCHAL="-a dns-${DNSPLUGIN} --dns-${DNSPLUGIN}-credentials /config/dns-conf/${DNSPLUGIN}.ini --dns-duckdns-no-txt-restore ${PROPAGATIONPARAM}"
|
||||||
elif [[ "$DNSPLUGIN" =~ ^(google)$ ]]; then
|
elif [[ "$DNSPLUGIN" =~ ^(google)$ ]]; then
|
||||||
if [ -n "$PROPAGATION" ]; then PROPAGATIONPARAM="--dns-${DNSPLUGIN}-propagation-seconds ${PROPAGATION}"; fi
|
if [ -n "$PROPAGATION" ]; then PROPAGATIONPARAM="--dns-${DNSPLUGIN}-propagation-seconds ${PROPAGATION}"; fi
|
||||||
PREFCHAL="--dns-${DNSPLUGIN} --dns-${DNSPLUGIN}-credentials /config/dns-conf/${DNSPLUGIN}.json ${PROPAGATIONPARAM}"
|
PREFCHAL="--dns-${DNSPLUGIN} --dns-${DNSPLUGIN}-credentials /config/dns-conf/${DNSPLUGIN}.json ${PROPAGATIONPARAM}"
|
||||||
elif [[ "$DNSPLUGIN" =~ ^(aliyun|cpanel|desec|dnspod|do|domeneshop|duckdns|dynu|godaddy|he|hetzner|infomaniak|inwx|ionos|loopia|netcup|njalla|porkbun|transip|vultr)$ ]]; then
|
elif [[ "$DNSPLUGIN" =~ ^(acmedns|aliyun|cpanel|desec|dnspod|do|domeneshop|dynu|godaddy|he|hetzner|infomaniak|inwx|ionos|loopia|netcup|njalla|porkbun|transip|vultr)$ ]]; then
|
||||||
if [ -n "$PROPAGATION" ]; then PROPAGATIONPARAM="--dns-${DNSPLUGIN}-propagation-seconds ${PROPAGATION}"; fi
|
if [ -n "$PROPAGATION" ]; then PROPAGATIONPARAM="--dns-${DNSPLUGIN}-propagation-seconds ${PROPAGATION}"; fi
|
||||||
PREFCHAL="-a dns-${DNSPLUGIN} --dns-${DNSPLUGIN}-credentials /config/dns-conf/${DNSPLUGIN}.ini ${PROPAGATIONPARAM}"
|
PREFCHAL="-a dns-${DNSPLUGIN} --dns-${DNSPLUGIN}-credentials /config/dns-conf/${DNSPLUGIN}.ini ${PROPAGATIONPARAM}"
|
||||||
elif [[ "$DNSPLUGIN" =~ ^(standalone)$ ]]; then
|
elif [[ "$DNSPLUGIN" =~ ^(standalone)$ ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user