{"id":17113264,"url":"https://github.com/kurenn/medusa_server","last_synced_at":"2026-03-03T12:34:12.744Z","repository":{"id":138708376,"uuid":"85138452","full_name":"kurenn/medusa_server","owner":"kurenn","description":"A simple web server written in elixir to stack images","archived":false,"fork":false,"pushed_at":"2017-05-12T17:49:06.000Z","size":183,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-28T16:08:00.292Z","etag":null,"topics":["cowboy","elixir","imagemagick","plug","stack-images"],"latest_commit_sha":null,"homepage":"","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/kurenn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-03-16T01:28:33.000Z","updated_at":"2024-04-22T05:20:44.000Z","dependencies_parsed_at":"2024-01-07T21:54:28.451Z","dependency_job_id":"33b17aca-5265-4b01-80eb-30e86a341ce2","html_url":"https://github.com/kurenn/medusa_server","commit_stats":null,"previous_names":["icalialabs/medusa_server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kurenn/medusa_server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurenn%2Fmedusa_server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurenn%2Fmedusa_server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurenn%2Fmedusa_server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurenn%2Fmedusa_server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kurenn","download_url":"https://codeload.github.com/kurenn/medusa_server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurenn%2Fmedusa_server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272885303,"owners_count":25009609,"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-08-30T02:00:09.474Z","response_time":77,"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":["cowboy","elixir","imagemagick","plug","stack-images"],"created_at":"2024-10-14T17:05:12.354Z","updated_at":"2026-03-03T12:34:12.703Z","avatar_url":"https://github.com/kurenn.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Medusa](medusa.jpg)\n\n## Overview\n\n`medusa_server` is a simple web server written in elixir that uses [medusa](https://github.com/IcaliaLabs/medusa) command line interface to stack multiple images from URL's.\n\n## Table of contents\n\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Prerequisites\n\nmedusa_server is distributed and run as a Docker image. You don't need to install elixir or anything else but [Docker](https://docker.io).\n\n## Installation\n\n```console\n% docker pull icalialabs/medusa_server:latest\n```\n\n## Usage\n\nBefore using medusa_server make sure you have the images url's and make sure the port `2604` is not being used by other process.\n\n1: Standard (Non-development)\n\n```console\ndocker run --rm \\\n\t-p 2604:2604 \\\n\ticalialabs/medusa_server:latest\n\t\n16:35:14.255 [info]  Started application\n```\n  \nThen you can call the service like:\n\n```\ncurl -X POST \"http://localhost:2604/process\" \\\n\t-d \"urls[]=https://s3.amazonaws.com/bucketname/bg.png\" \n\t-d \"urls[]=https://s3.amazonaws.com/bucketname/area-int.png\"\n```\n\nYou should see a base64 string representing the stacked image.\n\n## Contributing\n\nPlease submit all pull requests against a separate branch.\n\nThanks!\n\n## License\n\nSee [LICENSE](LICENSE.txt)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurenn%2Fmedusa_server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkurenn%2Fmedusa_server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurenn%2Fmedusa_server/lists"}