{"id":16487763,"url":"https://github.com/fiam/nport","last_synced_at":"2025-10-14T23:21:53.206Z","repository":{"id":197597248,"uuid":"646572494","full_name":"fiam/nport","owner":"fiam","description":"nport is an experimental tunnelling solution for exposing your local servers to the Internet","archived":false,"fork":false,"pushed_at":"2023-11-26T21:18:38.000Z","size":359,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-01T01:43:48.862Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fiam.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}},"created_at":"2023-05-28T20:24:14.000Z","updated_at":"2023-10-01T13:56:24.000Z","dependencies_parsed_at":"2023-11-26T22:24:13.241Z","dependency_job_id":"fc3c25dc-9c6d-41e0-ab37-8cabee0d84bd","html_url":"https://github.com/fiam/nport","commit_stats":null,"previous_names":["fiam/nport"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fiam/nport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiam%2Fnport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiam%2Fnport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiam%2Fnport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiam%2Fnport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fiam","download_url":"https://codeload.github.com/fiam/nport/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiam%2Fnport/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279023864,"owners_count":26087631,"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-10-14T02:00:06.444Z","response_time":60,"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-11T13:35:47.082Z","updated_at":"2025-10-14T23:21:53.168Z","avatar_url":"https://github.com/fiam.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nport\n\nnport is a tool for exposing your local ports or servers on the Internet.\n\n## Quick Start\n\nTo install `np`, use one of the static binaries provided in the releases. By default, `np` uses\nthe API at `api.nport.io` to expose your ports. Use `np -h` to see the available options.\n\n```\nUsage: np [OPTIONS] [COMMAND]\n\nCommands:\n  http\n  tcp\n  version\n  help     Print this message or the help of the given subcommand(s)\n\nOptions:\n  -H, --hostname \u003cHOSTNAME\u003e\n  -R, --remote-port \u003cREMOTE_PORT\u003e\n  -N, --no-config-file\n  -h, --help                       Print help\n```\n\n## Config file\n\n`np` looks for a file named `nport.{yaml,json,ini}` in the current directory, with the following format:\n\n```yaml\ntunnels:\n  - type: http\n    # This assigns my-hostname.nport.io to your HTTP tunnel. If empty, a random hostname is generated\n    hostname: my-hostname\n    local_addr: 8089 # Just a port number indicates 127.0.0.1:\u003cport\u003e, ip:port syntax is also supported\n\n  - type: tcp\n    remote_addr: tcp.nport.io:9999 # Leave the host empty to assign the default one\n    local_addr: 192.168.1.7:3000\n\nserver:\n  hostname: api.nport.io # API server host, defaults to api.nport.io\n  secure: true # Use TLS when talking to the server, defaults to true\n```\n\n## Running your own server\n\nSee [nport-server/deploy](nport-server/deploy) for an example deployment setup to run your own server.\n\n## Reporting bugs\n\nWhen opening an issue, make sure you attach a log running `np` with TRACE logging enabled.\nUse `RUST_LOG='np=trace' np ...` to do so.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiam%2Fnport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiam%2Fnport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiam%2Fnport/lists"}