mirror of
				https://github.com/linuxserver/docker-swag.git
				synced 2025-10-31 13:07:44 +09:00 
			
		
		
		
	Add porkbun support back in
This commit is contained in:
		| @@ -125,6 +125,7 @@ RUN \ | ||||
|     certbot-dns-njalla \ | ||||
|     certbot-dns-nsone \ | ||||
|     certbot-dns-ovh \ | ||||
|     certbot-dns-porkbun \ | ||||
|     certbot-dns-rfc2136 \ | ||||
|     certbot-dns-route53 \ | ||||
|     certbot-dns-sakuracloud \ | ||||
|   | ||||
| @@ -125,6 +125,7 @@ RUN \ | ||||
|     certbot-dns-njalla \ | ||||
|     certbot-dns-nsone \ | ||||
|     certbot-dns-ovh \ | ||||
|     certbot-dns-porkbun \ | ||||
|     certbot-dns-rfc2136 \ | ||||
|     certbot-dns-route53 \ | ||||
|     certbot-dns-sakuracloud \ | ||||
|   | ||||
| @@ -125,6 +125,7 @@ RUN \ | ||||
|     certbot-dns-njalla \ | ||||
|     certbot-dns-nsone \ | ||||
|     certbot-dns-ovh \ | ||||
|     certbot-dns-porkbun \ | ||||
|     certbot-dns-rfc2136 \ | ||||
|     certbot-dns-route53 \ | ||||
|     certbot-dns-sakuracloud \ | ||||
|   | ||||
| @@ -154,6 +154,7 @@ app_setup_block: | | ||||
|  | ||||
| # changelog | ||||
| changelogs: | ||||
|   - { date: "06.02.23:", desc: "Add porkbun support back in." } | ||||
|   - { date: "21.01.23:", desc: "Unpin certbot version (allow certbot 2.x). !!BREAKING CHANGE!! We are temporarily removing the certbot porkbun plugin until a new version is released that is compatible with certbot 2.x." } | ||||
|   - { date: "20.01.23:", desc: "Rebase to alpine 3.17 with php8.1." } | ||||
|   - { date: "16.01.23:", desc: "Remove nchan module because it keeps causing crashes." } | ||||
|   | ||||
| @@ -24,7 +24,7 @@ for i in "${SANED_VARS[@]}"; do | ||||
| done | ||||
|  | ||||
| # 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|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|porkbun|rfc2136|route53|sakuracloud|standalone|transip|vultr)$ ]]; then | ||||
|     echo "Please set the DNSPLUGIN variable to a valid plugin name. See docker info for more details." | ||||
|     sleep infinity | ||||
| fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user