Gobby (简体中文)

From ArchWiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
翻译状态:本文是 Gobby翻译。上次翻译日期:2020-05-10。如果英文版本有所更改,则您可以帮助同步翻译。

项目网页

Gobby is a collaborative editor supporting multiple documents in one session and a multi-user chat.

安装

安装 gobby 包。

要在没有 Gobby 前端的情况下运行 Infininote 服务器协议,请安装 libinfinity

Infininote 的用法

要启动服务器部分,请运行

/usr/bin/infinoted-0.6 --security-policy=no-tls

该服务器只需要在一台计算机上运行。

然后,运行 gobby 客户端并通过 IP 或 localhost 连接到服务器。

如果您希望进行加密,则可以使用 TLS。使用:

infinoted-0.6 --create-key --create-certificate -k key.pem  -c cert.pem

密钥创建是自动的,您可以使用以下命令启动服务器:

infinoted-0.6 -k key.pem  -c cert.pem

另请参见