Migrate from Makefile to justfile

This commit is contained in:
Dave Gallant
2024-03-18 20:45:35 -04:00
parent 54de6a38c8
commit 2902f5735b
3 changed files with 10 additions and 32 deletions

View File

@@ -94,7 +94,7 @@ Note that you must specify a `TS_AUTHKEY` in the `ts-gitea` service. You can gen
"${TS_CERT_DOMAIN}:443":
{ "Handlers": { "/": { "Proxy": "http://127.0.0.1:3000" } } },
},
"AllowFunnel": { "${TS_CERT_DOMAIN}:443": false },
"AllowFunnel": { "${TS_CERT_DOMAIN}:443": false }
}
```