librevault icon indicating copy to clipboard operation
librevault copied to clipboard

Running Headless on Linux

Open jivank opened this issue 9 years ago • 3 comments

How would one go about running Librevault headless?

Could you forward X via SSH to configure the folders remotely and somehow run just the Librevault CLI daemon?

jivank avatar Sep 16 '16 23:09 jivank

This might be possible I will do some testing and get back to you.

ejb1123 avatar Sep 17 '16 00:09 ejb1123

You can run librevault-daemon on a headless server. It doesn't require X server. Configuration can be created using simple json files (Documentation) or using GUI to connect to librevault-daemon as its controller.

Controlling remote daemon through GUI can be achieved by running: librevault-gui --attach="ws://<host>:<port>", where <host> is the host of a remote server, and is a port, defined in client.conf inside the control_listen field.

Please, note: there is no authentication on the control socket, so don't forward it into the Internet.

GamePad64 avatar Sep 21 '16 15:09 GamePad64

It would be great to have the option in the CMakelists.txt to build without GUI (this exists) and CLI (which also depends on Qt5).

ghost avatar Dec 02 '16 10:12 ghost