{"id":28804496,"url":"https://github.com/camatcode/hex_tiny","last_synced_at":"2026-04-12T17:03:48.888Z","repository":{"id":296058553,"uuid":"992184982","full_name":"camatcode/hex_tiny","owner":"camatcode","description":"Test environment docker images for private Hex repos and Hex.pm itself","archived":false,"fork":false,"pushed_at":"2025-06-07T01:48:32.000Z","size":123,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-07T02:37:59.903Z","etag":null,"topics":["docker","docker-compose","elixir","erlang","hexpm"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/camatcode.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,"zenodo":null}},"created_at":"2025-05-28T18:48:02.000Z","updated_at":"2025-06-07T01:48:37.000Z","dependencies_parsed_at":"2025-05-28T20:28:40.654Z","dependency_job_id":"d24be4bf-ea0b-4d17-a921-c3e793794f56","html_url":"https://github.com/camatcode/hex_tiny","commit_stats":null,"previous_names":["camatcode/hex_tiny"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/camatcode/hex_tiny","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camatcode%2Fhex_tiny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camatcode%2Fhex_tiny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camatcode%2Fhex_tiny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camatcode%2Fhex_tiny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camatcode","download_url":"https://codeload.github.com/camatcode/hex_tiny/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camatcode%2Fhex_tiny/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260523584,"owners_count":23021968,"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":["docker","docker-compose","elixir","erlang","hexpm"],"created_at":"2025-06-18T09:03:56.600Z","updated_at":"2026-04-12T17:03:48.859Z","avatar_url":"https://github.com/camatcode.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hex_tiny \u0026 hex_beefy\n\nTwo containerized Hex package repository/api images for testing and development.\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Quick Start](#quick-start)\n  - [hex_tiny](#hex_tiny)\n  - [hex_beefy](#hex_beefy)\n- [CI/CD Integration](#cicd-integration)\n- [Why?](#why)\n\n## Overview\n\n**hex_tiny** - A lightweight single-image Hex repository server based on the [Hex: Self Hosting](https://hex.pm/docs/self-hosting) guide. Provides \"repository\" functionality.\n- Docker Hub: [camatcode/hex_tiny](https://hub.docker.com/r/camatcode/hex_tiny)\n- Port: 8000\n\n**hex_beefy** - A full-featured test environment running [hexpm/hexpm](https://github.com/hexpm/hexpm/tree/main) with integrated PostgreSQL database.\n- Docker Hub: [camatcode/hex_beefy](https://hub.docker.com/r/camatcode/hex_beefy)  \n- Port: 4000\n\n## Quick Start\n\n### hex_tiny\n\n**Direct Docker:**\n```bash\ndocker run -it --network=host camatcode/hex_tiny\n# Or specify port: docker run -it -p {port}:8000 camatcode/hex_tiny\n```\n\n**Docker Compose:**\n```bash\n# Start\ndocker compose -f docker-compose_tiny.yml up -d\n\n# View logs\ndocker compose -f docker-compose_tiny.yml logs -f\n\n# Stop\ndocker compose -f docker-compose_tiny.yml down\n```\n\nAccess at: http://localhost:8000/\n\n![hex_tiny interface](tiny_screen.png)\n\n--------\n\n### hex_beefy\n\n**Direct Docker:**\n```bash\ndocker run -it --network=host camatcode/hex_beefy\n# Or specify port: docker run -it -p {port}:4000 camatcode/hex_beefy\n```\n\n**Docker Compose:**\n```bash\n# Start\ndocker compose -f docker-compose_beefy.yml up -d\n\n# View logs\ndocker compose -f docker-compose_beefy.yml logs -f\n\n# Stop\ndocker compose -f docker-compose_beefy.yml down\n```\n\nAccess at: http://localhost:4000/\n\n![hex_beefy interface](beefy_screen.png)\n\n**Test emails:** http://localhost:4000/sent_emails\n\n**Test user:** With docker tag **:with_test_user** - username: \"test_user\" password: \"elixir1234\" admin for org called \"test_org\"\n\n**Pitfalls:**\n\n* If you publish documentation to a package, it will say you published it, but will not store the docs (so you can't retrieve what you posted)\n\n## CI/CD Integration\n\nExample usage in GitHub Actions: [aura's workflow](https://github.com/camatcode/aura/blob/main/.github/workflows/ci.yml#L27)\n\n## Why\n\nI needed this to use as a reference API implementation to execute against (because testing against Hex.pm itself is rude).\n\nMy CI/CD in this case is really limited (can't compose or launch services), so everything had to work in one image.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamatcode%2Fhex_tiny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamatcode%2Fhex_tiny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamatcode%2Fhex_tiny/lists"}