mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
* enable switching to https on login page * add trust Root CA to http login page * add node-jose back for setup wiz * add tooltips, branding, logic for launch box spinner display, and enable config to toggle https mode on mocks * cleanup * copy changes * style fixes * abstract component, fix https mocks * always show login from localhost * launch .local when on IP --------- Co-authored-by: Matt Hill <mattnine@protonmail.com>
23 lines
437 B
JSON
23 lines
437 B
JSON
{
|
|
"useMocks": true,
|
|
"enableWidgets": false,
|
|
"packageArch": "aarch64",
|
|
"osArch": "raspberrypi",
|
|
"ui": {
|
|
"api": {
|
|
"url": "rpc",
|
|
"version": "v1"
|
|
},
|
|
"marketplace": {
|
|
"start9": "https://registry.start9.com/",
|
|
"community": "https://community-registry.start9.com/"
|
|
},
|
|
"mocks": {
|
|
"maskAs": "tor",
|
|
"maskAsHttps": true,
|
|
"skipStartupAlerts": true
|
|
}
|
|
},
|
|
"gitHash": ""
|
|
}
|