I am currently in the process of selfhosting the nameservers for my domain and I have ran into an issue with traefik dns challenge acme. The issue I am having is that traefik is not recognizing technitium as a dns provider.
I am using traefik version 3.1.7 installed using the alpine linux binary
Alpine Package
The envoierment variables I am using are
TECHNITIUM_SERVER_BASE_URL=https://100.127.137.231:53443 TECHNITIUM_API_TOKEN=xxxxxxxxxx
This is the error from the traefik log: {"level":"error","providerName":"letsencrypt.acme","acmeCA":"https://acme-v02.api.letsencrypt.org/directory","providerName":"letsencrypt.acme","ACME CA":"https://acme-v02.api.letsencrypt.org/directory","routerName":"dashboard@file","rule":"Host(`domain1.tld`)","error":"cannot get ACME client unrecognized DNS provider: technitium","domains":["domain2.tld"],"time":"2024-12-24T16:15:25+02:00","message":"Unable to obtain ACME certificate for domains"}