{"id":30612779,"url":"https://github.com/wearejh/caddy","last_synced_at":"2026-05-18T02:31:41.004Z","repository":{"id":151110095,"uuid":"142401441","full_name":"WeareJH/caddy","owner":"WeareJH","description":"Caddy docker image for local development","archived":false,"fork":false,"pushed_at":"2018-07-26T07:23:12.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-08-30T05:42:04.818Z","etag":null,"topics":["docker","docker-image"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/WeareJH.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-07-26T06:56:35.000Z","updated_at":"2019-03-07T07:03:11.000Z","dependencies_parsed_at":"2024-02-22T08:00:15.116Z","dependency_job_id":null,"html_url":"https://github.com/WeareJH/caddy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WeareJH/caddy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeareJH%2Fcaddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeareJH%2Fcaddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeareJH%2Fcaddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeareJH%2Fcaddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WeareJH","download_url":"https://codeload.github.com/WeareJH/caddy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeareJH%2Fcaddy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"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":["docker","docker-image"],"created_at":"2025-08-30T05:36:07.407Z","updated_at":"2026-05-18T02:31:40.999Z","avatar_url":"https://github.com/WeareJH.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Caddy for Local Development\n\nThis is a simple Caddy Docker image to get up and running with self signed SSL. \n\nBy default it will accept all requests that come to it, verify SSL with a self signed cert then pass over to a host called `nginx`\n\n## Usage\n\nWith `docker-compose.yml` add it as a service alongisde your `nginx` service\n\n_**Example:** Trimmed docker-compose.yml file_\n```\n...\ncaddy:\n    image: wearejh/caddy\n    links:\n        - nginx\n    ports:\n        - \"80:80\"\n        - \"443:443\"\n...\n```\n\n## Customising ...\n\nIf you'd like to customise the Caddyfile, maybe to change the service hostnames, add extra functionality etc then you can do this by mounting your custom Caddyfile via a single file volume. \n\n_**Example:** Trimmed docker-compose.yml file_\n```\n...\ncaddy:\n    image: wearejh/caddy\n    volumes:\n        - path/to/local/Caddyfile:/etc/Caddyfile\n    links:\n        - nginx\n    ports:\n        - \"80:80\"\n        - \"443:443\"\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwearejh%2Fcaddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwearejh%2Fcaddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwearejh%2Fcaddy/lists"}