mirror of
https://github.com/rustfs/console.git
synced 2026-09-01 15:17:45 +08:00
22 lines
577 B
JSON
22 lines
577 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "default",
|
|
"name": "Default",
|
|
"brand": {
|
|
"name": "RustFS",
|
|
"shortName": "RustFS",
|
|
"description": "RustFS is a distributed file system written in Rust."
|
|
},
|
|
"assets": {
|
|
"logo": "/themes/default/assets/logo.svg",
|
|
"logoCompact": "/themes/default/assets/logo.svg",
|
|
"userAvatar": "/img/userAvatar.png"
|
|
},
|
|
"links": {
|
|
"website": "https://www.rustfs.com",
|
|
"documentation": "https://docs.rustfs.com/?ref=console",
|
|
"github": "https://github.com/rustfs/console",
|
|
"x": "https://x.com/rustfsofficial"
|
|
}
|
|
}
|