{"id":17103379,"url":"https://github.com/farwayer/nginx-proxy","last_synced_at":"2025-03-23T19:43:39.653Z","repository":{"id":75280011,"uuid":"152437542","full_name":"farwayer/nginx-proxy","owner":"farwayer","description":"Simple out-of-the-box nginx proxy with Let's Encrypt integration","archived":false,"fork":false,"pushed_at":"2021-05-08T18:34:32.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T03:27:55.388Z","etag":null,"topics":["https","https-proxy","letsencrypt","nginx","nginx-proxy","proxy","websocket","websocket-proxy"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/farwayer/nginx-proxy/","language":"Shell","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/farwayer.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":"2018-10-10T14:30:12.000Z","updated_at":"2021-05-08T18:20:05.000Z","dependencies_parsed_at":"2023-06-06T00:15:13.616Z","dependency_job_id":null,"html_url":"https://github.com/farwayer/nginx-proxy","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farwayer%2Fnginx-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farwayer%2Fnginx-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farwayer%2Fnginx-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farwayer%2Fnginx-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farwayer","download_url":"https://codeload.github.com/farwayer/nginx-proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245162094,"owners_count":20570691,"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":["https","https-proxy","letsencrypt","nginx","nginx-proxy","proxy","websocket","websocket-proxy"],"created_at":"2024-10-14T15:33:12.116Z","updated_at":"2025-03-23T19:43:39.608Z","avatar_url":"https://github.com/farwayer.png","language":"Shell","readme":"## nginx-proxy\n\n[![Docker Build Status](https://img.shields.io/docker/build/farwayer/nginx-proxy.svg)](https://hub.docker.com/r/farwayer/nginx-proxy/) [![MicroBadger Size](https://img.shields.io/microbadger/image-size/farwayer/nginx-proxy.svg)](https://hub.docker.com/r/farwayer/nginx-proxy/)\n\nSimple out-of-the-box nginx proxy with **Let's Encrypt** integration:\n\n- auto request and renew https certificate\n- **http** and **websocket** upstream support\n- simple configuration with envs\n- **A+** [ssllabs](https://www.ssllabs.com/ssltest/) rating\n- based on [alpine](https://alpinelinux.org/) and very small (~8Mb)\n- http-\u003ehttps redirect and upstream keepalive\n\n## How to use\n\n### envs\n\n- `DOMAINS` (required)\n- `UPSTREAM` (default `api:8080`)\n\n### docker\n\n```bash\ndocker run -it -p 80:80 -p 443:443 \\\n -e DOMAINS=domain.com,www.domain.com,my.domain.com -e UPSTREAM=1.2.3.4:8080 \\\n farwayer/nginx-proxy \n```\n\n### docker-compose\n\n```yaml\n  version: '2'\n  \n  services:\n    api:\n      image: ... \n  \n    proxy:\n      image: farwayer/nginx-proxy:1.0.0\n      depends_on: [api]\n      ports: ['80:80', '443:443']\n      environment:\n        - DOMAINS=domain.com,www.domain.com,my.domain.com # required\n        - UPSTREAM=api:1234 # api:8080 by default \n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarwayer%2Fnginx-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarwayer%2Fnginx-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarwayer%2Fnginx-proxy/lists"}