chore: Add recommended homeservers
This commit is contained in:
parent
d932e5817c
commit
39ed7a3aa9
2 changed files with 42 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
40
recommended_homeservers.json
Normal file
40
recommended_homeservers.json
Normal 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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue