Conduit

Conduit

Docker 应用程序 from jimrummy101's Repository

概述

A simple self-contained Rust-based Matrix server. Fully configurable with Environment Variables! (Beta) Check Support Thread for NGINX conf. Conduit is Beta, meaning you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time. Conduit is a lightweight open-source server implementation of the Matrix Specification with a focus on easy setup and low system requirements. That means you can make your own Conduit setup in just a few minutes. Conduit keeps things simple, it's a single binary with an embedded database and can be much faster than other server implementations in some cases.

运行时参数

网络
bridge
外壳
sh
特权
false
额外参数
-d

模板配置

PortPorttcp
目标
6167
默认值
6167
价值
6167
DataPathrw

This is the only directory where Conduit will save its data

目标
/var/lib/matrix-conduit/
默认值
/mnt/user/appdata/conduit
价值
/mnt/user/appdata/conduit
CONDUIT_SERVER_NAMEVariable

The domain name of your server. You can't change this later.

价值
example.com
CONDUIT_DATABASE_BACKENDVariable

'rocksdb' or 'sqlite'

默认值
rocksdb
价值
rocksdb
CONDUIT_ALLOW_REGISTRATIONVariable

Enables registration. If set to false, no users can register on this server.

默认值
true
价值
true
CONDUIT_ALLOW_FEDERATIONVariable

If set to true, you can connect and communicate with other Matrix servers

默认值
false
价值
false
CONDUIT_ENABLE_LIGHTNING_BOLTVariable

Add lightning bolt to registered users names

默认值
true
价值
true
CONDUIT_MAX_REQUEST_SIZEVariable

Max size for uploads, in bytes

默认值
20000000
价值
20000000
CONDUIT_MAX_CONCURRENT_REQUESTSVariable

How many requests Conduit sends to other servers at the same time

默认值
100
价值
100
CONDUIT_TRUSTED_SERVERSVariable

Server to get public keys from. You probably shouldn't change this. Default is: [

价值
["matrix.org"]
CONDUIT_LOGVariable
默认值
warn,rocket=off,_=off,sled=off
价值
warn,rocket=off,_=off,sled=off
CONDUIT_ADDRESSVariable
默认值
0.0.0.0
价值
0.0.0.0
PUIDVariable
默认值
1000
价值
1000
PGIDVariable
默认值
1000
价值
1000
UMASKVariable
默认值
022
价值
022
CONDUIT_DATABASE_PATHVariable
默认值
/var/lib/matrix-conduit/
价值
/var/lib/matrix-conduit/
CONDUIT_PORTVariable
默认值
6167
价值
6167
CONDUIT_CONFIGVariable

下载统计数据

530,468
下载总数
16,038
本月
12,237
平均每月

长期下载总量

加载图表...

详细信息

存储库
matrixconduit/matrix-conduit:latest
最后更新2026-03-05
初见2023-07-25

在Unraid 上运行 Conduit 。

Conduit 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。