mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
* refactor networking and account * add interfaces from manifest automatically * use nistp256 to satisfy firefox * use ed25519 if available * fix ip signing * fix SQL error * update prettytable to fix segfault * fix migration * fix migration * bump welcome-ack * add redirect if connecting to https over http * misc rebase fixes * fix compression * bump rustc version
21 lines
378 B
JSON
21 lines
378 B
JSON
{
|
|
"name": null,
|
|
"ack-welcome": "0.3.4",
|
|
"marketplace": {
|
|
"selected-url": "https://registry.start9.com/",
|
|
"known-hosts": {
|
|
"https://registry.start9.com/": {},
|
|
"https://community-registry.start9.com/": {}
|
|
}
|
|
},
|
|
"dev": {},
|
|
"gaming": {
|
|
"snake": {
|
|
"high-score": 0
|
|
}
|
|
},
|
|
"ack-instructions": {},
|
|
"theme": "Dark",
|
|
"widgets": []
|
|
}
|