{"id":15357264,"url":"https://github.com/gera2ld/caddy-docker","last_synced_at":"2026-02-24T21:33:43.804Z","repository":{"id":77381228,"uuid":"525066068","full_name":"gera2ld/caddy-docker","owner":"gera2ld","description":"Caddy with DNS challenge","archived":false,"fork":false,"pushed_at":"2025-05-16T20:04:11.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-13T16:37:46.065Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/gera2ld/caddy","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/gera2ld.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}},"created_at":"2022-08-15T16:51:07.000Z","updated_at":"2025-05-16T20:04:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"68a38026-ef43-43d0-a1d5-6a9c91859ef7","html_url":"https://github.com/gera2ld/caddy-docker","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.4,"last_synced_commit":"23f9d34b51d52ef980d81e467dfd322e518e15f3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gera2ld/caddy-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Fcaddy-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Fcaddy-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Fcaddy-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Fcaddy-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gera2ld","download_url":"https://codeload.github.com/gera2ld/caddy-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Fcaddy-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29801021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T21:02:39.706Z","status":"ssl_error","status_checked_at":"2026-02-24T21:02:21.834Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-01T12:34:19.056Z","updated_at":"2026-02-24T21:33:43.786Z","avatar_url":"https://github.com/gera2ld.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# caddy\n\nThis is an unofficial build for caddy, with additional features:\n\n- DNS challenge for SSL\n- Add Cloudflare IP ranges to trusted proxies\n- Caddy Gen to generate configuration automatically when a service is up or down\n\n## Build\n\n```bash\n$ docker build -t caddy .\n```\n\n## Usage\n\n```yaml\nservices:\n  caddy:\n    image: gera2ld/caddy:latest\n    restart: always\n    ports:\n      - 80:80\n      - 443:443\n      - 443:443/udp\n    volumes:\n      - caddy_data:/data\n      - ./site:/srv\n      - ./caddy:/etc/caddy\n\n      # Needed by caddy-gen\n      - /var/run/docker.sock:/var/run/docker.sock\n\n    environment:\n\n      # Needed by caddy-gen\n      - CADDY_GEN_ENABLED=1\n      - CADDY_GEN_NETWORK=gateway\n      - CADDY_GEN_OUTFILE=/etc/caddy/sites/docker-sites.caddy\n\n    networks:\n      - caddy\n\nvolumes:\n  caddy_data:\n\nnetworks:\n  caddy:\n    external: true\n    name: caddy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgera2ld%2Fcaddy-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgera2ld%2Fcaddy-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgera2ld%2Fcaddy-docker/lists"}