mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-04 00:13:33 +00:00
remove zope again and switch to other dnspod plugin
This commit is contained in:
@@ -37,7 +37,7 @@ RUN apk add --no-cache ca-certificates tzdata \
|
|||||||
coreutils grep jq curl \
|
coreutils grep jq curl \
|
||||||
build-base libffi-dev && \
|
build-base libffi-dev && \
|
||||||
# Install Certbot
|
# Install Certbot
|
||||||
pip install --no-cache-dir certbot zope && \
|
pip install --no-cache-dir certbot && \
|
||||||
# Clean
|
# Clean
|
||||||
apk del --no-cache build-base libffi-dev
|
apk del --no-cache build-base libffi-dev
|
||||||
|
|
||||||
|
@@ -165,10 +165,10 @@ dns_dnsmadeeasy_secret_key = c9b5625f-9834-4ff8-baba-4ed5f32cae55`,
|
|||||||
//####################################################//
|
//####################################################//
|
||||||
dnspod: {
|
dnspod: {
|
||||||
display_name: 'DNSPod',
|
display_name: 'DNSPod',
|
||||||
package_name: 'certbot-dns-dnspod',
|
package_name: 'certbot-dnspod',
|
||||||
credentials: `dns_dnspod_email = "email@example.com"
|
credentials: `certbot_dnspod_token = <your token>
|
||||||
dns_dnspod_api_token = "id,key"`,
|
certbot_dnspod_token_id = <your token id>`,
|
||||||
full_plugin_name: 'dns-dnspod',
|
full_plugin_name: 'certbot-dnspod',
|
||||||
},
|
},
|
||||||
//####################################################//
|
//####################################################//
|
||||||
domainoffensive: {
|
domainoffensive: {
|
||||||
|
@@ -363,6 +363,9 @@ else
|
|||||||
/data/tls/dummykey.pem || sleep inf
|
/data/tls/dummykey.pem || sleep inf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
chmod -R 600 /data/tls \
|
||||||
|
/data/etc/access
|
||||||
|
|
||||||
if [ ! -f /data/nginx/default.conf ]; then
|
if [ ! -f /data/nginx/default.conf ]; then
|
||||||
mv -vn /usr/local/nginx/conf/conf.d/include/default.conf /data/nginx/default.conf || sleep inf
|
mv -vn /usr/local/nginx/conf/conf.d/include/default.conf /data/nginx/default.conf || sleep inf
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user