From 8441e35d01cd564fc9ccdbdd7be3fa81ae52e3f7 Mon Sep 17 00:00:00 2001 From: y1lm0z <1+y1lm0z@noreply.localhost> Date: Wed, 15 Jul 2026 22:32:48 +0000 Subject: [PATCH] apps/matrix/config.json Sil --- apps/matrix/config.json | 52 ----------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 apps/matrix/config.json diff --git a/apps/matrix/config.json b/apps/matrix/config.json deleted file mode 100644 index a61618c..0000000 --- a/apps/matrix/config.json +++ /dev/null @@ -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" - } - ] -}