variomedia.toml 759 B

123456789101112131415161718192021222324
  1. Name = "Variomedia"
  2. Description = ''''''
  3. URL = "https://www.variomedia.de/"
  4. Code = "variomedia"
  5. Since = "v4.8.0"
  6. Example = '''
  7. VARIOMEDIA_API_TOKEN=xxxx \
  8. lego --email you@example.com --dns variomedia --domains my.example.org run
  9. '''
  10. [Configuration]
  11. [Configuration.Credentials]
  12. VARIOMEDIA_API_TOKEN = "API token"
  13. [Configuration.Additional]
  14. VARIOMEDIA_POLLING_INTERVAL = "Time between DNS propagation check"
  15. VARIOMEDIA_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  16. VARIOMEDIA_TTL = "The TTL of the TXT record used for the DNS challenge"
  17. DODE_SEQUENCE_INTERVAL = "Time between sequential requests"
  18. VARIOMEDIA_HTTP_TIMEOUT = "API request timeout"
  19. [Links]
  20. API = "https://api.variomedia.de/docs/dns-records.html"