{"id":19909692,"url":"https://github.com/bearsampp/module-ngrok","last_synced_at":"2026-01-17T01:57:00.434Z","repository":{"id":39749280,"uuid":"432299451","full_name":"Bearsampp/module-ngrok","owner":"Bearsampp","description":"Ngrok module for the Bearsampp project","archived":false,"fork":false,"pushed_at":"2026-01-16T06:25:50.000Z","size":2456,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-16T21:51:11.841Z","etag":null,"topics":["hacktoberfest","ngrok"],"latest_commit_sha":null,"homepage":"https://bearsampp.com/module/ngrok","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bearsampp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"N6REJ","custom":"https://www.paypal.me/BearLeeAble"}},"created_at":"2021-11-26T20:57:57.000Z","updated_at":"2026-01-16T06:24:10.000Z","dependencies_parsed_at":"2025-07-31T12:17:34.415Z","dependency_job_id":"0e794aa6-1002-4745-bfe7-2f4545231866","html_url":"https://github.com/Bearsampp/module-ngrok","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Bearsampp/module-ngrok","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-ngrok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-ngrok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-ngrok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-ngrok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bearsampp","download_url":"https://codeload.github.com/Bearsampp/module-ngrok/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-ngrok/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28491911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T00:50:05.742Z","status":"ssl_error","status_checked_at":"2026-01-17T00:43:11.982Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hacktoberfest","ngrok"],"created_at":"2024-11-12T21:16:21.881Z","updated_at":"2026-01-17T01:57:00.426Z","avatar_url":"https://github.com/Bearsampp.png","language":null,"funding_links":["https://github.com/sponsors/N6REJ","https://www.paypal.me/BearLeeAble"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://bearsampp.com/contribute\" target=\"_blank\"\u003e\u003cimg width=\"250\" src=\"img/Bearsampp-logo.svg\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n[![GitHub release](https://img.shields.io/github/release/bearsampp/module-ngrok.svg?style=flat-square)](https://github.com/bearsampp/module-ngrok/releases/latest)\n![Total downloads](https://img.shields.io/github/downloads/bearsampp/module-ngrok/total.svg?style=flat-square)\n\nThis is a module of [Bearsampp project](https://github.com/bearsampp/bearsampp) involving ngrok.\n\n## Documentation and downloads\n\nhttps://bearsampp.com/module/ngrok\n\n## Build\n\nThis project uses Gradle for building and packaging releases.\n\n### Requirements\n\n* Java 8 or higher\n* Gradle (or use the Gradle wrapper if available)\n* 7-Zip (optional, for `.7z` format; falls back to `.zip` if not available)\n\n### Quick Start\n\n```bash\n# List all available tasks\ngradle tasks\n\n# Build a specific version interactively\ngradle release\n\n# Build a specific version non-interactively\ngradle release -PbundleVersion=3.19.1\n\n# Build all available versions\ngradle releaseAll\n\n# Display build information\ngradle info\n\n# Verify build environment\ngradle verify\n\n# List available local versions\ngradle listVersions\n\n# List available remote releases\ngradle listReleases\n\n# Clean build artifacts\ngradle clean\n```\n\n### Configuration\n\nEdit `build.properties` to configure the build:\n\n```properties\nbundle.name = ngrok\nbundle.release = YYYY.MM.DD\nbundle.type = tools\nbundle.format = 7z\n```\n\n### How It Works\n\n1. **Version Detection**: Gradle scans the `bin/` directory for folders matching `bin/ngrok\u003cversion\u003e` (e.g., `bin/ngrok3.19.1`)\n2. **Binary Download**: If `ngrok.exe` is not present locally, it's downloaded from the [modules-untouched](https://github.com/Bearsampp/modules-untouched) repository\n3. **Staging**: Files are staged in `bearsampp-build/tmp/bundles_prep/tools/ngrok/`\n4. **Packaging**: The final archive is created in `bearsampp-build/tools/ngrok/\u003crelease\u003e/` with hash files (MD5, SHA1, SHA256, SHA512)\n\n### Output\n\nArchives are created with the naming pattern:\n```\nbearsampp-ngrok-\u003cversion\u003e-\u003crelease\u003e.\u003cformat\u003e\n```\n\nFor example: `bearsampp-ngrok-3.19.1-2025.02.16.7z`\n\n### Advanced Options\n\n**Override download URL:**\n```bash\ngradle release -PbundleVersion=3.19.1 -PngrokUrl=https://example.com/ngrok.exe\n# or set environment variable\nset NGROK_DOWNLOAD_URL=https://example.com/ngrok.exe\n```\n\n**Use local ngrok.exe:**\n```bash\ngradle release -PbundleVersion=3.19.1 -PngrokLocalExe=C:/path/to/ngrok.exe\n# or set environment variable\nset NGROK_EXE_PATH=C:/path/to/ngrok.exe\n```\n\n**Custom build path:**\n```bash\n# In build.properties\nbuild.path = C:/custom-build-path\n# or set environment variable\nset BEARSAMPP_BUILD_PATH=C:/custom-build-path\n```\n\n### Documentation\n\nFor detailed documentation, see the [.gradle-docs](.gradle-docs/) directory.\n\n## Issues\n\nIssues must be reported on [Bearsampp repository](https://github.com/bearsampp/bearsampp/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-ngrok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbearsampp%2Fmodule-ngrok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-ngrok/lists"}