Skip to content

niklas-heer/dvoc17

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Session Caddy

This repo contains the session notes for the session "Caddy" at the #dvoc17

Links

Log

$ docker run -d \
    -e "CADDYPATH=/etc/caddycerts" \
    -v $(pwd)/.caddy:/etc/caddycerts \
    -v $(pwd):/srv \
    -v $(pwd)/Caddyfile:/etc/Caddyfile \
    -p 80:80 -p 443:443 \
    abiosoft/caddy
$ git clone https://github.com/abiosoft/caddy-docker.git
$ cd caddy-docker/
$ docker build --build-arg plugins=http.git -t caddy-plugins .

More Stuff

see also: https://github.com/niklas-heer/dvocc16

About

session "caddy" for #dvoc17

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published