-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme: add link to lego DNS providers
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,8 +82,8 @@ List of environment variables for more customization: | |
| HTTPS_HOSTNAME | swarm-dashboard.example.com | Use this env if ENABLE_HTTPS is `true`. | | ||
| LEGO_NEW_COMMAND_ARGS | --accept-tos --email=[email protected] --domains=swarm-dashboard.example.com --dns cloudflare run | Use this env if ENABLE_HTTPS is `true`. | | ||
| LEGO_RENEW_COMMAND_ARGS | --accept-tos --email=[email protected] --domains=swarm-dashboard.example.com --dns cloudflare renew | Use this env if ENABLE_HTTPS is `true`. | | ||
| CLOUDFLARE_EMAIL | [email protected] | You can use any DNS provider that Lego supports. | | ||
| CLOUDFLARE_API_KEY | yourprivatecloudflareapikey | You can use any DNS provider that Lego supports. | | ||
| CLOUDFLARE_EMAIL | [email protected] | You can use any (DNS provider that Lego supports)[https://go-acme.github.io/lego/dns/]. | | ||
| CLOUDFLARE_API_KEY | yourprivatecloudflareapikey | You can use any (DNS provider that Lego supports)[https://go-acme.github.io/lego/dns/]. | | ||
| DOCKER_UPDATE_INTERVAL | 1000 | Refresh interval in ms. | | ||
| METRICS_UPDATE_INTERVAL | 5000 | Refresh interval in ms. | | ||
| NODE_EXPORTER_SERVICE_NAME_REGEX | node-exporter | Use this env to enable `node-exporter` integration. | | ||
|