From 387f8d942445b0fa812975081904dc18333b32fb Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Sun, 17 May 2026 20:23:22 +0200 Subject: [PATCH] cherry-pick requested changes --- backend/certbot/dns-plugins.json | 4 ++-- docker/Dockerfile | 3 ++- frontend/src/components/SiteFooter.tsx | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/backend/certbot/dns-plugins.json b/backend/certbot/dns-plugins.json index 4cf2c87840..6cc7ef01c3 100644 --- a/backend/certbot/dns-plugins.json +++ b/backend/certbot/dns-plugins.json @@ -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", diff --git a/docker/Dockerfile b/docker/Dockerfile index 88ce95ed1b..f0f9a27d80 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 diff --git a/frontend/src/components/SiteFooter.tsx b/frontend/src/components/SiteFooter.tsx index 57bb21946b..df903a6099 100644 --- a/frontend/src/components/SiteFooter.tsx +++ b/frontend/src/components/SiteFooter.tsx @@ -34,7 +34,7 @@ export function SiteFooter() {