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

Headless mode #11

Open
Tienisto opened this issue Jan 5, 2023 · 14 comments
Open

Headless mode #11

Tienisto opened this issue Jan 5, 2023 · 14 comments
Labels
enhancement New feature or request

Comments

@Tienisto
Copy link
Member

Tienisto commented Jan 5, 2023

Run this app without a GUI.

localsend --headless
@Tienisto Tienisto added the enhancement New feature or request label Jan 5, 2023
@septs
Copy link
Contributor

septs commented Mar 28, 2023

If a third party develops a command line version, will the official accept it (transfer to official org)

I plan to develop a command line version with golang, provides non-interaction and interaction (TUI)

@Tienisto
Copy link
Member Author

As the protocol is open source, you are free to contribue your own solution!

localsend-go could be included under the localsend umbrella.

@tdccj
Copy link

tdccj commented May 17, 2023

在没有 GUI 的情况下运行此应用。

localsend --headless

How do I use this command on the Flathub version of Ubuntu?

@Tienisto
Copy link
Member Author

在没有 GUI 的情况下运行此应用。

localsend --headless

How do I use this command on the Flathub version of Ubuntu?

This issue is still open because this feature has not been implemented yet.

@tdccj
Copy link

tdccj commented May 18, 2023

在没有 GUI 的情况下运行此应用。

localsend --headless

How do I use this command on the Flathub version of Ubuntu?

This issue is still open because this feature has not been implemented yet.

Does this mean that I cannot start localsend via ssh? Even if I have set up automatic reception and do not need to send files.

@Tienisto
Copy link
Member Author

Yes, you cannot do that in this version. The server will need a GUI.

@RedAuburn
Copy link

found https://github.com/notjedi/localsend-rs which is partially implemented :)

@pepa65
Copy link

pepa65 commented Oct 30, 2023

found https://github.com/notjedi/localsend-rs which is partially implemented :)

I could not get it to build unfortunately. Apparently receiving files is already possible on the headless machine.

@Tienisto
Copy link
Member Author

I have made some preparations for an official CLI implementation (like separating the code into app, common, cli) but it will take a while. Maybe end of this year, I cannot tell as it depends on how much free time I have.

@iDoka
Copy link

iDoka commented Dec 9, 2023

Run this app without a GUI.

localsend --headless

I believe that dedicated binary like

localsend-cli

would be better solution: neither GUI dependencies (GTK, xwindows, etc ) shouldn't use for building onto headless host.

@Tienisto
Copy link
Member Author

Tienisto commented Dec 9, 2023

@iDoka Yes, this would be a separate binary

@zpp0196
Copy link
Contributor

zpp0196 commented Jan 31, 2024

https://github.com/zpp0196/localsend-rs here's a simple rust cli implementation, how about this solution?

@danktankk
Copy link

I am definitely interested in a cli version as well

@Git-Vi
Copy link

Git-Vi commented May 23, 2024

same here, really look forward to get docker container or headless version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

9 participants