You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not quite every time, as the settings menu items are only loaded when the page loads, but I agree that it shouldn't be trying to contact the API at all unless auto update is enabled/Check for Update is clicked.
Every time the settings panel is shown,
getUpdateStatus
is called:kvm/ui/src/components/sidebar/settings.tsx
Line 316 in 8ffe66a
GetUpdateStatus
then callsfetchUpdateMetadata
, which connects toapi.jetkvm.com/releases
:https://github.com/jetkvm/kvm/blob/8ffe66a1bc63b38c3eea44ec3f10c75ba00836c1/ota.go#L449C25-L449C44
When auto update is disabled, JetKVM should only connect to
api.jetkvm.com
when "Check for updates" is run (probably inUpdateDialog
).The text was updated successfully, but these errors were encountered: