{"id":13584049,"url":"https://github.com/hectorm/docker-caddy","last_synced_at":"2025-06-15T02:32:56.268Z","repository":{"id":34397318,"uuid":"212447938","full_name":"hectorm/docker-caddy","owner":"hectorm","description":"A Docker image for Caddy.","archived":false,"fork":false,"pushed_at":"2025-03-13T02:10:07.000Z","size":541,"stargazers_count":10,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-28T15:18:43.234Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/hectorm/caddy","language":"Makefile","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/hectorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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},"funding":{"github":"hectorm","custom":"https://hector.molinero.dev/donate"}},"created_at":"2019-10-02T21:49:41.000Z","updated_at":"2025-03-03T23:49:14.000Z","dependencies_parsed_at":"2023-12-04T19:46:09.494Z","dependency_job_id":"a01eed88-1197-4be1-82ae-b13081aa7c33","html_url":"https://github.com/hectorm/docker-caddy","commit_stats":{"total_commits":292,"total_committers":2,"mean_commits":146.0,"dds":0.03424657534246578,"last_synced_commit":"ff54f1dbc225966cbde372695fac745cb0bc38d8"},"previous_names":[],"tags_count":102,"template":false,"template_full_name":null,"purl":"pkg:github/hectorm/docker-caddy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hectorm%2Fdocker-caddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hectorm%2Fdocker-caddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hectorm%2Fdocker-caddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hectorm%2Fdocker-caddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hectorm","download_url":"https://codeload.github.com/hectorm/docker-caddy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hectorm%2Fdocker-caddy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259912514,"owners_count":22931076,"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-01T15:03:58.693Z","updated_at":"2025-06-15T02:32:56.238Z","avatar_url":"https://github.com/hectorm.png","language":"Makefile","funding_links":["https://github.com/sponsors/hectorm","https://hector.molinero.dev/donate"],"categories":["Makefile"],"sub_categories":[],"readme":"# Caddy on Docker\n\nA Docker image for [Caddy](https://caddyserver.com).\n\n## Examples\n\n### Serve the current directory\n\n```sh\ndocker run --rm -it \\\n  --publish 80:80/tcp \\\n  --publish 443:443/tcp \\\n  --publish 443:443/udp \\\n  --mount type=bind,src=\"$PWD\",dst=/var/www/html/,ro \\\n  docker.io/hectorm/caddy:latest\n```\n\n### Serve `/var/www/html/` directory and use `/etc/caddy/Caddyfile` file as config\n\n```sh\ndocker run --rm -it \\\n  --publish 80:80/tcp \\\n  --publish 443:443/tcp \\\n  --publish 443:443/udp \\\n  --mount type=bind,src=/etc/caddy/Caddyfile,dst=/etc/caddy/Caddyfile,ro \\\n  --mount type=bind,src=/var/www/html/,dst=/var/www/html/,ro \\\n  docker.io/hectorm/caddy:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhectorm%2Fdocker-caddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhectorm%2Fdocker-caddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhectorm%2Fdocker-caddy/lists"}