From a3da6c47374307f129d5f9159d68f37b1933d0cf Mon Sep 17 00:00:00 2001 From: morthimer Date: Thu, 6 Jun 2024 01:35:28 +0000 Subject: [PATCH] bump: update caddy to 2.8.4 and caddy-docker-proxy to 2.9.1 --- .gitea/workflows/build.yaml | 4 ++-- README.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e8a1d2b..494e6d2 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,8 +2,8 @@ name: Build morthimer/caddy-homelab image on: [push] env: - CADDY_VERSION: 2.8.1 - CADDY_DOCKER_PROXY_VERSION: 2.9.0 + CADDY_VERSION: 2.8.4 + CADDY_DOCKER_PROXY_VERSION: 2.9.1 jobs: lint: diff --git a/README.md b/README.md index 93ff8c1..a6333f5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # caddy-homelab +## Description +This Caddy image is built and used for my homelab to deliver Let's Encrypt certificates with my DNS provider OVH using DNS Challenge and enables Caddy to be used as a reverse proxy for Docker containers via labels + +## Requirements +This image uses the following software: +- [Caddy](https://github.com/caddyserver/caddy) + - [Caddy-Docker-Proxy](https://github.com/lucaslorentz/caddy-docker-proxy) + - [OVH module for Caddy](https://github.com/caddy-dns/ovh) + +The last module can be changed for the DNS provider of your module of your choice, please make sure it is listed here: https://github.com/caddy-dns \ No newline at end of file