{"id":16542726,"url":"https://github.com/binhex/arch-minecraftbedrockserver","last_synced_at":"2025-07-29T16:43:54.025Z","repository":{"id":37914944,"uuid":"220002011","full_name":"binhex/arch-minecraftbedrockserver","owner":"binhex","description":"Docker build script for Arch Linux base with Minecraft Bedrock server","archived":false,"fork":false,"pushed_at":"2025-07-24T18:33:29.000Z","size":93,"stargazers_count":15,"open_issues_count":6,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-24T23:58:24.375Z","etag":null,"topics":["arch-linux","bedrock","docker","minecraft","minecraft-server"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binhex.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,"zenodo":null}},"created_at":"2019-11-06T13:22:15.000Z","updated_at":"2025-07-24T18:33:33.000Z","dependencies_parsed_at":"2023-09-26T22:40:07.116Z","dependency_job_id":"e4ab83be-d024-4b0b-9116-7b90a452eb3f","html_url":"https://github.com/binhex/arch-minecraftbedrockserver","commit_stats":null,"previous_names":[],"tags_count":176,"template":false,"template_full_name":null,"purl":"pkg:github/binhex/arch-minecraftbedrockserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-minecraftbedrockserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-minecraftbedrockserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-minecraftbedrockserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-minecraftbedrockserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binhex","download_url":"https://codeload.github.com/binhex/arch-minecraftbedrockserver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-minecraftbedrockserver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267718966,"owners_count":24133466,"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-07-29T02:00:12.549Z","response_time":2574,"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":["arch-linux","bedrock","docker","minecraft","minecraft-server"],"created_at":"2024-10-11T18:58:23.099Z","updated_at":"2025-07-29T16:43:53.980Z","avatar_url":"https://github.com/binhex.png","language":"Shell","readme":"# Application\n\n[Minecraft Bedrock Edition](https://www.minecraft.net/en-us/download/server/bedrock)\n\n## Description\n\nMinecraft is a sandbox video game created by Swedish game developer Markus\nPersson and released by Mojang in 2011. The game allows players to build with a\nvariety of different blocks in a 3D procedurally generated world, requiring\ncreativity from players. Other activities in the game include exploration,\nresource gathering, crafting, and combat. Multiple game modes that change\ngameplay are available, including—but not limited to—a survival mode, in which\nplayers must acquire resources to build the world and maintain health, and a\ncreative mode, where players have unlimited resources to build with.\n\n## Build notes\n\nLatest alpha Minecraft Bedrock release from Mojang.\n\n## Usage\n\n```bash\ndocker run -d \\\n    --net=\"bridge\" \\\n    --name=\u003ccontainer name\u003e \\\n    -p \u003chost port\u003e:8222/tcp \\\n    -p \u003chost port\u003e:19132/tcp \\\n    -p \u003chost port\u003e:19132/udp \\\n    -p \u003chost port\u003e:19133/tcp \\\n    -p \u003chost port\u003e:19133/udp \\\n    -v \u003cpath for config files\u003e:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e CREATE_BACKUP_HOURS=\u003cfrequency of world backups in hours\u003e \\\n    -e PURGE_BACKUP_DAYS=\u003cspecify oldest world backups to keep in days\u003e \\\n    -e ENABLE_WEBUI_CONSOLE=\u003cyes|no\u003e \\\n    -e ENABLE_WEBUI_AUTH=\u003cyes|no\u003e \\\n    -e WEBUI_USER=\u003cspecify webui username\u003e \\\n    -e WEBUI_PASS=\u003cspecify webui password\u003e \\\n    -e WEBUI_CONSOLE_TITLE=\u003cspecify webui console title\u003e \\\n    -e STARTUP_CMD=\u003cminecraft console command to execute on startup\u003e \\\n    -e HEALTHCHECK_COMMAND=\u003ccommand\u003e \\\n    -e HEALTHCHECK_ACTION=\u003caction\u003e \\\n    -e UMASK=\u003cumask for created files\u003e \\\n    -e PUID=\u003cuid for user\u003e \\\n    -e PGID=\u003cgid for user\u003e \\\n    binhex/arch-minecraftbedrockserver\n```\n\n\u0026nbsp;\nPlease replace all user variables in the above command defined by \u003c\u003e with the\ncorrect values.\n\n## Access Minecraft Server console\n\nRequires `-e ENABLE_WEBUI_CONSOLE=yes`\n\n`http://\u003chost ip\u003e:8222`\n\n## Example\n\n```bash\ndocker run -d \\\n    --net=\"bridge\" \\\n    --name=minecraftbedrockserver \\\n    -p 8222:8222/tcp \\\n    -p 19132:19132/tcp \\\n    -p 19132:19132/udp \\\n    -p 19133:19133/tcp \\\n    -p 19133:19133/udp \\\n    -v /apps/docker/minecraftbedrockserver:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e CREATE_BACKUP_HOURS=12 \\\n    -e PURGE_BACKUP_DAYS=14 \\\n    -e ENABLE_WEBUI_CONSOLE=yes \\\n    -e ENABLE_WEBUI_AUTH=yes \\\n    -e WEBUI_USER=admin \\\n    -e WEBUI_PASS=minecraft \\\n    -e WEBUI_CONSOLE_TITLE='Minecraft Bedrock' \\\n    -e STARTUP_CMD=gamerule showcoordinates true \\\n    -e UMASK=000 \\\n    -e PUID=0 \\\n    -e PGID=0 \\\n    binhex/arch-minecraftbedrockserver\n```\n\n## Notes\n\nIf you do **NOT** want world backups and/or purging of backups then set the\nvalue to '0' for env vars 'CREATE_BACKUP_HOURS' and/or 'PURGE_BACKUP_DAYS'.\n\nUser ID (PUID) and Group ID (PGID) can be found by issuing the following command\nfor the user you want to run the container as:-\n\n```bash\nid \u003cusername\u003e\n```\n\n___\nIf you appreciate my work, then please consider buying me a beer  :D\n\n[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4)\n\n[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.unraid.net/topic/84905-support-binhex-minecraftbedrockserver/)\n","funding_links":["https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-minecraftbedrockserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinhex%2Farch-minecraftbedrockserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-minecraftbedrockserver/lists"}