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

Feature: ?url=www.website.com/page.html param #289

Open
jimremoteview opened this issue Apr 16, 2023 · 1 comment
Open

Feature: ?url=www.website.com/page.html param #289

jimremoteview opened this issue Apr 16, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jimremoteview
Copy link

As a person that wants to view a URL inside n.eko, I want to be able to pass a parameter via HTTP to have Chromium/Firefox/Tor open a link in a new tab.

Example: https://neko.example.com?usr=me&pwd=admin&url=https://www.example.com/page.html (or encoded as https%3A%2F%2Fwww.example.com%2Fpage.html)

@m1k1o
Copy link
Owner

m1k1o commented Apr 16, 2023

Currently Neko does not communicate with inside browser at all. Neko is only as remote virtual environment gareway, that records screen and sends key / mouse events. In order to open a page inside browser, it would need to communicate with the browser. Since there are multiple browsers (e.g. chrome uses remote debugging port, firefox maybe something different) and use-cases that do not even include browser (VLC, Remmina, KDE, Kodi..).

Also the question would be, what if there is already someone in the room browsing a page, and someone jonins with this link? Would it forcefully change the website?

I thnik this use-case is only relevant where neko is used by a single user: And therefore it would be interessant to add some kind of remote start function (to specify what program should be started), or to have custom pre-defined shell scripts that execute routine. And when that user leaves, that started program would be automatically closed. Similar issue is there: #71

This could be a good plugin, extension of browser setups.

@m1k1o m1k1o added the enhancement New feature or request label Apr 16, 2023
arizansari80 added a commit to arizansari80/neko that referenced this issue May 12, 2023
darmalovan added a commit to trywilco/neko that referenced this issue Feb 28, 2024
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

2 participants