54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "Matrix Conduit",
|
|
"id": "matrix-conduit",
|
|
"available": true,
|
|
"short_desc": "Hafif, hizli ve federasyon destekli Matrix homeserver.",
|
|
"author": "matrix-conduit",
|
|
"port": 8448,
|
|
"categories": ["social", "network"],
|
|
"description": "Conduit, Rust ile yazilmis, dusuk kaynak tuketen bir Matrix homeserver'dir. Element gibi Matrix istemcileriyle uyumludur ve federasyonu destekler.",
|
|
"dynamic_config": true,
|
|
"tipi_version": 1,
|
|
"version": "0.10.12",
|
|
"source": "https://gitlab.com/famedly/conduit",
|
|
"website": "https://conduit.rs",
|
|
"exposable": true,
|
|
"force_expose": true,
|
|
"https": true,
|
|
"supported_architectures": ["arm64", "amd64"],
|
|
"form_fields": [
|
|
{
|
|
"type": "boolean",
|
|
"label": "Kayit acik olsun mu?",
|
|
"hint": "Kapali birakip ilk admin hesabini kaydettikten sonra tekrar kapatman onerilir.",
|
|
"required": false,
|
|
"default": false,
|
|
"env_variable": "ALLOW_REGISTRATION"
|
|
},
|
|
{
|
|
"type": "boolean",
|
|
"label": "Federasyona izin ver",
|
|
"hint": "Diger Matrix sunucularindaki kullanicilarla konusabilmek icin acik olmali.",
|
|
"required": false,
|
|
"default": true,
|
|
"env_variable": "ALLOW_FEDERATION"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "Guvenilir sunucular (JSON liste)",
|
|
"hint": "Ornek: [\"matrix.org\"]",
|
|
"placeholder": "[\"matrix.org\"]",
|
|
"required": false,
|
|
"default": "[\"matrix.org\"]",
|
|
"env_variable": "TRUSTED_SERVERS"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"label": "Maksimum istek boyutu (byte)",
|
|
"required": false,
|
|
"default": 20000000,
|
|
"env_variable": "MAX_REQUEST_SIZE"
|
|
}
|
|
]
|
|
}
|