mirror of
https://github.com/jetkvm/kvm.git
synced 2026-03-02 22:58:00 -05:00
JetKVM always connects to api.jetkvm.com when settings are opened #78
Labels
No labels
component/keyboard-layout
component: cloud
component: device screen
component: extensions
component: hid/keyboard
component: hid/mouse
component: network
component: timesync
component: ui
component: updater
component: usb
component: usb/hid
component: usb/storage
component: video
component: webrtc
component: webserver
need-more-details
status: working-in-progress
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kvm#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jjeising on GitHub (Jan 28, 2025).
Every time the settings panel is shown,
getUpdateStatusis called:github.com/jetkvm/kvm@8ffe66a1bc/ui/src/components/sidebar/settings.tsx (L316)GetUpdateStatusthen callsfetchUpdateMetadata, which connects toapi.jetkvm.com/releases:github.com/jetkvm/kvm@8ffe66a1bc/ota.go (L449C25-L449C44)When auto update is disabled, JetKVM should only connect to
api.jetkvm.comwhen "Check for updates" is run (probably inUpdateDialog).@Nevexo commented on GitHub (Jan 28, 2025):
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.