Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psi-4ward/quicktunnel
Little platform independet GUI for establishing SSH tunnel
https://github.com/psi-4ward/quicktunnel
Last synced: 14 days ago
JSON representation
Little platform independet GUI for establishing SSH tunnel
- Host: GitHub
- URL: https://github.com/psi-4ward/quicktunnel
- Owner: psi-4ward
- Created: 2014-10-08T09:16:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-08T17:55:37.000Z (about 10 years ago)
- Last Synced: 2024-12-17T08:39:23.906Z (17 days ago)
- Language: CSS
- Size: 645 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuickTunnel
Light platform independet GUI for establishing SSH tunnels using `ssh` cli or puttys `plink.exe` on windows.
Based on Node-WebKit and AngularJS
![Screenshot1](doc/QuickTunnel1.png)
![Screenshot2](doc/QuickTunnel2.png)
## Build
* Install build system: `npm install`
* Install deps: `bower install`
* Install node_modules for nodewebkit: `cd src && npm install`
* Build: `cd .. && node_modules/gulp/bin/gulp.js build`## Usage
* Run the app from build/Quicktunnel/
* Setup your information in the _config_ tab
* Configure forwardings in the "Tunnel" tab and press "Start Runinng"### Copyright
License: http://www.gnu.org/licenses/lgpl-3.0.html LGPL
Author: [4ward.media](http://www.4wardmedia.de)