{"id":16861231,"url":"https://github.com/rumpl/ctrun","last_synced_at":"2025-06-24T07:34:43.395Z","repository":{"id":152362926,"uuid":"287284099","full_name":"rumpl/ctrun","owner":"rumpl","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-07T13:44:10.000Z","size":199,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-15T14:38:09.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rumpl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-13T13:13:29.000Z","updated_at":"2023-02-23T10:35:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c93047e-dd90-467a-9ffc-ad8a10e2e341","html_url":"https://github.com/rumpl/ctrun","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rumpl/ctrun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fctrun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fctrun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fctrun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fctrun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rumpl","download_url":"https://codeload.github.com/rumpl/ctrun/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fctrun/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261629506,"owners_count":23187057,"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":[],"created_at":"2024-10-13T14:30:32.880Z","updated_at":"2025-06-24T07:34:38.384Z","avatar_url":"https://github.com/rumpl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ctrun\n\n## Building\n\nYou need to have Docker installed and running\n\n```shell\n$ make\n```\n\nThis will create `bin/ctrun`\n\n## Running\n\n`ctrun` uses an S3 bucket as storage, you will need to define and pass auth info about the S3:\n\n- `--endpoint` (`$S3_ENPOINT`)\n- `--access-key` (`$ACCESS_KEY_ID`)\n- `--secret-key-id` (`$SECRET_KEY_ID`)\n- `--bucket` (`$S3_BUCKET`)\n\nOnce you define these environment variables you can simply run:\n\n```shell\n$ ./bin/ctrun\n🚀 Server started\n```\n\nOr\n\n```shell\n$ ./bin/ctrun --endpoint s3.amazon.com --bucket ctrun --access-key ACCESS_KEY --secret-key-id SECRET_KEY_ID\n🚀 Server started\n```\n\n## Running with minio\n\nStart the minio server:\n\n```shell\nminio server PATH\n```\n\n**for mac**: add `127.0.0.1 host.docker.internal` to your `/etc/hosts` file.\n\nLaunch the server:\n\n```shell\n$ ctrun --endpoint host.docker.internal:9000 --access-key \"minio\" --secret-key-id \"miniostorage\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumpl%2Fctrun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frumpl%2Fctrun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumpl%2Fctrun/lists"}