[mod] redir
This commit is contained in:
parent
4dbc308191
commit
c5828982d6
@ -43,6 +43,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
# quodatum domain -------------------------------
|
# quodatum domain -------------------------------
|
||||||
|
quodatum.duckdns.org {
|
||||||
|
redir https://about.{host}{uri}
|
||||||
|
}
|
||||||
|
|
||||||
*.quodatum.duckdns.org {
|
*.quodatum.duckdns.org {
|
||||||
import duckdns
|
import duckdns
|
||||||
# import auth_quodatum
|
# import auth_quodatum
|
||||||
@ -86,6 +90,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
# orlop domain ------------------------------------
|
# orlop domain ------------------------------------
|
||||||
|
quodatum.duckdns.org {
|
||||||
|
redir https://about.{host}{uri}
|
||||||
|
}
|
||||||
|
|
||||||
*.orlop.duckdns.org {
|
*.orlop.duckdns.org {
|
||||||
import duckdns
|
import duckdns
|
||||||
# import auth
|
# import auth
|
||||||
|
@ -7,8 +7,8 @@ FROM $VERSION-builder AS builder
|
|||||||
|
|
||||||
RUN xcaddy build \
|
RUN xcaddy build \
|
||||||
--with github.com/caddy-dns/duckdns \
|
--with github.com/caddy-dns/duckdns \
|
||||||
--with github.com/greenpau/caddy-security@v1.1.5 \
|
--with github.com/greenpau/caddy-security \
|
||||||
--with github.com/greenpau/caddy-trace@v1.1.8
|
--with github.com/greenpau/caddy-trace@v1.1.9
|
||||||
FROM $VERSION
|
FROM $VERSION
|
||||||
|
|
||||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
@ -1,6 +1,9 @@
|
|||||||
# Caddy
|
# 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
|
## local
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user