mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-15 05:44:18 +02:00
21 lines
715 B
TOML
21 lines
715 B
TOML
Name = "Timeweb Cloud"
|
|
Description = ''''''
|
|
URL = "https://timeweb.cloud/"
|
|
Code = "timewebcloud"
|
|
Since = "v4.20.0"
|
|
|
|
Example = '''
|
|
TIMEWEBCLOUD_AUTH_TOKEN=xxxxxx \
|
|
lego --email you@example.com --dns timewebcloud -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
TIMEWEBCLOUD_AUTH_TOKEN = "Authentication token"
|
|
[Configuration.Additional]
|
|
TIMEWEBCLOUD_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
|
|
TIMEWEBCLOUD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
|
|
TIMEWEBCLOUD_HTTP_TIMEOUT = "API request timeout in seconds (Default: 10)"
|
|
|
|
[Links]
|
|
API = "https://timeweb.cloud/api-docs"
|