mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
rework endpoints and enable setting custom marketplace urls
This commit is contained in:
committed by
Aiden McClelland
parent
16f5764f74
commit
6d92c195e9
@@ -6,14 +6,19 @@ export interface DataModel {
|
||||
ui: UIData
|
||||
}
|
||||
|
||||
export interface UIData {
|
||||
'welcome-ack': string
|
||||
'auto-check-updates': boolean
|
||||
}
|
||||
|
||||
export interface ServerInfo {
|
||||
id: string
|
||||
version: string
|
||||
'lan-address': URL
|
||||
'tor-address': URL
|
||||
status: ServerStatus
|
||||
'package-registry': URL
|
||||
'system-registry': URL
|
||||
'eos-marketplace': URL
|
||||
'package-marketplace': URL | null // uses EOS marketplace if null
|
||||
wifi: WiFiInfo
|
||||
'unread-notification-count': number
|
||||
specs: {
|
||||
@@ -376,8 +381,3 @@ export interface InterfaceInfo {
|
||||
}
|
||||
|
||||
export type URL = string
|
||||
|
||||
export interface UIData {
|
||||
'welcome-ack': string
|
||||
'auto-check-updates': boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user