[mod] redir
This commit is contained in:
parent
4dbc308191
commit
c5828982d6
@ -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
|
||||
|
@ -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
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user