mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-03-06 10:23:33 +09:00
Compare commits
10 Commits
5.1.0-ls41
...
5.1.0-ls41
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4076c6b012 | ||
|
|
8437debed5 | ||
|
|
0f177af593 | ||
|
|
23dd0531f1 | ||
|
|
56d0503cb3 | ||
|
|
0e19ad9d0f | ||
|
|
f491b59335 | ||
|
|
d602e9bccf | ||
|
|
284a8c66f9 | ||
|
|
a5f1da0bcf |
@@ -22,8 +22,8 @@ azure-mgmt-dns 9.0.0 python
|
||||
backports-tarfile 1.2.0 python
|
||||
bash 5.2.37-r0 apk
|
||||
beautifulsoup4 4.14.2 python
|
||||
boto3 1.40.59 python
|
||||
botocore 1.40.59 python
|
||||
boto3 1.40.66 python
|
||||
botocore 1.40.66 python
|
||||
brotli-libs 1.1.0-r2 apk
|
||||
bs4 0.0.2 python
|
||||
busybox 1.37.0-r19 apk
|
||||
@@ -120,10 +120,10 @@ gnupg-keyboxd 2.4.7-r0 apk
|
||||
gnupg-utils 2.4.7-r0 apk
|
||||
gnupg-wks-client 2.4.7-r0 apk
|
||||
gnutls 3.8.8-r0 apk
|
||||
google-api-core 2.27.0 python
|
||||
google-api-python-client 2.185.0 python
|
||||
google-auth 2.41.1 python
|
||||
google-auth-httplib2 0.2.0 python
|
||||
google-api-core 2.28.1 python
|
||||
google-api-python-client 2.186.0 python
|
||||
google-auth 2.42.1 python
|
||||
google-auth-httplib2 0.2.1 python
|
||||
googleapis-common-protos 1.71.0 python
|
||||
gpg 2.4.7-r0 apk
|
||||
gpg-agent 2.4.7-r0 apk
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# Instructions: https://github.com/obynio/certbot-plugin-gandi#usage
|
||||
# Replace with your value
|
||||
# live dns v5 api key
|
||||
dns_gandi_api_key=APIKEY
|
||||
# Replace with your Gandi Live DNS v5 Personal Access Token
|
||||
dns_gandi_token=TOKEN
|
||||
|
||||
# optional organization id, remove it if not used
|
||||
#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
|
||||
fi
|
||||
# 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
|
||||
sed -i "/^dns-${DNSPLUGIN}-propagation-seconds\b/d" /config/etc/letsencrypt/cli.ini
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user