Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 738 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 738 Bytes

dokku-cloudflare-dns

Automatically update outdated and add new DNS records to your Cloudflare zone(s) whenever an app is deployed or an apps domains have been updated.

Usage

Installation

$ dokku plugin:install /~https://github.com/kldzj/dokku-cloudflare-dns.git

Configuration

  1. Grab the IPv4 address of your Dokku instance
  2. Grab a new and restricted Cloudflare API token; should have permission to edit DNS records for all the zones you want to manage (Help)

Run:

$ dokku config:set --global CF_SERVER_IP=YOUR_DOKKU_SERVER_IP \
                          CF_TOKEN=YOUR_CLOUDFLARE_API_TOKEN