{"id":25332518,"url":"https://github.com/mxrk/macos_nginx","last_synced_at":"2026-04-15T13:32:56.294Z","repository":{"id":171974994,"uuid":"193751569","full_name":"Mxrk/macos_nginx","owner":"Mxrk","description":"local nginx reverse proxy for macos","archived":false,"fork":false,"pushed_at":"2019-07-07T17:49:06.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-05T00:22:34.234Z","etag":null,"topics":["cors","docker","macos","nginx","osx","proxy","reverse","reverse-proxy","reverseproxy"],"latest_commit_sha":null,"homepage":null,"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/Mxrk.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":"2019-06-25T17:13:45.000Z","updated_at":"2019-07-31T21:05:48.000Z","dependencies_parsed_at":"2024-01-25T12:30:22.757Z","dependency_job_id":null,"html_url":"https://github.com/Mxrk/macos_nginx","commit_stats":null,"previous_names":["mxrk/macos_nginx"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Mxrk/macos_nginx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mxrk%2Fmacos_nginx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mxrk%2Fmacos_nginx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mxrk%2Fmacos_nginx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mxrk%2Fmacos_nginx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mxrk","download_url":"https://codeload.github.com/Mxrk/macos_nginx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mxrk%2Fmacos_nginx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273695216,"owners_count":25151481,"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-09-04T02:00:08.968Z","response_time":61,"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":["cors","docker","macos","nginx","osx","proxy","reverse","reverse-proxy","reverseproxy"],"created_at":"2025-02-14T04:52:26.220Z","updated_at":"2026-04-15T13:32:51.271Z","avatar_url":"https://github.com/Mxrk.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker image for a reverse proxy on macos\n\nBasic Dockerfile to create a nginx reverse proxy for MacOS. At the moment I added two routes, \nyou can add more if you want. Simply add a new location, here is a template:\n```\nlocation /template {\n    proxy_set_header Host $http_host;\n    proxy_pass http://host.docker.internal:3000/;\n    \n  }\n```\n\n# Example use cases\n- Run services on your mac and access them via the reverse proxy.\n- Run multiple webservers on the host machine and access them on the same port. (Can be used to prevent CORS problems).\n\n# How to start the container?\n\n```\ndocker pull mxrkw/macos_nginx\ndocker run -p 80:80 mxrkw/macos_nginx\n```\nor directly call\n```\ndocker run -p 80:80 mxrkw/macos_nginx\n```\nIf you want to run the container in the background:\n```\ndocker run -d -p 80:80 mxrkw/macos_nginx\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxrk%2Fmacos_nginx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmxrk%2Fmacos_nginx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxrk%2Fmacos_nginx/lists"}