Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running Headless on Linux #71

Open
jivank opened this issue Sep 16, 2016 · 3 comments
Open

Running Headless on Linux #71

jivank opened this issue Sep 16, 2016 · 3 comments

Comments

@jivank
Copy link

jivank commented Sep 16, 2016

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?

@ejb1123
Copy link

ejb1123 commented Sep 17, 2016

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

@GamePad64
Copy link
Collaborator

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.

@ghost
Copy link

ghost commented Dec 2, 2016

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 ghost mentioned this issue Dec 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants