Back to Lego

Gravity

docs/content/dns/zz_gen_gravity.md

4.35.21.8 KB
Original Source
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/gravity/gravity.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->

Configuration for Gravity.

<!--more-->
  • Code: gravity
  • Since: v4.30.0

Here is an example bash command using the Gravity provider:

bash
GRAVITY_SERVER_URL="https://example.org:1234" \
GRAVITY_USERNAME="xxxxxxxxxxxxxxxxxxxxx" \
GRAVITY_PASSWORD="yyyyyyyyyyyyyyyyyyyyy" \
lego --dns gravity -d '*.example.com' -d example.com run

Credentials

Environment Variable NameDescription
GRAVITY_PASSWORDPassword
GRAVITY_SERVER_URLURL of the server
GRAVITY_USERNAMEUsername

The environment variable names can be suffixed by _FILE to reference a file instead of a value. More information [here]({{% ref "dns#configuration-and-credentials" %}}).

Additional Configuration

Environment Variable NameDescription
GRAVITY_HTTP_TIMEOUTAPI request timeout in seconds (Default: 30)
GRAVITY_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 2)
GRAVITY_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 60)
GRAVITY_SEQUENCE_INTERVALTime between sequential requests in seconds (Default: 1)

The environment variable names can be suffixed by _FILE to reference a file instead of a value. More information [here]({{% ref "dns#configuration-and-credentials" %}}).

More information

<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/gravity/gravity.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->