Skip to content

Commit

Permalink
feat(applesilicon): add support for VNC port (scaleway#2287)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Oct 31, 2024
1 parent be4bf11 commit ea71690
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/applesilicon/v1alpha1/applesilicon_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ type Server struct {
// SudoPassword: admin password required to execute commands.
SudoPassword string `json:"sudo_password"`

// VncPort: vNC port to use for remote desktop connection.
VncPort uint32 `json:"vnc_port"`

// Os: initially installed OS, this does not necessarily reflect the current OS version.
Os *OS `json:"os"`

Expand Down

0 comments on commit ea71690

Please sign in to comment.