mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-14 05:13:59 +02:00
25 lines
800 B
TOML
25 lines
800 B
TOML
Name = "Netcup"
|
|
Description = ''''''
|
|
URL = "https://www.netcup.eu/"
|
|
Code = "netcup"
|
|
Since = "v1.1.0"
|
|
|
|
Example = '''
|
|
NETCUP_CUSTOMER_NUMBER=xxxx \
|
|
NETCUP_API_KEY=yyyy \
|
|
NETCUP_API_PASSWORD=zzzz \
|
|
lego --email you@example.com --dns netcup -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
NETCUP_CUSTOMER_NUMBER = "Customer number"
|
|
NETCUP_API_KEY = "API key"
|
|
NETCUP_API_PASSWORD = "API password"
|
|
[Configuration.Additional]
|
|
NETCUP_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 30)"
|
|
NETCUP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 900)"
|
|
NETCUP_HTTP_TIMEOUT = "API request timeout in seconds (Default: 10)"
|
|
|
|
[Links]
|
|
API = "https://www.netcup-wiki.de/wiki/DNS_API"
|