mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
refactor OpenUI
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
export type AccessType =
|
||||
| 'tor'
|
||||
| 'mdns'
|
||||
| 'localhost'
|
||||
| 'ipv4'
|
||||
| 'ipv6'
|
||||
| 'domain'
|
||||
| 'wan-ipv4'
|
||||
|
||||
export type WorkspaceConfig = {
|
||||
gitHash: string
|
||||
useMocks: boolean
|
||||
@@ -8,7 +17,7 @@ export type WorkspaceConfig = {
|
||||
version: string
|
||||
}
|
||||
mocks: {
|
||||
maskAs: 'tor' | 'local' | 'localhost' | 'ipv4' | 'ipv6' | 'clearnet'
|
||||
maskAs: AccessType
|
||||
maskAsHttps: boolean
|
||||
skipStartupAlerts: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user