Sign inSign up

sedyh/caddy-mfa

By sedyh

Updated 4 months ago

Caddy with MFA

Image
Networking
Security
Web servers
0

717

sedyh/caddy-mfa repository overview

caddy-mfa

Custom caddy image with the caddy-security plugin for authentication and MFA support.

Image

docker pull sedyh/caddy-mfa

What's included

ComponentVersion
caddy2.11.3
caddy-security1.1.62

Usage

services:
  caddy:
    image: sedyh/caddy-mfa:2.11.3
    restart: unless-stopped
    ports:
      - "80:80"
      - "443:443"
    volumes:
      - ./conf:/etc/caddy
      - caddy_data:/data
      - caddy_config:/config

volumes:
  caddy_data:
  caddy_config:

Place your Caddyfile and any other configuration files inside the conf/ directory.

Build locally

docker build -f caddy.dockerfile -t caddy-mfa .

Tag summary

Content type

Image

Digest

sha256:8407f3609

Size

45.8 MB

Last updated

4 months ago

docker pull sedyh/caddy-mfa