mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #304] URI Handler #263
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#263
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gameniti on GitHub (Oct 20, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/304
Originally assigned to: @VShawn on GitHub.
Is your feature request related to a problem? Please describe.
Not related to a problem.
Describe the solution you'd like
I would find it really useful if a URI protocol handler would be added so that you can open a session via a web browser.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Example:
in your web browser type
rdp://<ip>and let PRemoteM automatically open a rdp connection where you can log in (or even better find a saved connection in PRemoteM and use credentials and option from there)Something similar would be ssh where you type
ssh://<user>@<ip>and PRemoteM opens a session as this user (and credentials if already saved)@VShawn commented on GitHub (Oct 22, 2022):
I don't know if this feature is needed, and how many users need this feature...
And there's another approach for quick connect in https://github.com/1Remote/PRemoteM/issues/273 by using our launcher.
I have made some effort on it like:
@vampix commented on GitHub (Feb 13, 2023):
Hi this feature would be ideal to use with some Remote Connection tools we have. It opens an Reverse tunnel and then triggers "C:\Windows\sysnative\mstsc.exe /v:localhost:port" or "rpd://localhost:port" to have the 1Remote to open this in tabs would help.
@majkinetor commented on GitHub (Feb 13, 2023):
RDP needs username and pass to. So
rdp://<ip>won't work unless ip is recognized in 1RM database which seems like defating the purpose... So you will needrdp://<user>:<password>@<ip-or-name>or similar and that looks problematic as browser can cache such URL with password.