mirror of
				https://github.com/linuxserver/docker-swag.git
				synced 2025-10-31 21:17:42 +09:00 
			
		
		
		
	fix the right inis
This commit is contained in:
		| @@ -326,10 +326,11 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 | |||||||
|  |  | ||||||
| ## Versions | ## Versions | ||||||
|  |  | ||||||
|  | * **10.02.21:** - Fix aliyun, domeneshop, inwx and transip dns confs for existing users. | ||||||
| * **09.02.21:** - Rebasing to alpine 3.13. Add nginx mods brotli and dav-ext. Remove nginx mods lua and lua-upstream (due to regression over the last couple of years). | * **09.02.21:** - Rebasing to alpine 3.13. Add nginx mods brotli and dav-ext. Remove nginx mods lua and lua-upstream (due to regression over the last couple of years). | ||||||
| * **26.01.21:** - Add support for hetzner dns validation. | * **26.01.21:** - Add support for hetzner dns validation. | ||||||
| * **20.01.21:** - Add check for ZeroSSL EAB retrieval. | * **20.01.21:** - Add check for ZeroSSL EAB retrieval. | ||||||
| * **08.01.21:** - Add support for getting certs from [ZeroSSL](https://zerossl.com/) via optional `CERTPROVIDER` env var. Update aliyun, domeneshop, inxw and transip dns plugins with the new plugin names. Hide `donoteditthisfile.conf` because users were editing it despite its name. Suppress harmless error when no proxy confs are enabled. | * **08.01.21:** - Add support for getting certs from [ZeroSSL](https://zerossl.com/) via optional `CERTPROVIDER` env var. Update aliyun, domeneshop, inwx and transip dns plugins with the new plugin names. Hide `donoteditthisfile.conf` because users were editing it despite its name. Suppress harmless error when no proxy confs are enabled. | ||||||
| * **03.01.21:** - [Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) /config/nginx/site-confs/default - Add helper pages to aid troubleshooting | * **03.01.21:** - [Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) /config/nginx/site-confs/default - Add helper pages to aid troubleshooting | ||||||
| * **10.12.20:** - Add support for njalla dns validation | * **10.12.20:** - Add support for njalla dns validation | ||||||
| * **09.12.20:** - Check for template/conf updates and notify in the log. Add support for gehirn and sakuracloud dns validation. | * **09.12.20:** - Check for template/conf updates and notify in the log. Add support for gehirn and sakuracloud dns validation. | ||||||
|   | |||||||
| @@ -151,10 +151,11 @@ app_setup_nginx_reverse_proxy_block: "" | |||||||
|  |  | ||||||
| # changelog | # changelog | ||||||
| changelogs: | changelogs: | ||||||
|  |   - { date: "10.02.21:", desc: "Fix aliyun, domeneshop, inwx and transip dns confs for existing users." } | ||||||
|   - { date: "09.02.21:", desc: "Rebasing to alpine 3.13. Add nginx mods brotli and dav-ext. Remove nginx mods lua and lua-upstream (due to regression over the last couple of years)." } |   - { date: "09.02.21:", desc: "Rebasing to alpine 3.13. Add nginx mods brotli and dav-ext. Remove nginx mods lua and lua-upstream (due to regression over the last couple of years)." } | ||||||
|   - { date: "26.01.21:", desc: "Add support for hetzner dns validation." } |   - { date: "26.01.21:", desc: "Add support for hetzner dns validation." } | ||||||
|   - { date: "20.01.21:", desc: "Add check for ZeroSSL EAB retrieval." } |   - { date: "20.01.21:", desc: "Add check for ZeroSSL EAB retrieval." } | ||||||
|   - { date: "08.01.21:", desc: "Add support for getting certs from [ZeroSSL](https://zerossl.com/) via optional `CERTPROVIDER` env var. Update aliyun, domeneshop, inxw and transip dns plugins with the new plugin names. Hide `donoteditthisfile.conf` because users were editing it despite its name. Suppress harmless error when no proxy confs are enabled." } |   - { date: "08.01.21:", desc: "Add support for getting certs from [ZeroSSL](https://zerossl.com/) via optional `CERTPROVIDER` env var. Update aliyun, domeneshop, inwx and transip dns plugins with the new plugin names. Hide `donoteditthisfile.conf` because users were editing it despite its name. Suppress harmless error when no proxy confs are enabled." } | ||||||
|   - { date: "03.01.21:", desc: "[Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) /config/nginx/site-confs/default - Add helper pages to aid troubleshooting" } |   - { date: "03.01.21:", desc: "[Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) /config/nginx/site-confs/default - Add helper pages to aid troubleshooting" } | ||||||
|   - { date: "10.12.20:", desc: "Add support for njalla dns validation" } |   - { date: "10.12.20:", desc: "Add support for njalla dns validation" } | ||||||
|   - { date: "09.12.20:", desc: "Check for template/conf updates and notify in the log. Add support for gehirn and sakuracloud dns validation." } |   - { date: "09.12.20:", desc: "Check for template/conf updates and notify in the log. Add support for gehirn and sakuracloud dns validation." } | ||||||
|   | |||||||
| @@ -194,10 +194,10 @@ else | |||||||
| fi | fi | ||||||
|  |  | ||||||
| # update plugin names in dns conf inis | # update plugin names in dns conf inis | ||||||
| sed -i 's|^certbot_dns_aliyun:||g' /defaults/dns-conf/aliyun.ini | sed -i 's|^certbot_dns_aliyun:||g' /config/dns-conf/aliyun.ini | ||||||
| sed -i 's|^certbot_dns_domeneshop:||g' /defaults/dns-conf/domeneshop.ini | sed -i 's|^certbot_dns_domeneshop:||g' /config/dns-conf/domeneshop.ini | ||||||
| sed -i 's|^certbot_dns_inwx:||g' /defaults/dns-conf/inwx.ini | sed -i 's|^certbot_dns_inwx:||g' /config/dns-conf/inwx.ini | ||||||
| sed -i 's|^certbot_dns_transip:||g' /defaults/dns-conf/transip.ini | sed -i 's|^certbot_dns_transip:||g' /config/dns-conf/transip.ini | ||||||
|  |  | ||||||
| # setting the validation method to use | # setting the validation method to use | ||||||
| if [ "$VALIDATION" = "dns" ]; then | if [ "$VALIDATION" = "dns" ]; then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user