{"id":25367967,"url":"https://github.com/echoomy/nginx-reverse-proxy","last_synced_at":"2026-04-24T16:06:57.781Z","repository":{"id":276369283,"uuid":"929051722","full_name":"echoomy/nginx-reverse-proxy","owner":"echoomy","description":"Reverse proxy based on Nginx","archived":false,"fork":false,"pushed_at":"2025-02-11T07:32:00.000Z","size":10,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-14T07:46:33.511Z","etag":null,"topics":["compose","docker","nginx","proxy"],"latest_commit_sha":null,"homepage":"","language":null,"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/echoomy.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,"zenodo":null}},"created_at":"2025-02-07T18:06:59.000Z","updated_at":"2025-02-14T16:07:44.000Z","dependencies_parsed_at":"2025-08-14T07:46:36.377Z","dependency_job_id":"cf6ca875-6f7c-464d-8491-acba568b6e3e","html_url":"https://github.com/echoomy/nginx-reverse-proxy","commit_stats":null,"previous_names":["egorchumichev/reverse-proxy","egorchumichev/reverse-proxy-server","egorchumichev/nginx-reverse-proxy","egor-chumichev/nginx-reverse-proxy","echoomy/nginx-reverse-proxy"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/echoomy/nginx-reverse-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echoomy%2Fnginx-reverse-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echoomy%2Fnginx-reverse-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echoomy%2Fnginx-reverse-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echoomy%2Fnginx-reverse-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/echoomy","download_url":"https://codeload.github.com/echoomy/nginx-reverse-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echoomy%2Fnginx-reverse-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32230444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":["compose","docker","nginx","proxy"],"created_at":"2025-02-15T00:23:50.598Z","updated_at":"2026-04-24T16:06:57.770Z","avatar_url":"https://github.com/echoomy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nginx Reverse Proxy\n\nThis repository contains the configuration for Nginx acting as a Reverse Proxy. It is assumed that when deployed, this web server will be the only application receiving requests from the external network.\n\n## Deployment\n\nThe application is intended to run in a Docker container.\n\n### Create Docker Volume\n\nCreate a `nginx-reverse-proxy-certificates` volume to store SSL certificates:\n\n```bash\nsudo docker volume create nginx-reverse-proxy-certificates\n```\n\n### Obtain SSL Certificates\n\nObtain Let's Encrypt certificates using the following command:\n\n```bash\nsudo docker run --rm -p 80:80 -v nginx-reverse-proxy-certificates:/etc/letsencrypt \\\n  certbot/certbot certonly \\\n  --standalone --non-interactive --agree-tos --preferred-challenges http \\\n  -d example.com -d www.example.com \\\n  --email support@example.com\n```\n\n### Configure Proxying for Docker Containers\n\nThe Nginx configuration file is located at `./configuration/nginx.conf`. Modify this file to suit your domain requirements and ensure that it correctly proxies requests to your target Docker containers.\n\n### Start the Server\n\nStart the server using Docker Compose with the following command:\n\n```bash\nsudo docker compose -f ./docker/compose.yaml up -d\n```\n\n## Author\n\nConfigured by Egor Chumichev. Feel free to modify this template.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fechoomy%2Fnginx-reverse-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fechoomy%2Fnginx-reverse-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fechoomy%2Fnginx-reverse-proxy/lists"}