mirror of
				https://github.com/linuxserver/docker-swag.git
				synced 2025-11-04 06:52:37 +09:00 
			
		
		
		
	Temporarily remove certbot-dns-porkbun
This commit can be reverted when certbot-dns-porkbun releases a version with certbot 2.x support
This commit is contained in:
		@@ -125,7 +125,6 @@ RUN \
 | 
				
			|||||||
    certbot-dns-njalla \
 | 
					    certbot-dns-njalla \
 | 
				
			||||||
    certbot-dns-nsone \
 | 
					    certbot-dns-nsone \
 | 
				
			||||||
    certbot-dns-ovh \
 | 
					    certbot-dns-ovh \
 | 
				
			||||||
    certbot-dns-porkbun \
 | 
					 | 
				
			||||||
    certbot-dns-rfc2136 \
 | 
					    certbot-dns-rfc2136 \
 | 
				
			||||||
    certbot-dns-route53 \
 | 
					    certbot-dns-route53 \
 | 
				
			||||||
    certbot-dns-sakuracloud \
 | 
					    certbot-dns-sakuracloud \
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -125,7 +125,6 @@ RUN \
 | 
				
			|||||||
    certbot-dns-njalla \
 | 
					    certbot-dns-njalla \
 | 
				
			||||||
    certbot-dns-nsone \
 | 
					    certbot-dns-nsone \
 | 
				
			||||||
    certbot-dns-ovh \
 | 
					    certbot-dns-ovh \
 | 
				
			||||||
    certbot-dns-porkbun \
 | 
					 | 
				
			||||||
    certbot-dns-rfc2136 \
 | 
					    certbot-dns-rfc2136 \
 | 
				
			||||||
    certbot-dns-route53 \
 | 
					    certbot-dns-route53 \
 | 
				
			||||||
    certbot-dns-sakuracloud \
 | 
					    certbot-dns-sakuracloud \
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -125,7 +125,6 @@ RUN \
 | 
				
			|||||||
    certbot-dns-njalla \
 | 
					    certbot-dns-njalla \
 | 
				
			||||||
    certbot-dns-nsone \
 | 
					    certbot-dns-nsone \
 | 
				
			||||||
    certbot-dns-ovh \
 | 
					    certbot-dns-ovh \
 | 
				
			||||||
    certbot-dns-porkbun \
 | 
					 | 
				
			||||||
    certbot-dns-rfc2136 \
 | 
					    certbot-dns-rfc2136 \
 | 
				
			||||||
    certbot-dns-route53 \
 | 
					    certbot-dns-route53 \
 | 
				
			||||||
    certbot-dns-sakuracloud \
 | 
					    certbot-dns-sakuracloud \
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -24,7 +24,7 @@ for i in "${SANED_VARS[@]}"; do
 | 
				
			|||||||
done
 | 
					done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# check to make sure DNSPLUGIN is selected if dns validation is used
 | 
					# check to make sure DNSPLUGIN is selected if dns validation is used
 | 
				
			||||||
if [[ "${VALIDATION}" = "dns" ]] && [[ ! "${DNSPLUGIN}" =~ ^(acmedns|aliyun|azure|cloudflare|cpanel|desec|digitalocean|directadmin|dnsimple|dnsmadeeasy|dnspod|do|domeneshop|duckdns|dynu|gandi|gehirn|godaddy|google|he|hetzner|infomaniak|inwx|ionos|linode|loopia|luadns|netcup|njalla|nsone|ovh|porkbun|rfc2136|route53|sakuracloud|standalone|transip|vultr)$ ]]; then
 | 
					if [[ "${VALIDATION}" = "dns" ]] && [[ ! "${DNSPLUGIN}" =~ ^(acmedns|aliyun|azure|cloudflare|cpanel|desec|digitalocean|directadmin|dnsimple|dnsmadeeasy|dnspod|do|domeneshop|duckdns|dynu|gandi|gehirn|godaddy|google|he|hetzner|infomaniak|inwx|ionos|linode|loopia|luadns|netcup|njalla|nsone|ovh|rfc2136|route53|sakuracloud|standalone|transip|vultr)$ ]]; then
 | 
				
			||||||
    echo "Please set the DNSPLUGIN variable to a valid plugin name. See docker info for more details."
 | 
					    echo "Please set the DNSPLUGIN variable to a valid plugin name. See docker info for more details."
 | 
				
			||||||
    sleep infinity
 | 
					    sleep infinity
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user