Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renset/simple-rdp-link-redirector
Simple link redirector
https://github.com/renset/simple-rdp-link-redirector
Last synced: 18 days ago
JSON representation
Simple link redirector
- Host: GitHub
- URL: https://github.com/renset/simple-rdp-link-redirector
- Owner: Renset
- Created: 2022-11-30T21:22:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T22:19:39.000Z (about 2 years ago)
- Last Synced: 2024-11-12T17:46:35.766Z (about 1 month ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple RDP link redirector
Simple RDP link redirector is an easy-to-use lightweight tool (2.79KB) to provide redirection to RDP (Remote Desktop) URL.
## Motivation
While working with some tools like Notion, you may notice that rdp links and/or files couldn't be used directly. You can use this simple and very lightweight tool to redirect directly to the provided RDP link or even download an .rdp file.
## Features
- Redirect to the provided URL
- Create an .rdp file from the provided RDP link
- The window is automatically closing after performing redirect or download## Usage example
### Using GitHub pages (the easiest way)
- Redirect to RDP link: https://renset.github.io/simple-rdp-link-redirector/?rdp://full%20address=s:exampleserver:3389
- Download as an .rdp file: https://renset.github.io/simple-rdp-link-redirector/?file=rdp://full%20address=s:exampleserver:3389### Deploying in your own environment
- Redirect to RDP link: https://**%your-redirector-path%**?rdp://full%20address=s:exampleserver:3389
- Download as an .rdp file: https://**%your-redirector-path%**?file=rdp://full%20address=s:exampleserver:3389## Security
No data is stored anywhere on 3rd party servers since the redirector works only on the browser side. However don't forget to use it with an HTTPS protocol while deploying in your own environment.