{"id":48518096,"url":"https://github.com/edertone/docker-file-tools","last_synced_at":"2026-04-07T20:02:03.729Z","repository":{"id":347990915,"uuid":"1190437431","full_name":"edertone/docker-file-tools","owner":"edertone","description":"General-purpose tools microservice for file manipulation and caching","archived":false,"fork":false,"pushed_at":"2026-03-30T09:58:06.000Z","size":1252,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-30T11:39:44.597Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/edertone.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-24T09:30:17.000Z","updated_at":"2026-03-30T09:58:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/edertone/docker-file-tools","commit_stats":null,"previous_names":["edertone/docker-file-tools"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/edertone/docker-file-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2Fdocker-file-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2Fdocker-file-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2Fdocker-file-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2Fdocker-file-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edertone","download_url":"https://codeload.github.com/edertone/docker-file-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2Fdocker-file-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31526666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":"2026-04-07T20:01:59.277Z","updated_at":"2026-04-07T20:02:03.725Z","avatar_url":"https://github.com/edertone.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File Tools Microservice\n\nThis Dockerized microservice provides general-purpose tools for file manipulation via HTTP API endpoints on port 5001.\n\n## Dashboard\n\nThis service has a web portal to test all the endpoints:\n\n\u003chttp://localhost:5001/dashboard\u003e\n\n## API Documentation\n\n- [Image API Endpoints](./docs/api-image.md)\n\n- [PDF API Endpoints](./docs/api-pdf.md)\n\n- [Cache API Endpoints](./docs/api-cache.md)\n\n## Development documentation\n\n- [Development, testing and deployment documentation](./docs/develop-test-publish.md)\n\n## Docker image configuration\n\nThe image exposes all the API endpoints on port `5001`.\nWhen using cache features, a volume must be mounted to store the cached data across container restarts.\n\n**Example `docker-compose.yml`**\n\n```yaml\nservices:\n    file-tools:\n        image: edertone/file-tools:X.X.X\n        ports: # Remove this if you don't want external access to the container\n            - '5001:5001'\n        volumes:\n            - ./my/local/cache-folder:/app/file-tools-cache # Persist cache data on the host\n            - ./my/local/logs-folder:/app/logs # Get the relevant logs on the host\n```\n\nYou can use the docker-compose.yml file at the root of this project to run a local file-tools service\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Federtone%2Fdocker-file-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Federtone%2Fdocker-file-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Federtone%2Fdocker-file-tools/lists"}