{"id":16541105,"url":"https://github.com/spujadas/mini_httpd-docker","last_synced_at":"2026-02-12T12:10:54.485Z","repository":{"id":34918240,"uuid":"38970322","full_name":"spujadas/mini_httpd-docker","owner":"spujadas","description":"Docker image for mini_httpd, a small HTTP server","archived":false,"fork":false,"pushed_at":"2015-07-13T21:05:25.000Z","size":116,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-03T08:52:40.666Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/spujadas.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":"2015-07-12T17:13:35.000Z","updated_at":"2018-05-12T10:32:07.000Z","dependencies_parsed_at":"2022-09-01T03:40:17.609Z","dependency_job_id":null,"html_url":"https://github.com/spujadas/mini_httpd-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spujadas/mini_httpd-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spujadas%2Fmini_httpd-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spujadas%2Fmini_httpd-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spujadas%2Fmini_httpd-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spujadas%2Fmini_httpd-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spujadas","download_url":"https://codeload.github.com/spujadas/mini_httpd-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spujadas%2Fmini_httpd-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29365766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: 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":"2024-10-11T18:54:05.957Z","updated_at":"2026-02-12T12:10:54.470Z","avatar_url":"https://github.com/spujadas.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# mini_httpd Docker image\n\n[mini_httpd](http://www.acme.com/software/mini_httpd/) is a small HTTP server.\n\n### Contents\n\n - Usage\n\t - Start a container with Docker\n\t - Start a container with Docker Compose\n - Build\n\t - Build with Docker\n\t - Build with Docker Compose\n - About\n\n## Usage\n\nIn the instructions that follow, replace `\u003chome-directory\u003e` with the path of the local directory you want to serve content from, and `\u003chttp-port\u003e` with the HTTP port you want the HTTP server to serve content to (e.g. `80` for the standard HTTP port if not already in use on the host).\n\n### Start a container with Docker\n\n\t$ sudo docker run --rm -t -v \u003chome-directory\u003e:/var/www/localhost/htdocs -p \u003chttp-port\u003e:80 sebp/mini_httpd\n\n### Start a container with Docker Compose\n\nAdd the following lines in an existing or a new `docker-compose.yml` file:\n\n\tminihttpd:\n\t  image: sebp/mini_httpd\n\t  volumes:\n\t    - \u003chome-directory\u003e:/var/www/localhost/htdocs\n\t  ports:\n\t    - \"\u003chttp-port\u003e:80\"\n\nThen start a mini_httpd container with:\n\n\t$ sudo docker-compose up minihttpd\n\n\n## Build\n\nFirst clone or download the [spujadas/mini_httpd-docker](https://github.com/spujadas/mini_httpd-docker) GitHub repository, open a shell in the newly created `mini_httpd-docker` directory, then build the image and run a container using Docker or Docker Compose, as explained below.\n\n### Build with Docker\n\nThis command will build the image:\n\n\t$ sudo docker build .\n\n### Build with Docker Compose\n\nBuild the image with this command:\n\n\t$ sudo docker-compose build\n\n## About\n\nWritten by [Sébastien Pujadas](http://pujadas.net), released under the [MIT license](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspujadas%2Fmini_httpd-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspujadas%2Fmini_httpd-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspujadas%2Fmini_httpd-docker/lists"}