{"id":21450623,"url":"https://github.com/mietzen/lego-certbot","last_synced_at":"2025-03-17T02:24:38.557Z","repository":{"id":154073565,"uuid":"626504978","full_name":"mietzen/lego-certbot","owner":"mietzen","description":"Docker lego ACME certbot alternative","archived":false,"fork":false,"pushed_at":"2024-12-23T15:59:05.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T12:15:43.780Z","etag":null,"topics":["certbot","certbot-dns","docker","docker-compose","lego"],"latest_commit_sha":null,"homepage":"","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/mietzen.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}},"created_at":"2023-04-11T15:45:20.000Z","updated_at":"2025-01-08T21:16:35.000Z","dependencies_parsed_at":"2024-01-29T14:52:33.473Z","dependency_job_id":"7213868a-2d61-4277-bf98-1fa7b3b6334e","html_url":"https://github.com/mietzen/lego-certbot","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mietzen%2Flego-certbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mietzen%2Flego-certbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mietzen%2Flego-certbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mietzen%2Flego-certbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mietzen","download_url":"https://codeload.github.com/mietzen/lego-certbot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960637,"owners_count":20375108,"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":["certbot","certbot-dns","docker","docker-compose","lego"],"created_at":"2024-11-23T04:16:01.146Z","updated_at":"2025-03-17T02:24:38.536Z","avatar_url":"https://github.com/mietzen.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lego-Certbot\n\nCertbot alternative based on the amazing [LEGO](https://github.com/go-acme/lego).\n\n## Usage\n\nCloudflare + NGINX example: \n\n```yaml\nversion: \"3\"\nservices:\n  cloudflare-lego-certbot:\n    image: mietzen/lego-certbot:v4.13\n    restart: always\n    environment:\n      - CLOUDFLARE_DNS_API_TOKEN=YOUR_TOKEN\n      - EMAIL='your@mail.com'\n      - DNS_PROVIDER=cloudflare\n      - DOMAINS='your.domain.com,your2nd.domain.com'\n    # dns=1.1.1.1 # Optional \n    volumes:\n      - certs:/data\n\n  nginx:\n    image: nginx:stable-apline\n    container_name: nginx\n    ports:\n      - \"80:80\"\n      - \"443:443\"\n    volumes:\n      - ./nginx/conf.d:/etc/nginx/conf.d\n      - ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro\n      - ./nginx/ssl.conf:/etc/nginx/ssl.conf:ro\n      - ./nginx/proxy.conf:/etc/nginx/proxy.conf:ro\n      - ./nginx/dhparams.pem:/etc/nginx/dhparams.pem:ro\n      - certs:/etc/ssl\n    command: \"/bin/sh -c 'while :; do sleep 12h \u0026 wait $${!}; nginx -s reload; echo 'reloading config'; done \u0026 nginx -g \\\"daemon off;\\\"'\"\n    restart: unless-stopped\n    networks:\n      - nginx\n\nnetworks:\n  nginx:\n    external: true\n\nvolumes:\n  certs:\n```\n\nFor other DNS Providers see: [LEGO DNS PROVIDERS](https://go-acme.github.io/lego/dns/)\nAnd set the needed environment variables.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmietzen%2Flego-certbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmietzen%2Flego-certbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmietzen%2Flego-certbot/lists"}