Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for provider: lima-city #2247

Closed
4 of 5 tasks
feroxib opened this issue Aug 26, 2024 · 4 comments · Fixed by #2248
Closed
4 of 5 tasks

Support for provider: lima-city #2247

feroxib opened this issue Aug 26, 2024 · 4 comments · Fixed by #2248

Comments

@feroxib
Copy link

feroxib commented Aug 26, 2024

Welcome

  • Yes, I've searched similar issues on GitHub and didn't find any.
  • Yes, the DNS provider exposes a public API.
  • Yes, I know that the lego maintainers don't have an account in all DNS providers in the world.
  • Yes, I'm able to create a pull request and be able to maintain the implementation.
  • Yes, I'm able to test an implementation if someone creates a pull request to add the support of this DNS provider.

How do you use lego?

Through Caddy

Link to the DNS provider

https://www.lima-city.de/

Link to the API documentation

https://www.lima-city.de/hilfe/lima-city-api

Additional Notes

implementation in acme.sh https://github.com/acmesh-official/acme.sh/blob/master/dnsapi/dns_limacity.sh

@go-acme go-acme deleted a comment Aug 26, 2024
@ldez ldez self-assigned this Aug 26, 2024
@ldez
Copy link
Member

ldez commented Aug 26, 2024

Hello,

Can you help me to fill the holes in the API documentation?

I need the JSON of the API response to https://www.lima-city.de/usercp/domains.json.

curl -u "api:<YOUR_API_KEY>" https://www.lima-city.de/usercp/domains.json

@feroxib
Copy link
Author

feroxib commented Aug 27, 2024

sure!
here you go

{"domains":[{"id":2,"mode":"CREATE","tld":"com","domain":"example","in_subscription":false,"auto_renew":false,"status":"ok","unicode_fqdn":"example.com","registered_at":"1970-01-01T00:00:00+00:00","registered_until":"2000-01-01T00:00:00+00:00","renew_price":00.01}]}

@feroxib
Copy link
Author

feroxib commented Aug 29, 2024

im impatient and it sucks...
but i have to ask.

any idea on an release date?
since i would love to use lego in docker and if i understand correctly docker labels only exist for the released versions

@ldez
Copy link
Member

ldez commented Aug 29, 2024

I will finish the Mittwald implementation, and after the merge of this PR, I think we will create a release.
So in a few days (at least I hope 😸)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

4 participants
@ldez @feroxib and others