mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-13 03:15:48 +02:00
24 lines
893 B
TOML
24 lines
893 B
TOML
Name = "Spaceship"
|
|
Description = ''''''
|
|
URL = "https://www.spaceship.com/"
|
|
Code = "spaceship"
|
|
Since = "v4.22.0"
|
|
|
|
Example = '''
|
|
SPACESHIP_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
|
|
SPACESHIP_API_SECRET="xxxxxxxxxxxxxxxxxxxxx" \
|
|
lego --email you@example.com --dns spaceship -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
SPACESHIP_API_KEY = "API key"
|
|
SPACESHIP_API_SECRET = "API secret"
|
|
[Configuration.Additional]
|
|
SPACESHIP_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
|
|
SPACESHIP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
|
|
SPACESHIP_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
|
|
SPACESHIP_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
|
|
|
|
[Links]
|
|
API = "https://docs.spaceship.dev/#tag/DNS-records"
|