{"id":18850567,"url":"https://github.com/vollborn/minecraft-nginx-reverse-proxy","last_synced_at":"2025-08-02T03:13:42.004Z","repository":{"id":41861847,"uuid":"450156199","full_name":"vollborn/minecraft-nginx-reverse-proxy","owner":"vollborn","description":"A simple nginx reverse proxy for minecraft servers","archived":false,"fork":false,"pushed_at":"2024-12-26T01:16:21.000Z","size":18,"stargazers_count":25,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T09:40:45.564Z","etag":null,"topics":["docker","docker-compose","minecraft","nginx","nginx-proxy","nginx-stream","proxy","server","stream"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/vollborn/minecraft-nginx-reverse-proxy","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/vollborn.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":"2022-01-20T15:40:31.000Z","updated_at":"2025-03-15T23:16:21.000Z","dependencies_parsed_at":"2025-04-14T09:29:27.871Z","dependency_job_id":"d34337af-4120-4cdc-ba8d-a545c9977330","html_url":"https://github.com/vollborn/minecraft-nginx-reverse-proxy","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/vollborn/minecraft-nginx-reverse-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vollborn%2Fminecraft-nginx-reverse-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vollborn%2Fminecraft-nginx-reverse-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vollborn%2Fminecraft-nginx-reverse-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vollborn%2Fminecraft-nginx-reverse-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vollborn","download_url":"https://codeload.github.com/vollborn/minecraft-nginx-reverse-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vollborn%2Fminecraft-nginx-reverse-proxy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268330934,"owners_count":24233152,"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-08-02T02:00:12.353Z","response_time":74,"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":["docker","docker-compose","minecraft","nginx","nginx-proxy","nginx-stream","proxy","server","stream"],"created_at":"2024-11-08T03:29:55.290Z","updated_at":"2025-08-02T03:13:41.973Z","avatar_url":"https://github.com/vollborn.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minecraft NGINX Reverse Proxy\n\nThis project is based on [tekn0irs](https://github.com/tekn0ir) [nginx-stream](https://github.com/tekn0ir/nginx-stream).\n\n\n## Requirements\n- A webserver with a static IP address supporting Docker\n\n\n## Setup\n\nThis image is available at [Docker Hub](https://hub.docker.com/r/vollborn/minecraft-nginx-reverse-proxy).\n\n### Using docker run\nYou can run it by using the following command:\n```shell\ndocker run -p 25565:25565 -e INITIAL_HOST=\u003chost\u003e -e INITIAL_PORT=\u003cport\u003e vollborn/minecraft-nginx-reverse-proxy\n```\n\n### Using docker compose\nYou can also use docker-compose.\nExample docker-compose.yml:\n```yml\nservices:\n  proxy:\n    image: vollborn/minecraft-nginx-reverse-proxy\n    restart: unless-stopped\n    ports:\n      - \"${LOCAL_PORT:-25565}:25565\"\n    environment:\n      INITIAL_HOST: \u003chost\u003e\n      INITIAL_PORT: \u003cport\u003e\n      # TZ: \"Europe/Berlin\"\n```\n\nHere we go.\n\u003cbr\u003eYou should be up and running!\n\n\n## Development Setup\nClone this project to your webserver.\n```\ngit clone https://github.com/vollborn/minecraft-nginx-reverse-proxy.git\n```\n\nEnter the cloned directory.\n```shell\ncd minecraft-nginx-reverse-proxy\n```\n\nThen you need to copy the .env.example file. For that, run:\n```shell\ncp .env.example .env\n```\n\nRun docker-compose build to build the container.\n```shell\ndocker-compose build\n```\n\n\n### Starting the development container\n\nYou can start the container by executing this command:\n```shell\ndocker-compose up -d\n```\n\nTo change the host IP address or port without restarting the container, you can to execute the following command:\n\n```shell\n# Windows\nsethost \u003cip\u003e \u003cport\u003e\n\n# Linux\nbash ./sethost.sh \u003cip\u003e \u003cport\u003e\n```\n\nExamples:\n```shell\n# Windows\nsethost 192.168.178.99 25565\n\n# Linux\nbash ./sethost.sh 192.168.178.99 25565\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvollborn%2Fminecraft-nginx-reverse-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvollborn%2Fminecraft-nginx-reverse-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvollborn%2Fminecraft-nginx-reverse-proxy/lists"}