Skip to content

Commit 8e042ba

Browse files
authored
Merge pull request #5535 from DaanSelen/develop
chore(deps): bump EuroDNS plugin and fix endpoint url
2 parents fc1adb6 + 79a4128 commit 8e042ba

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

backend/certbot/dns-plugins.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,12 +232,12 @@
232232
"version": "~=0.1.0"
233233
},
234234
"eurodns": {
235-
"credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy",
235+
"credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/dns-zones/",
236236
"dependencies": "",
237237
"full_plugin_name": "dns-eurodns",
238238
"name": "EuroDNS",
239239
"package_name": "certbot-dns-eurodns",
240-
"version": "~=0.0.4"
240+
"version": "~=1.8.2"
241241
},
242242
"firstdomains": {
243243
"credentials": "dns_firstdomains_username = myremoteuser\ndns_firstdomains_password = verysecureremoteuserpassword",

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
# This file assumes that the frontend has been built using ./scripts/frontend-build
55

6+
ARG BASE_IMAGE=nginxproxymanager/nginx-full:certbot-node
67
FROM nginxproxymanager/testca AS testca
7-
FROM nginxproxymanager/nginx-full:certbot-node
8+
FROM $BASE_IMAGE
89

910
ARG TARGETPLATFORM
1011
ARG BUILD_VERSION

frontend/src/components/SiteFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function SiteFooter() {
3434
<div className="col-12 col-lg-auto mt-3 mt-lg-0">
3535
<ul className="list-inline list-inline-dots mb-0">
3636
<li className="list-inline-item">
37-
© 2025{" "}
37+
© 2026{" "}
3838
<a href="https://jc21.com" rel="noreferrer" target="_blank" className="link-secondary">
3939
jc21.com
4040
</a>

0 commit comments

Comments
 (0)