chore: Add recommended homeservers

This commit is contained in:
Christian Kußowski 2026-02-22 09:34:10 +01:00
parent d932e5817c
commit 39ed7a3aa9
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 42 additions and 2 deletions

View file

@ -50,8 +50,8 @@ abstract class AppConfig {
static final Uri homeserverList = Uri(
scheme: 'https',
host: 'servers.joinmatrix.org',
path: 'servers.json',
host: 'raw.githubusercontent.com',
path: 'krille-chan/fluffychat/refs/heads/main/recommended_homeservers.json',
);
static final Uri privacyUrl = Uri(

View file

@ -0,0 +1,40 @@
{
"public_servers": [
{
"name": "matrix.org",
"description": "The Matrix.org Foundation offers the matrix.org homeserver as an easy entry point for anyone wanting to try out Matrix.",
"reg_method": "oidc",
"languages": [
"All",
"English"
]
},
{
"name": "converser.eu",
"description": "A free and decentralized communication server.",
"reg_method": "oidc",
"languages": [
"All",
"Français"
]
},
{
"name": "mozilla.org",
"description": "Matrix homeserver hosted by Mozilla.",
"reg_method": "oidc",
"languages": [
"All",
"English"
]
},
{
"name": "frei.chat",
"description": "frei.chat was opened on January 23rd, 2022 and enjoys new users every day.",
"reg_method": "oidc",
"languages": [
"All",
"Deutsch"
]
}
]
}