{"id":32167394,"url":"https://github.com/webdeb/thumbox","last_synced_at":"2026-02-20T00:31:53.523Z","repository":{"id":62430428,"uuid":"131767693","full_name":"webdeb/thumbox","owner":"webdeb","description":"thumbor helpers in elixir","archived":false,"fork":false,"pushed_at":"2021-10-20T15:31:56.000Z","size":27,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T15:36:41.454Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/webdeb.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}},"created_at":"2018-05-01T22:02:16.000Z","updated_at":"2018-06-01T22:55:12.000Z","dependencies_parsed_at":"2022-11-01T20:18:25.400Z","dependency_job_id":null,"html_url":"https://github.com/webdeb/thumbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webdeb/thumbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeb%2Fthumbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeb%2Fthumbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeb%2Fthumbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeb%2Fthumbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdeb","download_url":"https://codeload.github.com/webdeb/thumbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeb%2Fthumbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-10-21T15:28:37.033Z","updated_at":"2026-02-20T00:31:53.519Z","avatar_url":"https://github.com/webdeb.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Thumbox\n\nGenerate secure [thumbor](http://thumbor.org) urls on the fly.\n\n[![Build Status](https://travis-ci.org/webdeb/thumbox.svg?branch=master)](https://travis-ci.org/webdeb/thumbox)\n[![HitCount](http://hits.dwyl.io/webdeb/thumbox.svg)](http://hits.dwyl.io/webdeb/thumbox)\n\n\n#### The signature generation is tested against the original thumbor implemention.\n\n## Installation\n\n[available in Hex](https://hex.pm/packages/thumbox), the package can be installed\nby adding `thumbox` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:thumbox, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## Config\n\n```elixir\nconfig :thumbox,\n  server: \"https://thumbor.example.com\", # The thumbor server\n  origin: \"my-app.com\", # The hostname of the original images\n  secret: \"s3cr3t\", # The shared secret key\n  types: %{\n    # Define your image types\n    profile_avatar: \"200x200/smart\",\n    blog_header: \"1024x360\",\n  }\n```\n\n_Note_: The origin option can also be an internal hostname, like \"app\"\n\n## Usage\n\n### gen_url(type, path, opts \\\\\\ [])\n\n```elixir\nThumbox.gen_url(:profile_avatar, \"uploads/some-user-avatar.jpg\")\n=\u003e \"https://thumbor.example.com/\u003chmac-signature\u003e/200x200/smart/my-app.com/uploads/some-user-avatar.jpg\"\n```\n\n*opts: You can also pass any option from the config to the url generation on the fly.*\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeb%2Fthumbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdeb%2Fthumbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeb%2Fthumbox/lists"}