bare allow local

This commit is contained in:
velzie 2024-07-22 12:06:22 -04:00
parent f375344281
commit 695310fce9
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F

View file

@ -17,6 +17,7 @@ import { chmodSync, writeFileSync } from "fs";
const bare = createBareServer("/bare/", {
logErrors: true,
blockLocal: false,
});
const fastify = Fastify({