13 Commits

4 changed files with 15 additions and 10 deletions

View File

@@ -1,9 +1,14 @@
{ {
default_sni web default_sni web
} }
https:// { https:// {
tls /tls/tls.crt /tls/tls.key tls /tls/tls.crt /tls/tls.key
root * /srv root * /srv
file_server file_server
}
http:// {
root * /srv
file_server
} }

View File

@@ -1,6 +1,6 @@
# Package versions # Package versions
ARG HUGO_VERSION="0.152.2" ARG HUGO_VERSION="0.155.3"
ARG CADDY_VERSION="2.10.2" ARG CADDY_VERSION="2.11.1"
# Stage 1: Build # Stage 1: Build
FROM core.harbor.brds.ca/d-b.ca/hugo-builder:${HUGO_VERSION} AS builder FROM core.harbor.brds.ca/d-b.ca/hugo-builder:${HUGO_VERSION} AS builder

4
go.mod
View File

@@ -1,5 +1,5 @@
module git.brds.ca/drew/web module git.brds.ca/drew/web
go 1.25.4 go 1.26.2
require github.com/nunocoracao/blowfish/v2 v2.93.0 // indirect require github.com/nunocoracao/blowfish/v2 v2.102.0 // indirect

4
go.sum
View File

@@ -1,2 +1,2 @@
github.com/nunocoracao/blowfish/v2 v2.93.0 h1:Icew7jladCzzfEVFmxP8rZWodDdE2moPAJZhfJvT8vU= github.com/nunocoracao/blowfish/v2 v2.102.0 h1:I5OdyUy4gGOZo3IyhewUk55u8Johmoex7LrvboChie8=
github.com/nunocoracao/blowfish/v2 v2.93.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk= github.com/nunocoracao/blowfish/v2 v2.102.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk=