mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 12:49:43 +00:00
Add basic provisioning room v1 and update keys
This commit is contained in:
parent
77cef554be
commit
fcf92d4e2c
19 changed files with 219 additions and 71 deletions
|
|
@ -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", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue