{"id":28541711,"url":"https://github.com/rhyanz46/tunneling","last_synced_at":"2025-08-14T00:05:05.495Z","repository":{"id":298086154,"uuid":"988960520","full_name":"Rhyanz46/tunneling","owner":"Rhyanz46","description":"make tunneling for your server more easly","archived":false,"fork":false,"pushed_at":"2025-06-09T09:59:56.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-09T10:35:00.702Z","etag":null,"topics":["network","networking","tunnel","tunneling"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Rhyanz46.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-23T10:40:41.000Z","updated_at":"2025-06-09T09:59:59.000Z","dependencies_parsed_at":"2025-06-09T10:46:33.584Z","dependency_job_id":null,"html_url":"https://github.com/Rhyanz46/tunneling","commit_stats":null,"previous_names":["rhyanz46/tunneling"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rhyanz46/tunneling","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rhyanz46%2Ftunneling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rhyanz46%2Ftunneling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rhyanz46%2Ftunneling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rhyanz46%2Ftunneling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rhyanz46","download_url":"https://codeload.github.com/Rhyanz46/tunneling/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rhyanz46%2Ftunneling/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270336686,"owners_count":24566779,"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-13T02:00:09.904Z","response_time":66,"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":["network","networking","tunnel","tunneling"],"created_at":"2025-06-09T20:09:42.347Z","updated_at":"2025-08-14T00:05:05.440Z","avatar_url":"https://github.com/Rhyanz46.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tunnel-manager\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\nTunnel Manager adalah CLI tool berbasis Go untuk mengelola SSH tunnel ke VPS secara mudah dan aman. Fitur utama:\n- Setup otomatis SSH key ke server (tanpa perlu copy manual)\n- Manajemen multi tunnel (add, remove, list)\n- Koneksi aman ke VPS tanpa password setelah login pertama\n- Instalasi dan penggunaan mudah di Linux, macOS, dan Windows\n\n## installation\n\n```\n$ git clone https://github.com/Rhyanz46/tunneling.git\n$ cd tunneling\nmake install\n```\n\n- Pastikan Go sudah terinstall di sistem Anda.\n- Perintah di atas akan otomatis membangun dan menginstall tunnel-manager ke /usr/local/bin (Linux/macOS).\n- Untuk Windows, jalankan `make install` lalu salin tunnel-manager.exe ke folder PATH Anda secara manual.\n\n## usage\n### show help\n```\n$ tunnel-manager\n```\nexample output\n```\n$ tunnel-manager     \nUsage:\n  tunnel-manager start              - Start all tunnels\n  tunnel-manager start -d           - Start all tunnels in background (daemon)\n  tunnel-manager stop               - Stop background tunnel-manager\n  tunnel-manager add \u003cname\u003e \u003clocal_port\u003e \u003cremote_port\u003e [description]\n  tunnel-manager remove \u003cname\u003e      - Remove a tunnel\n  tunnel-manager list               - List all tunnels\n  tunnel-manager status             - Show connection status\n  tunnel-manager login              - Login and setup SSH key authentication\n```\n\n### login dan setup SSH key\n```\n$ tunnel-manager login\n# Masukkan host, username, password, dan port saat diminta.\n# Jika berhasil, SSH key akan otomatis dibuat dan diupload ke server.\n```\n\n### start di background (daemon)\n```\n$ tunnel-manager start -d\n# Tunnel manager akan berjalan di background.\n```\n\n### stop background tunnel-manager\n```\n$ tunnel-manager stop\n# Menghentikan tunnel-manager yang berjalan di background.\n```\n\n### add tunnel\n```\n$ tunnel-manager add docker-daemon 2375 2375 \"docker daemon\"\n```\n\n# Ilustration\nini adalah sequence diagram ilustrasi high-level langkah dari login command:\n\n## login\n![alt text](image.png)\n\n## start\n![alt text](image-1.png)\n\n## connection logic\n![alt text](image-2.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhyanz46%2Ftunneling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhyanz46%2Ftunneling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhyanz46%2Ftunneling/lists"}