Jamil
Jamil
One idea: split Elixir and Rust deploy workflows.
Updating the title to make this windows-specific. Auto updates for all other platforms are handled via the below mechanisms: - iOS: App Store - Android: Play Store - macOS (App...
See updated description - WinSparkle handles the heavy-lifting here for us.
I think ideally it'll be configurable via MDM.
See https://github.com/Romanitho/Winget-AutoUpdate
Requirement on iOS if we want to actually show device name is that we need to: - request an entitlement from Apple - actually use that / show it somewhere...
> > * request an entitlement from Apple > > Why? We already have the device name to send it to the portal. Does displaying really require its own permission?...
Yeah, it looks like the portal stores this as `external_id`, so we just need to display this field on both sides to verify the connected client. I believe `external_id =...
If we simply go back to reading the hardware serial and sending this unmodified to the portal as `external_id`, admins will be able to verify clients against other systems (MDM,...
refs https://github.com/firezone/firezone/issues/6837