adding silverbullet

This commit is contained in:
2025-05-27 20:56:03 -06:00
parent 53d14b206b
commit 8d902cd688
4 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3000"
}
}
}
}
}