mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 21:00:00 +00:00
Initial sign endpoint working
This commit is contained in:
parent
bfd5aa30a7
commit
9cf59c409e
14 changed files with 985 additions and 14 deletions
|
|
@ -45,7 +45,9 @@ export const orgs = sqliteTable("orgs", {
|
|||
.default(0),
|
||||
settingsLogRetentionDaysAction: integer("settingsLogRetentionDaysAction") // where 0 = dont keep logs and -1 = keep forever and 9001 = end of the following year
|
||||
.notNull()
|
||||
.default(0)
|
||||
.default(0),
|
||||
sshCaPrivateKey: text("sshCaPrivateKey"), // Encrypted SSH CA private key (PEM format)
|
||||
sshCaPublicKey: text("sshCaPublicKey") // SSH CA public key (OpenSSH format)
|
||||
});
|
||||
|
||||
export const userDomains = sqliteTable("userDomains", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue