{"id":18055704,"url":"https://github.com/buzz/certbot","last_synced_at":"2025-04-11T02:02:13.508Z","repository":{"id":66533574,"uuid":"83207613","full_name":"buzz/certbot","owner":"buzz","description":"Dockerfile for Certbot","archived":false,"fork":false,"pushed_at":"2024-11-20T17:38:49.000Z","size":19,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T23:26:43.325Z","etag":null,"topics":["certbot","docker","dockerfile","letsencrypt"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buzz.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-26T12:43:37.000Z","updated_at":"2024-11-20T17:38:52.000Z","dependencies_parsed_at":"2024-10-31T01:11:45.114Z","dependency_job_id":"55da2eb4-30f5-42c0-9ab4-ced911fa751f","html_url":"https://github.com/buzz/certbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzz%2Fcertbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzz%2Fcertbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzz%2Fcertbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzz%2Fcertbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buzz","download_url":"https://codeload.github.com/buzz/certbot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248328160,"owners_count":21085261,"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","docker","dockerfile","letsencrypt"],"created_at":"2024-10-31T01:11:35.315Z","updated_at":"2025-04-11T02:02:13.467Z","avatar_url":"https://github.com/buzz.png","language":"Shell","readme":"Dockerfile for Certbot\n======================\n\nThis is a Dockerfile for free and automatic [Let's Encrypt](https://letsencrypt.org/)\ncertificates.\n\n* Is based on [Alpine Linux](https://alpinelinux.org).\n* Uses [Certbot](https://github.com/certbot/certbot).\n\nOnce a day it renews certificates automatically if needed.\n\nYou can manually trigger certificate renewal:\n\n```\n$ docker-compose exec certbot certbot renew -q\n```\n\nUsage\n-----\n\nUse with `docker-compose.yml`:\n\n```\nservices:\n  certbot:\n    container_name: certbot\n    build: github.com/buzz/certbot\n    restart: always\n    depends_on:\n    - nginx\n    volumes:\n    - ./volumes/www/acme-challenges:/var/www/acme-challenges\n    - ./volumes/etc/letsencrypt:/etc/letsencrypt\n    environment:\n    - DOMAINS\n  nginx:\n    container_name: nginx\n    image: nginx:alpine\n    restart: always\n    ports:\n    - 80:80\n    - 443:443\n    volumes:\n    - ./volumes/www:/var/www\n    - ./volumes/etc/nginx:/etc/nginx:ro\n    - ./volumes/etc/letsencrypt:/etc/letsencrypt:ro\n```\n\nand an `.env` file:\n\n```\nDOMAINS=\"\n  example.com\n  www.example.com\n  foo.example.com\n\"\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuzz%2Fcertbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuzz%2Fcertbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuzz%2Fcertbot/lists"}