* In this version we have minor modifications in downloads.js to skip the installation if it is already installed. * The docker core image is now part of the core repository, and some modifications have been made to the docker image. more changes are planned for the next commit * some errors can still occur if the new configuration file is not updated, and this will have to be done manually
2.3 KiB
2.3 KiB
Bds Maneger CORE
Deploy a Minecarft server easily with various features made available by our REST API, along with a GUI available to control the entire server, both locally and remotely, along with powerful and versatile technology.
For now we are in a version qualified for general use and implementations in complete azure.
CI/CD status
Start the Bds Maneger Core docker server
$ docker run --rm -d --name BdsManegerCore -v ./bds_save/:/home/bds \
-p 19132:19132/udp \
-p 19133:19133/udp \
-p 1932:1932/tcp \
-e TELEGRAM_TOKEN="null" \
-e WORLD_NAME="World name" \
-e DESCRIPTION="This is not simple" \
-e GAMEMODE="survival" \
-e DIFFICULTY="normal" \
-e PLAYERS="13" \
-e SERVER="bedrock" \
-e BDS_REINSTALL="true" \
-e BDS_VERSION="latest" \
bdsmaneger/maneger:latest
Azure Deploys
Recommended to use a new resource group
Microsoft Azure Container
Microsoft Azure Virtual machine
More Information Access the repository: Azure VMs