Giter Site home page Giter Site logo

electron-tunnel's Introduction

Tunnels

Awesome Electron app to manage your ssh tunnels.

Keep a list of ssh tunnel to your remotes and open them all at once.

Travis Build Status NPM module NPM downloads

Tunnel edit window

image

Tunnels list window

image

UI restyle coming in version 1.3.0

image

Installation

Linux

Download and unzip to some location.

To run the app, execute the Tunnels file.

To add a shortcut to the app, create a file in ~/.local/share/applications called Tunnels.desktop with the following contents:

[Desktop Entry]
Name=Tunnels
Exec=/full/path/to/folder/Tunnels
Terminal=false
Type=Application
Icon=/full/path/to/folder/Tunnels/resources/app/media/IconTemplate.png

Download, unzip, and move Tunnels.app to the /Applications directory.

Download and unzip to some location.

To run the app, execute the Tunnels file.

NPM

Install the module globally:

npm install -g electron-tunnels

start the app from your terminal:

tunnels

Development

Setup environment

git clone https://github.com/parro-it/tunnels.git
cd tunnels
npm i
npm run rebuild
npm start

Lint your code

npm run lint

Run tests

npm test

some tests requires an account defined on freebsd.unixssh.com to run them, setup an account there, and then define UNIXSSH_USER and UNIXSSH_PWD environment variables before running tests. If these two env are not found, these tests are skipped.

Todo

  • Package the app for Linux, OSX, Windows
  • Make the app autolunch at startup
  • Provide visual feedback when tunnels are opening
  • Save tunnel passwords in system keychain
  • Improve UI

Related modules

  • open-ssh-tunnel - Tunneling module at the core of this app

  • Caprine - Install instructions and scripts are copied from this app.

Credits

electron-tunnel's People

Stargazers

 avatar

electron-tunnel's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.