domeneshop.toml 983 B

1234567891011121314151617181920212223242526272829303132
  1. Name = "Domeneshop"
  2. Description = ''''''
  3. URL = "https://domene.shop"
  4. Code = "domeneshop"
  5. Aliases = ["domainnameshop"]
  6. Since = "v4.3.0"
  7. Example = '''
  8. DOMENESHOP_API_TOKEN=<token> \
  9. DOMENESHOP_API_SECRET=<secret> \
  10. lego --email example@example.com --dns domeneshop -d '*.example.com' -d example.com run
  11. '''
  12. Additional = '''
  13. ### API credentials
  14. Visit the following page for information on how to create API credentials with Domeneshop:
  15. https://api.domeneshop.no/docs/#section/Authentication
  16. '''
  17. [Configuration]
  18. [Configuration.Credentials]
  19. DOMENESHOP_API_TOKEN = "API token"
  20. DOMENESHOP_API_SECRET = "API secret"
  21. [Configuration.Additional]
  22. DOMENESHOP_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 20)"
  23. DOMENESHOP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 300)"
  24. DOMENESHOP_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  25. [Links]
  26. API = "https://api.domeneshop.no/docs"