apps/matrix/config.json Sil

This commit is contained in:
2026-07-15 22:32:48 +00:00
parent 2fc81f2853
commit 8441e35d01
-52
View File
@@ -1,52 +0,0 @@
{
"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.",
"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"
}
]
}