{"id":19976060,"url":"https://github.com/dockette/httpdump","last_synced_at":"2026-01-27T02:33:48.747Z","repository":{"id":47375924,"uuid":"516017069","full_name":"dockette/httpdump","owner":"dockette","description":":whale: Inspect HTTP requests","archived":false,"fork":false,"pushed_at":"2025-07-11T09:10:25.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-11T12:33:56.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/dockette.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":"2022-07-20T14:34:06.000Z","updated_at":"2025-07-11T09:10:30.000Z","dependencies_parsed_at":"2022-08-22T09:30:57.186Z","dependency_job_id":null,"html_url":"https://github.com/dockette/httpdump","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dockette/httpdump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fhttpdump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fhttpdump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fhttpdump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fhttpdump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dockette","download_url":"https://codeload.github.com/dockette/httpdump/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fhttpdump/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28796977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T01:07:07.743Z","status":"online","status_checked_at":"2026-01-27T02:00:07.755Z","response_time":168,"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":[],"created_at":"2024-11-13T03:21:43.649Z","updated_at":"2026-01-27T02:33:48.742Z","avatar_url":"https://github.com/dockette.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/f3l1x"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=center\u003eDockette / HTTPDump\u003c/h1\u003e\n\n\u003cp align=center\u003e\n   Inspect HTTP requests using \u003ca href=\"https://github.com/beyondcode/httpdump\"\u003ehttpdump\u003c/a\u003e app.\n\u003c/p\u003e\n\n\u003cp align=center\u003e\n🕹 \u003ca href=\"https://f3l1x.io\"\u003ef3l1x.io\u003c/a\u003e | 💻 \u003ca href=\"https://github.com/f3l1x\"\u003ef3l1x\u003c/a\u003e | 🐦 \u003ca href=\"https://twitter.com/xf3l1x\"\u003e@xf3l1x\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=center\u003e\n    \u003ca href=\"https://hub.docker.com/r/dockette/httpdump/\"\u003e\u003cimg src=\"https://img.shields.io/docker/stars/dockette/httpdump.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://hub.docker.com/r/dockette/httpdump/\"\u003e\u003cimg src=\"https://img.shields.io/docker/pulls/dockette/httpdump.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://bit.ly/ctteg\"\u003e\u003cimg src=\"https://img.shields.io/gitter/room/contributte/contributte.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/sponsors/f3l1x\"\u003e\u003cimg src=\"https://img.shields.io/badge/sponsor-me-brightgreen?style=flat-square\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n-----\n\n## Usage\n\n```\nversion: \"3.7\"\n\nservices:\n    httpdump:\n        image: dockette/httpdump\n        ports:\n            - 8000:8000\n        environment:\n            - APP_ENV=local\n            - REDIS_HOST=redis\n        volumes:\n            # Persistence\n            # - .docker/storage:/srv/storage\n\n    redis:\n        image: redis:7-alpine\n        ports:\n            - 6379:6379\n```\n\n## Documentation\n\nYou can easily setup HTTPDump via environment variables. This is list of default values.\n\n```\n- APP_NAME=Dockette\n- APP_ENV=local\n- APP_KEY=base64:sjJo32LB/+B35zImJQNU2idyWUFoZL1KMmo5pPoiGvU=\n- APP_DEBUG=true\n- APP_URL=http://localhost\n```\n\n## Development\n\nSee [how to contribute](https://contributte.org/contributing.html) to this package.\n\nThis package is currently maintaining by these authors.\n\n\u003ca href=\"https://github.com/f3l1x\"\u003e\n    \u003cimg width=\"80\" height=\"80\" src=\"https://avatars2.githubusercontent.com/u/538058?v=3\u0026s=80\"\u003e\n\u003c/a\u003e\n\n-----\n\nConsider to [support](https://github.com/sponsors/f3l1x) **f3l1x**. Also thank you for using this package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockette%2Fhttpdump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdockette%2Fhttpdump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockette%2Fhttpdump/lists"}