Giter Site home page Giter Site logo

cloudflare-go's Introduction

cloudflare-go

Dynamic DNS record updater written in Golang

pipeline status coverage report

Use

You can either start this container via docker run or docker-compose.

Quick Start:

docker container run \
  -p 8080:8080 \
  -e CF_EMAIL="[email protected]" \
  -e CF_KEY="my_global_api_key" \
  -e CF_ZONE="my_zone_id" \
  starttoaster/cloudflare-go:latest

View the webUI in your web browser to see it run: localhost:8080

Image of webUI

Example docker-compose.yml:

version: '2'
services:

 cloudflare:
   container_name: cloudflare-dns
   image: starttoaster/cloudflare-go:latest
   environment:
     - CF_EMAIL="[email protected]"
     - CF_KEY="my_global_api_key"
     - CF_ZONE="my_zone_id"

NOTE: The bare minimum required details to interact with Cloudflare's DNS API is the account email, Global API Key, and Zone ID attributes. This container finds other necessary attributes without requiring user input by itself, but if you need help finding the 3 required attributes I listed, view the section below regarding "API Attributes".

Environment Variables

Variable Function
-e CF_EMAIL The email address associated with your Cloudflare account
-e CF_KEY A unique 'Global API Key' is assigned to every Cloudflare DNS user
-e CF_ZONE A unique 'Zone ID' is assigned to each domain registered in a Cloudflare account

How to find the attributes for credfile

  1. Account Email -- This is just the email address your Cloudflare account is under.

  2. Global API Key -- This is found in the Cloudflare website under "My Profile > API Keys > Global API Key"

  3. Zone ID -- This ID is a random string of letters and numbers specific to your domain name. Found in the Cloudflare website on your domain's "Overview" page written as "Zone ID"

cloudflare-go's People

Contributors

starttoaster avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.