Populates the previously-empty featuredCommunities block so the Explore tab's Featured page shows the Lotus Guild Space and a few community favorites by default, and adds matrixrooms.info as a browsable server in the Explore sidebar (it speaks enough of the Matrix federation API to serve as an aggregated public-room search across the network). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
17 lines
478 B
JSON
17 lines
478 B
JSON
{
|
|
"defaultHomeserver": 0,
|
|
"homeserverList": ["matrix.lotusguild.org", "matrix.org", "mozilla.org"],
|
|
"allowCustomHomeservers": true,
|
|
"featuredCommunities": {
|
|
"openAsDefault": false,
|
|
"spaces": ["!-1ZBnAH-JiCOV8MGSKN77zDGTuI3pgSdy8Unu_DrDyc"],
|
|
"rooms": ["#jellyfin:matrix.org", "#homelabbing:codestorm.net", "#proxmox:codestorm.net"],
|
|
"servers": ["matrixrooms.info"]
|
|
},
|
|
"hashRouter": {
|
|
"enabled": false,
|
|
"basename": "/"
|
|
},
|
|
"gifApiKey": ""
|
|
}
|