mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-14 21:34:48 +02:00
23 lines
895 B
TOML
23 lines
895 B
TOML
Name = "Lima-City"
|
|
Description = ''''''
|
|
URL = "https://www.lima-city.de"
|
|
Code = "limacity"
|
|
Since = "v4.18.0"
|
|
|
|
Example = '''
|
|
LIMACITY_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
|
|
lego --email you@example.com --dns limacity -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
LIMACITY_API_KEY = "The API key"
|
|
[Configuration.Additional]
|
|
LIMACITY_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 80)"
|
|
LIMACITY_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 480)"
|
|
LIMACITY_SEQUENCE_INTERVAL = "Time between sequential requests in seconds (Default: 90)"
|
|
LIMACITY_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)"
|
|
LIMACITY_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
|
|
|
|
[Links]
|
|
API = "https://www.lima-city.de/hilfe/lima-city-api"
|