{"id":13825997,"url":"https://github.com/localtunnel/nginx","last_synced_at":"2025-10-27T18:15:43.865Z","repository":{"id":38421370,"uuid":"62973213","full_name":"localtunnel/nginx","owner":"localtunnel","description":"nginx container used as the localtunnel load balancer","archived":false,"fork":false,"pushed_at":"2022-04-16T11:38:31.000Z","size":3,"stargazers_count":147,"open_issues_count":3,"forks_count":93,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-12-25T20:42:00.115Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nginx","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/localtunnel.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}},"created_at":"2016-07-09T23:28:24.000Z","updated_at":"2024-12-04T18:50:37.000Z","dependencies_parsed_at":"2022-08-18T08:20:38.272Z","dependency_job_id":null,"html_url":"https://github.com/localtunnel/nginx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localtunnel%2Fnginx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localtunnel%2Fnginx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localtunnel%2Fnginx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localtunnel%2Fnginx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/localtunnel","download_url":"https://codeload.github.com/localtunnel/nginx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239225765,"owners_count":19603162,"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":[],"created_at":"2024-08-04T09:01:30.531Z","updated_at":"2025-10-27T18:15:43.789Z","avatar_url":"https://github.com/localtunnel.png","language":"Nginx","funding_links":[],"categories":["\u003ca id=\"01e6651181d405ecdcd92a452989e7e0\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"9d6789f22a280f5bb6491d1353b02384\"\u003e\u003c/a\u003e隧道\u0026\u0026穿透"],"readme":"# nginx for localtunnel\n\nSimple nginx config w/ssl for localtunnel. Certificate and key must be provided (obviously).\n\nYour certificate and key must be called `server.crt` and `server.key` and will be volume mounted into the container at runtime.\n\nThere is nothing really special here that you couldn't do with your own nginx or other load balancers. This repo is provided as a reference for those wanting to run their own localtunnel servers.\n\n```\ndocker run -d \\\n    --name localtunnel-nginx \\\n    --restart always \\\n    --net host \\\n    -v $HOME/ssl:/etc/nginx/ssl/ \\\n    defunctzombie/localtunnel-nginx:latest\n```\n\n## Local Testing\n\n```\ndocker build -t localtunnel-nginx .\n```\n\n```\ndocker run \\\n    --restart always \\\n    -p 443:443 -p 80:80 \\\n    -v ./ssl:/etc/nginx/ssl/ \\\n    localtunnel-nginx\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocaltunnel%2Fnginx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flocaltunnel%2Fnginx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocaltunnel%2Fnginx/lists"}