mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 07:20:29 +03:00
add docs for Sygnal set-up
This commit is contained in:
parent
f24c6cce76
commit
488bb724c5
5 changed files with 337 additions and 0 deletions
10
docs/Caddyfile
Normal file
10
docs/Caddyfile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
(tls_cloudflare) {
|
||||
tls {
|
||||
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
||||
}
|
||||
}
|
||||
|
||||
<URL-HERE> {
|
||||
import tls_cloudflare
|
||||
reverse_proxy sygnal:5000
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue