cherry-pick requested changes

This commit is contained in:
Daan Selen
2026-05-17 20:23:22 +02:00
parent 43e0911ce4
commit 387f8d9424
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -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
View File
@@ -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
+1 -1
View File
@@ -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>