{"id":13521772,"url":"https://github.com/tor-actions/setup-tor","last_synced_at":"2025-03-31T20:32:40.442Z","repository":{"id":37829699,"uuid":"361990812","full_name":"tor-actions/setup-tor","owner":"tor-actions","description":"Set up your GitHub Actions workflow with a specific version of Tor","archived":false,"fork":false,"pushed_at":"2024-07-29T03:16:48.000Z","size":461,"stargazers_count":9,"open_issues_count":6,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T07:19:42.733Z","etag":null,"topics":["actions","github-actions","setup","tor"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/tor-actions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2021-04-27T05:25:59.000Z","updated_at":"2024-11-18T08:06:29.000Z","dependencies_parsed_at":"2024-06-08T06:31:32.183Z","dependency_job_id":"90704ec0-de41-4389-9890-45e4e693cda6","html_url":"https://github.com/tor-actions/setup-tor","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tor-actions%2Fsetup-tor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tor-actions%2Fsetup-tor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tor-actions%2Fsetup-tor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tor-actions%2Fsetup-tor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tor-actions","download_url":"https://codeload.github.com/tor-actions/setup-tor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246536245,"owners_count":20793407,"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","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":["actions","github-actions","setup","tor"],"created_at":"2024-08-01T06:00:37.915Z","updated_at":"2025-03-31T20:32:39.980Z","avatar_url":"https://github.com/tor-actions.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized","Applications"],"sub_categories":["Uncategorized","Other applications"],"readme":"# setup-tor\n\n[![Validate](https://github.com/tor-actions/setup-tor/actions/workflows/versions.yml/badge.svg)](https://github.com/tor-actions/setup-tor/actions/workflows/versions.yml)\n\nThis action sets up a tor environment for use in actions by:\n\n- optionally downloading and caching a version of Tor by version and adding to PATH\n- registering problem matchers for error output\n\n## Usage\n\nSee [action.yml](action.yml)\n\nBasic:\n```yaml\nsteps:\n- uses: actions/checkout@main\n- uses: tor-actions/setup-tor@main\n  with:\n    tor-version: '0.4.5.7' # The Tor version to download (if necessary) and use.\n- run: tor\n```\n\nMatrix Testing:\n```yaml\njobs:\n  build:\n    runs-on: ubuntu-16.04\n    strategy:\n      matrix:\n        tor: [ '0.4.5.7', '0.4.5-rc7' ]\n    name: Tor ${{ matrix.tor }} sample\n    steps:\n      - uses: actions/checkout@v2\n      - name: Setup tor\n        uses: tor-actions/setup-tor@v1\n        with:\n          tor-version: ${{ matrix.tor }}\n      - run: tor\n```\n\nRun as daemon and set specific port (default as `9050`):\n```yaml\nsteps:\n- uses: actions/checkout@main\n- uses: tor-actions/setup-tor@main\n  with:\n    tor-version: '0.4.5.7' # The Tor version to download (if necessary) and use.\n    daemon: true\n    port: 12345\n```\n\nRun with a custom configuration file:\n```yaml\nsteps:\n- uses: actions/checkout@main\n- uses: tor-actions/setup-tor@main\n  with:\n    config-path: ${{ github.workspace }}/.github/.torrc\n```\n\nRun with a custom configuration:\n```yaml\nsteps:\n- uses: actions/checkout@main\n- uses: tor-actions/setup-tor@main\n  with:\n    config: |\n      ControlPort 9051\n      CookieAuthentication 0\n```\n\n## License\n\nThe scripts and documentation in this project are released under the [MIT License](LICENSE)\n\n## Contributions\n\nContributions are welcome!  See [Contributor's Guide](docs/contributors.md)\n\n## Code of Conduct\n\n:wave: Be nice.  See [our code of conduct](CODE_OF_CONDUCT.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftor-actions%2Fsetup-tor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftor-actions%2Fsetup-tor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftor-actions%2Fsetup-tor/lists"}