{"id":13676336,"url":"https://github.com/taichunmin/docker-serveo","last_synced_at":"2025-04-06T05:16:14.617Z","repository":{"id":68244021,"uuid":"127733703","full_name":"taichunmin/docker-serveo","owner":"taichunmin","description":"https://serveo.net is an alternative for ngrok. taichunmin/serveo can let you secure URL to your localhost server through any NAT or firewall in Docker. And taichunmin/serveo-server can let you host your own serveo.","archived":false,"fork":false,"pushed_at":"2025-02-25T03:28:05.000Z","size":10,"stargazers_count":110,"open_issues_count":0,"forks_count":16,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-30T03:11:03.701Z","etag":null,"topics":["alpine","docker","docker-compose","ngrok","serveo"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/taichunmin/serveo/","language":"Dockerfile","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/taichunmin.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-02T09:19:02.000Z","updated_at":"2025-02-27T19:53:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"58224652-bc2c-4cdc-86e2-1a613ed5ab10","html_url":"https://github.com/taichunmin/docker-serveo","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/taichunmin%2Fdocker-serveo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taichunmin%2Fdocker-serveo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taichunmin%2Fdocker-serveo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taichunmin%2Fdocker-serveo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taichunmin","download_url":"https://codeload.github.com/taichunmin/docker-serveo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247436286,"owners_count":20938533,"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":["alpine","docker","docker-compose","ngrok","serveo"],"created_at":"2024-08-02T13:00:23.158Z","updated_at":"2025-04-06T05:16:14.586Z","avatar_url":"https://github.com/taichunmin.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"[![GitHub stars](https://img.shields.io/github/stars/taichunmin/docker-serveo.svg)](https://github.com/taichunmin/docker-serveo/stargazers)\n[![GitHub license](https://img.shields.io/github/license/taichunmin/docker-serveo.svg)](https://github.com/taichunmin/docker-serveo/blob/master/LICENSE)\n![Docker Stars](https://img.shields.io/docker/stars/taichunmin/serveo.svg)\n![Docker Pulls](https://img.shields.io/docker/pulls/taichunmin/serveo.svg)\n[![Build status](https://img.shields.io/github/actions/workflow/status/taichunmin/docker-serveo/dockerhub.yml?branch=master)](https://github.com/taichunmin/docker-serveo/actions/workflows/dockerhub.yml)\n\n# docker for serveo.net\n\n[https://serveo.net](https://serveo.net) is an alternative for ngrok. [taichunmin/serveo](https://hub.docker.com/r/taichunmin/serveo) can let you secure URL to your localhost server through any NAT or firewall in Docker. And [taichunmin/serveo-server](https://hub.docker.com/r/taichunmin/serveo-server) can let you host your own serveo.\n\n## Usage\n\n1. write a `docker-compose.yml` file.\n\n```yml\nversion: '2'\n\nservices:\n  serveo:\n    image: taichunmin/serveo:latest\n    tty: true\n    stdin_open: true\n    command: \u003e\n      autossh -M 0\n      -o ServerAliveInterval=60\n      -o ServerAliveCountMax=3\n      -o ExitOnForwardFailure=yes\n      -o StrictHostKeyChecking=no\n      -R 80:nginx:80\n      serveo.net\n  nginx:\n    image: nginx:latest\n```\n\n2. use `docker-compose up -d` to start container.\n\n3. you need to use `docker-compose logs serveo` to see your new URL.\n\n4. For more options, see [serveo.net](https://serveo.net) or [serveo.net backup](./serveo.net.md).\n\n## Demo\n\n```bash\n$ git clone https://github.com/taichunmin/docker-serveo.git\n\n$ sudo docker-compose up -d\n\n$ sudo docker-compose logs serveo\n\nAttaching to dockerserveo_serveo_1\nserveo_1  | Warning: Permanently added 'serveo.net,195.201.91.242' (RSA) to the list of known hosts.\nserveo_1  | Forwarding HTTP traffic from https://proinde.serveo.net\nserveo_1  | Press g to start a GUI session and ctrl-c to quit.\n```\n\n## LICENSE\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaichunmin%2Fdocker-serveo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaichunmin%2Fdocker-serveo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaichunmin%2Fdocker-serveo/lists"}