add docs for Sygnal set-up

This commit is contained in:
Gigiaj 2025-06-19 00:25:56 -05:00
parent f24c6cce76
commit 488bb724c5
5 changed files with 337 additions and 0 deletions

10
docs/Caddyfile Normal file
View file

@ -0,0 +1,10 @@
(tls_cloudflare) {
tls {
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
}
}
<URL-HERE> {
import tls_cloudflare
reverse_proxy sygnal:5000
}