Files
cinny/config.json
T

40 lines
854 B
JSON
Raw Normal View History

{
2023-12-03 14:58:01 +11:00
"defaultHomeserver": 2,
"homeserverList": [
2022-11-08 20:20:17 +05:30
"converser.eu",
"envs.net",
"matrix.org",
"monero.social",
"mozilla.org",
"xmr.se"
],
2024-01-21 23:50:56 +11:00
"allowCustomHomeservers": true,
"elementCallUrl": null,
2025-04-16 20:17:59 -05:00
"featuredCommunities": {
"openAsDefault": false,
"spaces": [
"#cinny-space:matrix.org",
"#community:matrix.org",
"#space:envs.net",
"#science-space:matrix.org",
"#libregaming-games:tchncs.de",
"#mathematics-on:matrix.org"
],
"rooms": [
"#cinny:matrix.org",
2024-07-24 23:00:49 +10:00
"#freesoftware:matrix.org",
"#pcapdroid:matrix.org",
"#gentoo:matrix.org",
"#PrivSec.dev:arcticfoxes.net",
"#disroot:aria-net.org"
],
"servers": ["envs.net", "matrix.org", "monero.social", "mozilla.org"]
},
2024-01-21 23:50:56 +11:00
"hashRouter": {
"enabled": false,
"basename": "/"
}
}