{"id":20311328,"url":"https://github.com/sofakingworld/mini_hex","last_synced_at":"2025-06-26T17:32:24.709Z","repository":{"id":104393797,"uuid":"123439013","full_name":"sofakingworld/mini_hex","owner":"sofakingworld","description":"Work in progress: A minimal Hex Repository","archived":false,"fork":false,"pushed_at":"2018-03-12T18:50:35.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T08:16:36.324Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":false,"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/sofakingworld.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":"2018-03-01T13:32:50.000Z","updated_at":"2019-07-22T11:27:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2a41df2-7422-4f3e-b5ca-43926605df9f","html_url":"https://github.com/sofakingworld/mini_hex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sofakingworld/mini_hex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofakingworld%2Fmini_hex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofakingworld%2Fmini_hex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofakingworld%2Fmini_hex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofakingworld%2Fmini_hex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sofakingworld","download_url":"https://codeload.github.com/sofakingworld/mini_hex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofakingworld%2Fmini_hex/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262113361,"owners_count":23261009,"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-11-14T17:36:52.270Z","updated_at":"2025-06-26T17:32:24.648Z","avatar_url":"https://github.com/sofakingworld.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MiniHex\n\n[![Build Status](https://travis-ci.org/SofaKing18/mini_hex.svg?branch=master)](https://travis-ci.org/SofaKing18/mini_hex)\n\n**Work in progresss**: A minimal Hex Repository. See: https://github.com/hexpm/specifications/blob/master/endpoints.md#repository\n \n## Usage\n\n    # use latest Hex client (v0.17+)\n    mix local.hex --force\n\n    # Start server\n    cd /path/to/mini_hex\n    iex -S mix\n\n    # Publish package (from iex session)\n    :ok = MiniHex.Repository.publish(File.read!(\"test/fixtures/foo-0.1.0/foo-0.1.0.tar\"))\n\n    # Add mini_hex repo\n    mix hex.repo add mini_hex http://localhost:4000\n\n    # resolve foo\n    cd test/fixtures/bar-0.1.0\n    mix deps.get\n\n## Alternative Storage\n    \n    set WebDav storage:\n\n    # config.exs \n\n    config :mini_hex, data_dir: \"tmp/data\"\n\n    config :mini_hex,  \n      storage: :dav,\n      wed_dav:\n        [\n          host: \"http://localhost:8888/\",\n          user: \"test\",\n          password: \"test\"\n        ]\n\n\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofakingworld%2Fmini_hex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsofakingworld%2Fmini_hex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofakingworld%2Fmini_hex/lists"}