First commit
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM caddy:2.10.2-builder-alpine AS builder
|
||||
|
||||
RUN xcaddy build \
|
||||
--with github.com/caddy-dns/cloudflare@v0.2.2 \
|
||||
--with github.com/sagikazarmark/caddy-fs-s3@v0.11.0
|
||||
|
||||
FROM caddy:2.10.2-alpine
|
||||
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
14
README.md
Normal file
14
README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Caddy Builder
|
||||
|
||||
This repository is meant to help build custom Caddy images for my homelab.
|
||||
|
||||
The image is currently being built with the following two modules:
|
||||
|
||||
- [caddy.fs.s3](https://caddyserver.com/docs/modules/caddy.fs.s3)
|
||||
- [dns.providers.cloudflare](https://caddyserver.com/docs/modules/dns.providers.cloudflare)
|
||||
|
||||
## Downloads
|
||||
|
||||
The images are hosted on:
|
||||
|
||||
`git.aeto.dev/felixtrav/caddy`
|
||||
Reference in New Issue
Block a user