From c5828982d620978d8adf204b8bcf4063abafe099 Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Mon, 9 May 2022 16:19:13 +0100 Subject: [PATCH] [mod] redir --- caddy/Caddyfile | 8 ++++++++ caddy/Dockerfile | 4 ++-- caddy/readme.md | 5 ++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/caddy/Caddyfile b/caddy/Caddyfile index b5eb763..069d260 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -43,6 +43,10 @@ } } # quodatum domain ------------------------------- +quodatum.duckdns.org { + redir https://about.{host}{uri} +} + *.quodatum.duckdns.org { import duckdns # import auth_quodatum @@ -86,6 +90,10 @@ } } # orlop domain ------------------------------------ +quodatum.duckdns.org { + redir https://about.{host}{uri} +} + *.orlop.duckdns.org { import duckdns # import auth diff --git a/caddy/Dockerfile b/caddy/Dockerfile index 9f68e65..a62de3c 100644 --- a/caddy/Dockerfile +++ b/caddy/Dockerfile @@ -7,8 +7,8 @@ FROM $VERSION-builder AS builder RUN xcaddy build \ --with github.com/caddy-dns/duckdns \ - --with github.com/greenpau/caddy-security@v1.1.5 \ - --with github.com/greenpau/caddy-trace@v1.1.8 + --with github.com/greenpau/caddy-security \ + --with github.com/greenpau/caddy-trace@v1.1.9 FROM $VERSION COPY --from=builder /usr/bin/caddy /usr/bin/caddy \ No newline at end of file diff --git a/caddy/readme.md b/caddy/readme.md index b2c8bb2..68f1060 100644 --- a/caddy/readme.md +++ b/caddy/readme.md @@ -1,6 +1,9 @@ # Caddy -builds docker image with github.com/caddy-dns/duckdns +builds docker image with +* github.com/caddy-dns/duckdns +* https://github.com/authp/authp.github.io @v1.1.6 https://authp.github.io/ +* https://github.com/greenpau/caddy-trace @v1.1.9 ## local