Skip to content

Commit

Permalink
Update readme: add link to lego DNS providers
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenasm committed Oct 21, 2023
1 parent d3bde78 commit 5e707d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 5e707d2

Please sign in to comment.