Fix/os update version (#2890)

* dynamically set a registry to use for os updates

* fix os updates response type

* fix saving high score

---------

Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
Lucy
2025-04-23 09:17:46 -04:00
committed by GitHub
parent 5b173315f9
commit df4c92672f
13 changed files with 184 additions and 48 deletions

View File

@@ -8,6 +8,10 @@ export type WorkspaceConfig = {
version: string
}
marketplace: MarketplaceConfig
startosRegistry:
| 'https://alpha-registry-x.start9.com/'
| 'https://beta-registry.start9.com/'
| 'https://registry.start9.com/'
mocks: {
maskAs: 'tor' | 'local' | 'localhost' | 'ipv4' | 'ipv6' | 'clearnet'
maskAsHttps: boolean