{"id":17736679,"url":"https://github.com/parro-it/tunnels","last_synced_at":"2025-08-12T02:44:23.844Z","repository":{"id":57221945,"uuid":"41316045","full_name":"parro-it/tunnels","owner":"parro-it","description":"Awesome Electron app to manage your ssh tunnels.","archived":false,"fork":false,"pushed_at":"2016-05-24T08:18:16.000Z","size":215,"stargazers_count":48,"open_issues_count":1,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-08T21:08:23.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parro-it.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-24T17:01:40.000Z","updated_at":"2024-02-14T21:39:05.000Z","dependencies_parsed_at":"2022-08-31T08:30:54.711Z","dependency_job_id":null,"html_url":"https://github.com/parro-it/tunnels","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/parro-it/tunnels","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parro-it%2Ftunnels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parro-it%2Ftunnels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parro-it%2Ftunnels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parro-it%2Ftunnels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parro-it","download_url":"https://codeload.github.com/parro-it/tunnels/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parro-it%2Ftunnels/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269991414,"owners_count":24509009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-26T00:24:01.682Z","updated_at":"2025-08-12T02:44:23.798Z","avatar_url":"https://github.com/parro-it.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tunnels\n\n\u003e Awesome [Electron](http://electron.atom.io/) app to manage your ssh tunnels.\n\n\u003e Keep a list of ssh tunnel to your remotes and open them all at once.\n\n[![Travis Build Status](https://img.shields.io/travis/parro-it/tunnels.svg)](http://travis-ci.org/parro-it/tunnels)\n[![NPM module](https://img.shields.io/npm/v/electron-tunnels.svg)](https://npmjs.org/package/electron-tunnels)\n[![NPM downloads](https://img.shields.io/npm/dt/electron-tunnels.svg)](https://npmjs.org/package/electron-tunnels)\n\n### Tunnel edit window\n\n![image](media/edit-window.png)\n\n### Tunnels list window\n\n![image](media/list.png)\n\n### UI restyle coming in version 1.3.0\n\n![image](https://cloud.githubusercontent.com/assets/11197111/11577599/2e80475a-9a1f-11e5-9254-33b71ff00e12.png)\n\n# Installation\n\n## Linux\n\n[**Download**](https://github.com/parro-it/tunnels/releases/latest) and unzip to some location.\n\nTo run the app, execute the `Tunnels` file.\n\nTo add a shortcut to the app, create a file in `~/.local/share/applications` called `Tunnels.desktop` with the following contents:\n\n```\n[Desktop Entry]\nName=Tunnels\nExec=/full/path/to/folder/Tunnels\nTerminal=false\nType=Application\nIcon=/full/path/to/folder/Tunnels/resources/app/media/IconTemplate.png\n```\n\n## OS X [_package not tested_](https://github.com/parro-it/tunnels/issues/4)\n\n[**Download**](https://github.com/parro-it/tunnels/releases/latest), unzip, and move `Tunnels.app` to the `/Applications` directory.\n\n\n## Windows [_package not tested_](https://github.com/parro-it/tunnels/issues/4)\n\n[**Download**](https://github.com/parro-it/tunnels/releases/latest) and unzip to some location.\n\nTo run the app, execute the `Tunnels` file.\n\n## NPM\n\nInstall the module globally:\n\n```bash\nnpm install -g electron-tunnels\n```\n\nstart the app from your terminal:\n\n```bash\ntunnels\n```\n\n\n\n\n# Development\n\n## Setup environment\n\n```bash\ngit clone https://github.com/parro-it/tunnels.git\ncd tunnels\nnpm i\nnpm run rebuild\nnpm start\n```\n\n## Lint your code\n\n```bash\nnpm run lint\n```\n\n## Run tests\n\n```bash\nnpm test\n```\n\n\u003e some tests requires an account defined on freebsd.unixssh.com\n\u003e to run them, setup an account there, and then define `UNIXSSH_USER`\n\u003e and `UNIXSSH_PWD` environment variables before running tests.\n\u003e If these two env are not found, these tests are skipped.\n\n\n# Todo\n\n* [X] Package the app for Linux, OSX, Windows\n* [ ] Make the app autolunch at startup\n* [ ] Provide visual feedback when tunnels are opening\n* [ ] Save tunnel passwords in system keychain\n* [ ] Improve UI\n\n\n# Related modules\n\n* [open-ssh-tunnel](https://github.com/parro-it/open-ssh-tunnel) - Tunneling module at the core of this app\n\n* [Caprine](https://github.com/sindresorhus/caprine) - Install instructions and scripts are copied from this app.\n\n# Credits\n\n* App icons come from [Entypo icon set](www.entypo.com) by [Daniel Bruce](http://www.danielbruce.se/)\n\n# License\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Andrea Parodi\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparro-it%2Ftunnels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparro-it%2Ftunnels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparro-it%2Ftunnels/lists"}