5 Commits

4 changed files with 13 additions and 8 deletions

View File

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

View File

@@ -1,5 +1,5 @@
# Package versions
ARG HUGO_VERSION="0.152.2"
ARG HUGO_VERSION="0.154.2"
ARG CADDY_VERSION="2.10.2"
# Stage 1: Build

2
go.mod
View File

@@ -2,4 +2,4 @@ module git.brds.ca/drew/web
go 1.25.4
require github.com/nunocoracao/blowfish/v2 v2.93.0 // indirect
require github.com/nunocoracao/blowfish/v2 v2.97.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.93.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk=
github.com/nunocoracao/blowfish/v2 v2.97.0 h1:ofFBkTQKFDnM5/XVLReuJ6KPzLQFwscEg0dYEebWXvw=
github.com/nunocoracao/blowfish/v2 v2.97.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk=