{"id":20950417,"url":"https://github.com/atomgraph/letsencrypt-nginx-unprivileged","last_synced_at":"2026-05-17T23:32:13.692Z","repository":{"id":147849149,"uuid":"433878739","full_name":"AtomGraph/letsencrypt-nginx-unprivileged","owner":"AtomGraph","description":"Unprivileged (non-root) nginx Docker image which waits for the upstream server with LetsEncrypt certificate support","archived":false,"fork":false,"pushed_at":"2021-12-08T13:25:04.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-13T05:19:06.593Z","etag":null,"topics":["http-server","letsencrypt","nginx","nginx-unprivileged"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/atomgraph/letsencrypt-nginx-unprivileged","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/AtomGraph.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":"2021-12-01T15:20:45.000Z","updated_at":"2021-12-08T13:25:08.000Z","dependencies_parsed_at":"2023-05-26T17:00:18.226Z","dependency_job_id":null,"html_url":"https://github.com/AtomGraph/letsencrypt-nginx-unprivileged","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AtomGraph/letsencrypt-nginx-unprivileged","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2Fletsencrypt-nginx-unprivileged","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2Fletsencrypt-nginx-unprivileged/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2Fletsencrypt-nginx-unprivileged/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2Fletsencrypt-nginx-unprivileged/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AtomGraph","download_url":"https://codeload.github.com/AtomGraph/letsencrypt-nginx-unprivileged/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2Fletsencrypt-nginx-unprivileged/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28106937,"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","status":"online","status_checked_at":"2025-12-28T02:00:05.685Z","response_time":62,"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":["http-server","letsencrypt","nginx","nginx-unprivileged"],"created_at":"2024-11-19T00:48:26.227Z","updated_at":"2025-12-29T00:02:09.843Z","avatar_url":"https://github.com/AtomGraph.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nginx\nUnprivileged nginx Docker image with [awscliv2](https://pypi.org/project/awscliv2/) and [python3-certbot-dns-route53](https://certbot-dns-route53.readthedocs.io/) installed.\n\n# Usage\n\n## Server certificate\n\nIf `$GENERATE_SERVER_CERT=true` and `$SERVER_NAME` is set (to the hostname of the server, e.g. `localhost`), a self-signed server certificate and private key will be generated under `$SERVER_CERT_FILE` (by default `/etc/nginx/ssl/server.crt`) and `$SERVER_KEY_FILE` (by default `/etc/nginx/ssl/server.key`), respectively.\n\n## Upstream sever\n\nIf `$UPSTREAM_SERVER` is supplied, then the entrypoint script will ping that host for a `$TIMEOUT` number of seconds (the default is 10).\n\nIf the host responds during that period, the entrypoint command is executed. Otherwise the script exits.\n\n# Example\n\nUsing `docker-compose.yml`:\n\n    version: \"2.3\"\n    services:\n      nginx:\n        image: atomgraph/nginx\n        environment:\n          - GENERATE_SERVER_CERT=true\n          - SERVER_NAME=localhost\n          - UPSTREAM_SERVER=tomcat\n        command: nginx -g 'daemon off;'\n        volumes:\n          - ./certs:/etc/nginx/ssl","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomgraph%2Fletsencrypt-nginx-unprivileged","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatomgraph%2Fletsencrypt-nginx-unprivileged","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomgraph%2Fletsencrypt-nginx-unprivileged/lists"}