Add basic provisioning room v1 and update keys

This commit is contained in:
Owen 2026-03-29 16:28:51 -07:00
parent 77cef554be
commit fcf92d4e2c
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
19 changed files with 219 additions and 71 deletions

View file

@ -101,7 +101,7 @@ export const sites = pgTable("sites", {
lastHolePunch: bigint("lastHolePunch", { mode: "number" }),
listenPort: integer("listenPort"),
dockerSocketEnabled: boolean("dockerSocketEnabled").notNull().default(true),
status: varchar("status").$type<"pending" | "accepted">()
status: varchar("status").$type<"pending" | "approved">()
});
export const resources = pgTable("resources", {