{"id":22650122,"url":"https://github.com/garritfra/taurus","last_synced_at":"2025-09-10T06:41:32.435Z","repository":{"id":94532980,"uuid":"310555143","full_name":"garritfra/taurus","owner":"garritfra","description":"A concurrent gemini server","archived":false,"fork":false,"pushed_at":"2020-12-21T14:09:28.000Z","size":93,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-22T20:09:27.695Z","etag":null,"topics":["gemini","server"],"latest_commit_sha":null,"homepage":"https://sr.ht/~garritfra/taurus/","language":"Python","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/garritfra.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}},"created_at":"2020-11-06T09:45:55.000Z","updated_at":"2022-02-20T08:23:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb1407ed-bed6-4c40-9f9e-320990fdff62","html_url":"https://github.com/garritfra/taurus","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/garritfra/taurus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garritfra%2Ftaurus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garritfra%2Ftaurus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garritfra%2Ftaurus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garritfra%2Ftaurus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garritfra","download_url":"https://codeload.github.com/garritfra/taurus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garritfra%2Ftaurus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274422658,"owners_count":25282126,"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-09-10T02:00:12.551Z","response_time":83,"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":["gemini","server"],"created_at":"2024-12-09T08:31:16.443Z","updated_at":"2025-09-10T06:41:32.394Z","avatar_url":"https://github.com/garritfra.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Taurus - A Concurrent Gemini Server\n\n## Building\n\n```sh\ncargo build --release\ncp target/release/taurus /usr/bin/taurus\n```\n\n## Usage\n\nBy default, taurus looks for a configuration file at `/etc/taurus/taurus.toml`. Fields that can be configured are defined in `src/config.rs`.\n\nAn example config might look like this:\n\n```toml\n\n# Default gemini port is 1965\nport = 1965\n\n# Your TLS certificate\ncertificate_file = \"/etc/taurus/identity.pfx\"\n\n# Must match with the export password of the generated certificate\ncertificate_password = \"mysecretpassword\"\n\n# Your gemini files\nstatic_root = \"/var/www/gemini\"\n```\n\nYou will need a TLS certificate in order to use taurus. To generate one, take a look at the section below.\n\n## Generating a test-certificate\n\nAt the current state of the project, you need to generate a server certificate by hand. Take a look at `contrib/generate_cert.sh`, and run it.\n\n## Testing\n\nThere is a diagnostics script at `contrib/diagnostics.py` that can be used to test the functionality of taurus.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarritfra%2Ftaurus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarritfra%2Ftaurus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarritfra%2Ftaurus/lists"}