* fix: Update featured communities in Explore * Add new spaces and rooms to config.json * Remove #pcapdroid room from configuration * Update rooms list in config.json Replaced '#archlinux:archlinux.org' with '#tuwunel:grin.hu' in rooms list. * Update channel list in config.json
31 lines
816 B
JSON
31 lines
816 B
JSON
{
|
|
"defaultHomeserver": 1,
|
|
"homeserverList": ["converser.eu", "matrix.org", "mozilla.org", "unredacted.org", "xmr.se"],
|
|
"allowCustomHomeservers": true,
|
|
|
|
"featuredCommunities": {
|
|
"openAsDefault": false,
|
|
"spaces": [
|
|
"#cinny:matrix.org",
|
|
"#community:matrix.org",
|
|
"#space:unredacted.org",
|
|
"#librewolf-community:matrix.org",
|
|
"#stickers-and-emojis:tastytea.de",
|
|
"#videogames:waywardinn.com",
|
|
"#science-space:matrix.org",
|
|
"#libregaming-games:tchncs.de",
|
|
"#mathematics-on:matrix.org"
|
|
],
|
|
"rooms": [
|
|
"#tuwunel:grin.hu",
|
|
"#freesoftware:matrix.org",
|
|
"#gentoo:matrix.org"
|
|
],
|
|
"servers": ["matrixrooms.info", "matrix.org", "mozilla.org", "unredacted.org"]
|
|
},
|
|
|
|
"hashRouter": {
|
|
"enabled": false,
|
|
"basename": "/"
|
|
}
|
|
}
|