[FEATURE] Initial Mutability Features
This commit is contained in:
parent
eb53e56dc7
commit
ea54ee6239
6 changed files with 61 additions and 43 deletions
|
@ -35,7 +35,7 @@ export async function createServerEntry(serverSpec) {
|
|||
server_type,
|
||||
memory,
|
||||
extra_ports,
|
||||
backup_enabled: !!backup_interval, // We already verified the payload, so any backup key will work
|
||||
backup_enabled: !!backup_interval ? true : null, // We already verified the payload, so any backup key will work
|
||||
backup_host,
|
||||
backup_bucket_path,
|
||||
backup_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue