cherry-pick requested changes
This commit is contained in:
@@ -232,12 +232,12 @@
|
||||
"version": "~=0.1.0"
|
||||
},
|
||||
"eurodns": {
|
||||
"credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy",
|
||||
"credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/dns-zones/",
|
||||
"dependencies": "",
|
||||
"full_plugin_name": "dns-eurodns",
|
||||
"name": "EuroDNS",
|
||||
"package_name": "certbot-dns-eurodns",
|
||||
"version": "~=0.0.4"
|
||||
"version": "~=1.8.2"
|
||||
},
|
||||
"firstdomains": {
|
||||
"credentials": "dns_firstdomains_username = myremoteuser\ndns_firstdomains_password = verysecureremoteuserpassword",
|
||||
|
||||
+2
-1
@@ -3,8 +3,9 @@
|
||||
|
||||
# This file assumes that the frontend has been built using ./scripts/frontend-build
|
||||
|
||||
ARG BASE_IMAGE=nginxproxymanager/nginx-full:certbot-node
|
||||
FROM nginxproxymanager/testca AS testca
|
||||
FROM nginxproxymanager/nginx-full:certbot-node
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
ARG BUILD_VERSION
|
||||
|
||||
@@ -34,7 +34,7 @@ export function SiteFooter() {
|
||||
<div className="col-12 col-lg-auto mt-3 mt-lg-0">
|
||||
<ul className="list-inline list-inline-dots mb-0">
|
||||
<li className="list-inline-item">
|
||||
© 2025{" "}
|
||||
© 2026{" "}
|
||||
<a href="https://jc21.com" rel="noreferrer" target="_blank" className="link-secondary">
|
||||
jc21.com
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user