Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed May 13, 2020
1 parent fbd2ece commit 944291c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Remotely
A remote control and remote scripting solution, built with .NET Core, SignalR Core, and WebRTC.

> **From the Developer**: Remotely has become a second full-time job, one for which I don't get paid. Every time I try to get back into it, I burn out quickly. I will no longer be responding to emails, offering free support, or accepting feature requests. Development will be indefinitely suspended, for the most part.
[![Build Status](https://dev.azure.com/translucency/Remotely/_apis/build/status/Remotely-ReleaseBuild?branchName=master)](https://dev.azure.com/translucency/Remotely/_build/latest?definitionId=17&branchName=master)
[![Donate](https://www.paypalobjects.com/webstatic/en_US/i/buttons/pp-acceptance-small.png)](https://paypal.me/translucency)

Expand Down Expand Up @@ -98,6 +100,11 @@ Ideally, you'd be doing remote control from an actual computer or laptop. Howev
* Click-and-drag: Tap and hold with one finger, tap and release a second finger (without pinch-zooming)
* The click-and-drag operation will begin where finger one is held.

## End User Support Page
There's a page at `/GetSupport` where end users can request support. When the form is submitted, an alert appears on the main page, above the grid.

A shortcut to this page is placed in the `\Program Files\Remotely\` folder. You can copy it anywhere you like. You can also have it copied to the desktop automatically by using the `-supportshortcut` switch on the installer.

## Configuration
The following settings are available in appsettings.json.

Expand Down

2 comments on commit 944291c

@swilkey
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jared, thanks for all you've done on this tool. It is sad to see the project end. I hope that someone decides to fork it and build a community around it so that a single person doesn't need to provide all the support. If other people can share the load it would be a great improvement.

@singularo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likewise, thanks for all the work, sorry to see it not progress, but do totally understand.

Please sign in to comment.