mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
26 lines
1 KiB
TOML
26 lines
1 KiB
TOML
Name = "Websupport"
|
|
Description = ''''''
|
|
URL = "https://websupport.sk"
|
|
Code = "websupport"
|
|
Since = "v4.10.0"
|
|
|
|
Example = '''
|
|
WEBSUPPORT_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
|
|
WEBSUPPORT_SECRET="yyyyyyyyyyyyyyyyyyyyy" \
|
|
lego --email you@example.com --dns websupport -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
WEBSUPPORT_API_KEY = "API key"
|
|
WEBSUPPORT_SECRET = "API secret"
|
|
[Configuration.Additional]
|
|
WEBSUPPORT_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
|
|
WEBSUPPORT_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
|
|
WEBSUPPORT_SEQUENCE_INTERVAL = "Time between sequential requests in seconds (Default: 60)"
|
|
WEBSUPPORT_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 600)"
|
|
WEBSUPPORT_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
|
|
|
|
[Links]
|
|
API = "https://rest.websupport.sk/v2/docs"
|
|
APIv1 = "https://rest.websupport.sk/docs/v1.service#services"
|