Skip to content

liuzl/caddy2-zauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caddy2-zauth

Overview

zauth is a HMAC(AK/SK) authentication middleware for Caddy v2.

Installation

Rebuild caddy as follows:

xcaddy build --with github.com/liuzl/caddy2-zauth

Caddyfile syntax

127.0.0.1:2021 {
    zauth {
        auth_db_dir ./authdb
        auth_admin_addr 127.0.0.1:1983
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages