Skip to content

Commit

Permalink
Add support for Bluesky PDS
Browse files Browse the repository at this point in the history
  • Loading branch information
vcsjones authored Nov 30, 2024
1 parent 1b77d4b commit 25b53ea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _server/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
key_type p256
email kevin@vcsjones.com
default_sni vcsjones.dev
on_demand_tls {
ask http://localhost:3000/tls-check
}
}

(tls) {
Expand All @@ -14,6 +17,14 @@
header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
}

*.pds.vcsjones.dev, pds.vcsjones.dev {
tls {
on_demand
}

reverse_proxy http://localhost:3000
}

shrug.fyi {
import tls
import tls-headers
Expand Down

0 comments on commit 25b53ea

Please sign in to comment.