mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
* consolidate and streamline build * fix workflow syntax * fix workflow syntax * fix workflow syntax * fix workflow syntax * fix build scripts * only build platform-specific system images * fix build script * more build fixes * fix * fix compat build for x86 * wat * checkout * Prevent rebuild of compiled artifacts * Update startos-iso.yaml * Update startos-iso.yaml * fix raspi build * handle missing platform better * reduce arm vcpus * remove arch and platform from fe config, add to patch db --------- Co-authored-by: Matt Hill <mattnine@protonmail.com>
21 lines
382 B
JSON
21 lines
382 B
JSON
{
|
|
"useMocks": true,
|
|
"enableWidgets": false,
|
|
"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": ""
|
|
}
|