{"id":15647582,"url":"https://github.com/drdaeman/docker-nginx-ssl-proxy","last_synced_at":"2026-04-15T13:33:06.784Z","repository":{"id":139587145,"uuid":"66279790","full_name":"drdaeman/docker-nginx-ssl-proxy","owner":"drdaeman","description":"A (yet another) dead-simple nginx-based SSL reverse proxy Docker image.","archived":false,"fork":false,"pushed_at":"2016-08-22T14:34:05.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-14T12:44:26.848Z","etag":null,"topics":["docker","nginx","proxy","ssl"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drdaeman.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":"2016-08-22T14:29:43.000Z","updated_at":"2017-02-14T20:45:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"3742bdd5-2c17-41bb-a210-d06fbda5a579","html_url":"https://github.com/drdaeman/docker-nginx-ssl-proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drdaeman/docker-nginx-ssl-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drdaeman%2Fdocker-nginx-ssl-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drdaeman%2Fdocker-nginx-ssl-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drdaeman%2Fdocker-nginx-ssl-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drdaeman%2Fdocker-nginx-ssl-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drdaeman","download_url":"https://codeload.github.com/drdaeman/docker-nginx-ssl-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drdaeman%2Fdocker-nginx-ssl-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31842911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T13:28:40.153Z","status":"ssl_error","status_checked_at":"2026-04-15T13:28:29.396Z","response_time":63,"last_error":"SSL_read: 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":["docker","nginx","proxy","ssl"],"created_at":"2024-10-03T12:19:55.872Z","updated_at":"2026-04-15T13:33:06.749Z","avatar_url":"https://github.com/drdaeman.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Simple nginx-based SSL reverse proxy\n====================================\n\nA (yet another) dead-simple nginx-based SSL reverse proxy Docker image.\n\nNo auto-configuration, no ACME, no fancy stuff.\nJust nginx configured to proxy to a single upstream.\n\nJust because I haven't found this on Docker Hub.\nProbably just haven't looked.\n\nUsage\n-----\n\n    docker build -t nginx-ssl-proxy .\n\n    docker run -it --rm -p 8443:443 \\\n        -e PROXY_PASS=\"http://example.org\" \\\n        -e PROXY_HOST=example.org nginx-ssl-proxy\n\nVariables\n---------\n\nThe following environment variables map to nginx configuration settings:\n\n  - `PROXY_PASS`\n  - `SERVER_NAME` (defaults to `_`)\n  - `SSL_CERTIFICATE` (a self-signed certificate generated if file does not exist)\n  - `SSL_CERTIFICATE_KEY` (a new key is generated if file does not exist)\n  - `CLIENT_BODY_BUFFER_SIZE`\n  - `CLIENT_MAX_BODY_SIZE`\n  - `PROXY_REDIRECT`\n  - `PROXY_BUFFERING` (`off` by default)\n  - `PROXY_CONNECT_TIMEOUT`\n  - `PROXY_READ_TIMEOUT`\n  - `PROXY_SEND_TIMEOUT`\n\nTwo variables that don't map to nginx settings:\n\n  - `PROXY_HOST` - allows to override `proxy_set_header Host $host;`\n  - `IPV6` - when set to `\"yes\"` (the default) listens on IPv6\n\nLicensing\n---------\n\nI don't think this tiny piece of code is a copyrightable.\nIn case it is, see `UNLICENSE` file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrdaeman%2Fdocker-nginx-ssl-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrdaeman%2Fdocker-nginx-ssl-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrdaeman%2Fdocker-nginx-ssl-proxy/lists"}