mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 12:49:43 +00:00
set auth daemon type on resource
This commit is contained in:
parent
6442eb12fb
commit
d6ba34aeea
33 changed files with 2010 additions and 2800 deletions
|
|
@ -257,7 +257,9 @@ export const siteResources = sqliteTable("siteResources", {
|
|||
udpPortRangeString: text("udpPortRangeString").notNull().default("*"),
|
||||
disableIcmp: integer("disableIcmp", { mode: "boolean" })
|
||||
.notNull()
|
||||
.default(false)
|
||||
.default(false),
|
||||
authDaemonPort: integer("authDaemonPort"),
|
||||
authDaemonMode: text("authDaemonMode").$type<"site" | "remote">()
|
||||
});
|
||||
|
||||
export const clientSiteResources = sqliteTable("clientSiteResources", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue