mirror of
https://github.com/vrtmrz/self-hosted-livesync-server-tailscale.git
synced 2026-05-17 08:15:47 +03:00
19 lines
340 B
JSON
19 lines
340 B
JSON
{
|
|
"TCP": {
|
|
"443": {
|
|
"HTTPS": true
|
|
}
|
|
},
|
|
"Web": {
|
|
"${TS_CERT_DOMAIN}:443": {
|
|
"Handlers": {
|
|
"/": {
|
|
"Proxy": "http://127.0.0.1:5984"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"AllowFunnel": {
|
|
"${TS_CERT_DOMAIN}:443": true
|
|
}
|
|
} |