{"id":16412483,"url":"https://github.com/sfneal/nginx-proxy","last_synced_at":"2026-04-29T16:01:49.314Z","repository":{"id":42519026,"uuid":"198294919","full_name":"sfneal/nginx-proxy","owner":"sfneal","description":"Nginx reverse proxy server for Dockerized web application.","archived":false,"fork":false,"pushed_at":"2025-08-24T08:01:53.000Z","size":255,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-24T14:46:39.936Z","etag":null,"topics":["docker","nginx","proxy","reverse-proxy"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sfneal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2019-07-22T20:09:45.000Z","updated_at":"2025-08-20T16:34:13.000Z","dependencies_parsed_at":"2023-09-24T10:32:32.362Z","dependency_job_id":"fce1c163-07ef-4b8d-a4c0-789a7715c1d9","html_url":"https://github.com/sfneal/nginx-proxy","commit_stats":null,"previous_names":[],"tags_count":215,"template":false,"template_full_name":null,"purl":"pkg:github/sfneal/nginx-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfneal%2Fnginx-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfneal%2Fnginx-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfneal%2Fnginx-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfneal%2Fnginx-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sfneal","download_url":"https://codeload.github.com/sfneal/nginx-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfneal%2Fnginx-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32432917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"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","reverse-proxy"],"created_at":"2024-10-11T06:49:06.335Z","updated_at":"2026-04-29T16:01:49.272Z","avatar_url":"https://github.com/sfneal.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sfneal/nginx-proxy\n\n[![Build Status](https://travis-ci.com/sfneal/nginx-proxy.svg?branch=master\u0026style=flat-square)](https://travis-ci.com/sfneal/nginx-proxy)\n[![Total Downloads](https://img.shields.io/docker/pulls/stephenneal/nginx-proxy?style=flat-square)](https://hub.docker.com/r/stephenneal/nginx-proxy)\n[![Latest Version](https://img.shields.io/docker/v/stephenneal/nginx-proxy?sort=semver\u0026style=flat-square)](https://hub.docker.com/r/stephenneal/nginx-proxy)\n\nnginx-proxy is a Nginx reverse proxy Docker image for proxying requests to webserver containers \u0026 returning responses.\n\n## Installation\n\nDocker images can be pulled using the Docker CLI.\n\n```bash\ndocker pull stephenneal/nginx-proxy:1.19-alpine-v1\n```\n\n## Usage\n\nAdd a 'proxy' container for proxying requests to your 'webserver' containers.\n\n```yaml\nproxy:\n  image: stephenneal/nginx-proxy:1.19-alpine-v1\n  container_name: proxy\n  volumes:\n    - certs:/etc/letsencrypt\n  environment:\n    - validation_domain=validation.example.com\n    - domain=localhost:webserver example.com:webserver\n    - cache_enabled=1 # enable static content caching\n  ports:\n    - 80:80\n    - 443:443\n  depends_on:\n    - certbot\n  networks:\n    - app-network\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n### Security\n\nIf you discover any security related issues, please email stephen.neal14@gmail.com instead of using the issue tracker.\n\n## Credits\n\n- [Stephen Neal](https://github.com/sfneal)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfneal%2Fnginx-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsfneal%2Fnginx-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfneal%2Fnginx-proxy/lists"}