mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-17 07:51:22 +02:00
Add remote subnets to ui
This commit is contained in:
parent
1466788f77
commit
15adfcca8c
5 changed files with 92 additions and 14 deletions
|
@ -65,7 +65,8 @@ export const sites = sqliteTable("sites", {
|
|||
listenPort: integer("listenPort"),
|
||||
dockerSocketEnabled: integer("dockerSocketEnabled", { mode: "boolean" })
|
||||
.notNull()
|
||||
.default(true)
|
||||
.default(true),
|
||||
remoteSubnets: text("remoteSubnets"), // comma-separated list of subnets that this site can access
|
||||
});
|
||||
|
||||
export const resources = sqliteTable("resources", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue