You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: