mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
* add nc-broadcast to view initialization.sh logs * include stderr * refactor build * add frontend/config.json as frontend dependency * fix nc-broadcast * always run all workflows * address dependabot alerts * fix build caching * remove registries.json * more efficient build
25 lines
402 B
JSON
25 lines
402 B
JSON
{
|
|
"useMocks": true,
|
|
"targetArch": "aarch64",
|
|
"ui": {
|
|
"patchDb": {
|
|
"poll": {
|
|
"cooldown": 10000
|
|
}
|
|
},
|
|
"api": {
|
|
"url": "rpc",
|
|
"version": "v1"
|
|
},
|
|
"mocks": {
|
|
"maskAs": "tor",
|
|
"skipStartupAlerts": true
|
|
},
|
|
"marketplace": {
|
|
"url": "https://registry.start9.com/",
|
|
"name": "Start9 Marketplace"
|
|
}
|
|
},
|
|
"gitHash": ""
|
|
}
|