{"id":13558713,"url":"https://github.com/anapsix/docker-webdis","last_synced_at":"2025-07-15T17:33:46.256Z","repository":{"id":34398783,"uuid":"38326663","full_name":"anapsix/docker-webdis","owner":"anapsix","description":"Webdis in a tiny Docker container ","archived":false,"fork":false,"pushed_at":"2024-04-04T22:09:07.000Z","size":30,"stargazers_count":22,"open_issues_count":0,"forks_count":23,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-11T05:40:38.993Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://webd.is","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anapsix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2015-06-30T18:41:59.000Z","updated_at":"2025-03-20T20:48:13.000Z","dependencies_parsed_at":"2024-04-21T23:17:31.842Z","dependency_job_id":"eaffc05e-6e2f-49fd-bb0f-9cd1af067374","html_url":"https://github.com/anapsix/docker-webdis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anapsix/docker-webdis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anapsix%2Fdocker-webdis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anapsix%2Fdocker-webdis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anapsix%2Fdocker-webdis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anapsix%2Fdocker-webdis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anapsix","download_url":"https://codeload.github.com/anapsix/docker-webdis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anapsix%2Fdocker-webdis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265450297,"owners_count":23767596,"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":[],"created_at":"2024-08-01T12:05:06.929Z","updated_at":"2025-07-15T17:33:46.215Z","avatar_url":"https://github.com/anapsix.png","language":"Shell","funding_links":[],"categories":["Shell","others"],"sub_categories":[],"readme":"[![Docker Pulls](https://img.shields.io/docker/pulls/anapsix/webdis)](https://hub.docker.com/r/anapsix/webdis/)\n![Docker Image Size (tag)](https://img.shields.io/docker/image-size/anapsix/webdis/latest)\n![linux/amd64](https://img.shields.io/badge/platform-linux%2Famd64-blue)\n![linux/arm64](https://img.shields.io/badge/platform-linux%2Farm64-blue)\n\n[Webdis](http://webd.is) (by Nicolas Favre-Félix) is a simple HTTP server which\nforwards commands to Redis and sends the reply back using a format of your\nchoice. Accessing `/COMMAND/arg0/arg1/.../argN[.ext]` on Webdis executes the\ncommand on Redis and returns the response; the reply format can be changed with\nthe optional extension (.json, .txt…).\n\nWebdis implements ACL by IP/CIDR, by HTTP Auth or both with list of explicitly allowed or disallowed commands a client may use.\n\nDocumentation is available at author's site: [http://webd.is/#http](http://webd.is/#http).\n\n## Build\n\nBuild as per usual\n\n    docker build -t webdis .\n\nBuild a multi-arch image\n\n    # you might need to create a multiarch builder\n    docker buildx create --name multiarch --bootstrap --platform linux/arm64,linux/amd64\n\n    # build using buildx, specifying all the platforms you want to build for\n    docker buildx build --builder multiarch --platform linux/arm64,linux/amd64 -t webdis .\n\n## Usage\n\nStart all-in-one (includes Redis):\n\n    docker run -d -p 7379:7379 -e LOCAL_REDIS=true anapsix/webdis\n\nLink redis container manually and run:\n\n    docker run -d --name r4w redis\n    docker run -d -p 7379:7379 --link r4w:redis anapsix/webdis\n\nUse external redis server:\n\n    docker run -d -p 7379:7379 -e REDIS_HOST=redis-server-host anapsix/webdis\n\nUse Docker Compose:\n\n    docker-compose up\n\nTry accessing it with curl:\n\n* directly:\n\n        curl http://127.0.0.1:7379/SET/hello/world\n        curl http://127.0.0.1:7379/GET/hello\n\n* or via haproxy:\n\n        curl http://127.0.0.1:8080/SET/hello/world\n        curl http://127.0.0.1:8080/GET/hello\n\n## Known Issues\n\nSee https://github.com/nicolasff/webdis/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanapsix%2Fdocker-webdis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanapsix%2Fdocker-webdis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanapsix%2Fdocker-webdis/lists"}