0.0.4 • Published 6 months ago
komacloud-tunnel v0.0.4
Komacloud - Tunnel Kliens
Your secure and simple solution for accessing local services remotely
With KomaCloud Tunnel, you can securely expose your local server to the internet with ease. No more complicated setups or security risks. Access your services from anywhere, anytime.
- Version: 0.0.4
- Owner: Komáromi János
- Website: https://komacloud.komaweb.eu
How to use?
Follow these steps to install and start using KomaCloud Tunnel:
Step 1: Install the KomaCloud Tunnel globally
$ npm install -g komacloud-tunnel
Step 2: Login to your KomaCloud account with your token
$ komacloud login <token>
Step 3: Start the tunnel
$ komacloud start <method> <port> [--subdomain]
Expected Output
Session Status online
Account Komáromi János (Plan: Free)
Version 0.0.1
Region Europe (eu)
Latency 1ms
Forwarding https://am3rf.komaweb.eu -> http://localhost:8000
HTTP Requests
-------------
0:27:16 GET /api/users 403 Forbidden
0:27:26 GET /api/users 403 Forbidden
0:27:27 GET /api/classes 200 Ok
0:27:45 GET /api/login 404 Not Found
Step 4 (Optional): Logout tunnel account
$ komacloud logout
Example Commands:
C:\Users\user>komacloud
Usage: komacloud [options] [command]
KomaCloud CLI
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
login <token> Login to KomaCloud
logout Logout from KomaCloud
start [options] <method> <port> Start tunnel
help [command] display help for command
Excepted Developments
- The page will automatically reload whenever a file is updated.