Gobby

From the project web page:

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

Installation

Install the gobby package.

To run the Infininote server protocol without the Gobby front end install libinfinity

Infininote usage

To start the server portion, run

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

The server only needs to be running on one machine.

Then, run the gobby client and connect to the server via IP or localhost.

If you would rather have encryption, TLS is available. Use:

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

The keys creation is automatic, and you can launch the server just using:

infinoted-0.6 -k key.pem  -c cert.pem
gollark: Implement osmarkslisp-rs.
gollark: Not significantly. It's just slightly less efficient than letting it autoassign rowids.
gollark: As Macron is purely functional and deterministic, when an error occurs it simply rewrites the code and time-travel-debuggings it back to the same state, until it stops erroring.
gollark: I think they can be basically equal in convenience if you can do anyhow-style error casting stuff and have try.
gollark: And bad workarounds like the errWriter thing from that blog post.

See also

This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.