[mod] redir

This commit is contained in:
Andy Bunce 2022-05-09 16:19:13 +01:00
parent 4dbc308191
commit c5828982d6
3 changed files with 14 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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