{"id":21857861,"url":"https://github.com/viasnake/mcserver-proxy","last_synced_at":"2025-03-21T19:30:39.010Z","repository":{"id":103344750,"uuid":"440635388","full_name":"viasnake/mcserver-proxy","owner":"viasnake","description":"A simple Docker image made to proxy Minecraft server with nginx.","archived":false,"fork":false,"pushed_at":"2022-11-09T20:34:36.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T14:12:23.622Z","etag":null,"topics":["docker-image","minecraft","minecraft-proxy","minecraft-server","proxy"],"latest_commit_sha":null,"homepage":"","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/viasnake.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":"2021-12-21T19:56:18.000Z","updated_at":"2023-04-19T11:39:19.000Z","dependencies_parsed_at":"2023-07-07T19:01:22.085Z","dependency_job_id":null,"html_url":"https://github.com/viasnake/mcserver-proxy","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/viasnake%2Fmcserver-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viasnake%2Fmcserver-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viasnake%2Fmcserver-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viasnake%2Fmcserver-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viasnake","download_url":"https://codeload.github.com/viasnake/mcserver-proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244855255,"owners_count":20521608,"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":["docker-image","minecraft","minecraft-proxy","minecraft-server","proxy"],"created_at":"2024-11-28T02:32:14.262Z","updated_at":"2025-03-21T19:30:38.955Z","avatar_url":"https://github.com/viasnake.png","language":"Dockerfile","readme":"# mcserver-proxy\n\nA simple Docker image made to proxy Minecraft server with nginx.\nIt was created for a personal project and was designed to be deployed on OCI's Docker Swarm and proxied to a Minecraft server running on a home server.\n\n## docker-compose\n\nExample of `docker-compose.yml`\n\n```yaml\nversion: \"3.3\"\n\nservices:\n\n  proxy:\n    image: ghcr.io/viasnake/mcserver-proxy\n    ports:\n      - target: 25565\n        published: 25565\n        protocol: tcp\n        mode: host\n      - target: 19132\n        published: 19132\n        protocol: udp\n        mode: host\n    environment:\n      - JE_BACKEND_ADDRESS=127.0.0.1\n      - JE_BACKEND_PORT=25565\n      - BE_BACKEND_ADDRESS=127.0.0.1\n      - BE_BACKEND_PORT=19132\n```\n\nOn the directory where you created `docker-compose.yml`, run `docker-compose up -d` to start it.\n\n## Environment variables\n\n### JE_BACKEND_ADDRESS\n\nDefault: `127.0.0.1`\nThe address of backend where Miecraft: Java Edition is running.\n\n### JE_BACKEND_PORT\n\nDefault: `25565`\nThe port of backend where Miecraft: Java Edition is running.\n\n### BE_BACKEND_ADDRESS\n\nDefault: `127.0.0.1`\nThe address of backend where Miecraft: Bedrock Edition is running.\n\n### BE_BACKEND_PORT\n\nDefault: `19132`\nThe port of backend where Miecraft: Bedrock Edition is running.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviasnake%2Fmcserver-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviasnake%2Fmcserver-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviasnake%2Fmcserver-proxy/lists"}