Code Monkey home page Code Monkey logo

caddy-docker-custom's Introduction

caddy-docker-custom

Build Status

Heavily inspired by IAreKyleW00t/docker-caddy-cloudflare, the official Caddy Docker image with additional modules added:

docker pull docker.io/emarshal/caddy-custom:latest

Customization

This repository makes some opininiated choices for my particular environment/usage. Suggest reviewing at minimum, the following:

  • Included modules. (In Dockerfile.)
  • Supported platforms. (In docker/build-push-action step in docker.yaml.)

Tags

The following tags are available for the emarshal/caddy-custom image.

  • latest
  • <version> (eg: 2.6.4, including: 2.6, 2, etc.)

Usage

Refer to the official Caddy Docker image and docs for more information on using Caddy.

Create the container as usual and include your CF_API_TOKEN. We can utilizing Caddy's support for Environment varaiables to pass these values into our Caddyfile.

Then set the global acme_dns directive in your Caddyfile

{
  acme_dns cloudflare {env.CF_API_TOKEN}
}

See the caddy-dns/cloudflare module and tls directive for advanced usage.

Creating a Cloudflare API Token

You can generate a Cloudflare API token via the Cloudflare web console using the following steps:

  1. Login to your Dashboard
  2. Go to Account Profile > API Tokens
  3. Click "Create token" (Use the "Create Custom Token" option)
  4. Grant the following permissions:
    • Zone > Zone > Read
    • Zone > DNS > Edit

Building

You can build the Docker image locally by doing

docker build -t caddy-custom .

caddy-docker-custom's People

Contributors

emarshal avatar dependabot[bot] avatar pre-commit-ci[bot] avatar

Watchers

 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.