File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 232232 "version" : " ~=0.1.0"
233233 },
234234 "eurodns" : {
235- "credentials" : " dns_eurodns_applicationId = myuser\n dns_eurodns_apiKey = mysecretpassword\n dns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy " ,
235+ "credentials" : " dns_eurodns_applicationId = myuser\n dns_eurodns_apiKey = mysecretpassword\n dns_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\n dns_firstdomains_password = verysecureremoteuserpassword" ,
Original file line number Diff line number Diff line change 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
67FROM nginxproxymanager/testca AS testca
7- FROM nginxproxymanager/nginx-full:certbot-node
8+ FROM $BASE_IMAGE
89
910ARG TARGETPLATFORM
1011ARG BUILD_VERSION
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments