This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
2021-05-07 14:02:45 -03:00
2021-03-24 14:51:12 +00:00
2021-05-07 13:34:38 -03:00
2021-04-18 23:36:41 -03:00
2021-05-06 22:58:17 -03:00
2021-04-23 21:40:08 -03:00
2021-05-06 23:43:46 -03:00
2021-05-06 22:58:17 -03:00
2021-03-26 16:37:49 -03:00
2021-04-18 23:36:41 -03:00
2021-04-18 23:36:41 -03:00
2021-03-14 01:55:34 +00:00
2021-04-18 23:36:41 -03:00
2021-04-23 21:40:08 -03:00
2021-05-05 23:48:25 -03:00
2021-04-18 23:36:41 -03:00
2021-04-01 23:01:53 -03:00
2021-05-01 21:33:28 -03:00
2021-05-05 23:48:25 -03:00
2021-04-18 23:36:41 -03:00
2021-05-04 23:50:54 -03:00
2021-04-29 01:33:44 -03:00
2021-05-06 22:58:17 -03:00
2021-05-04 14:46:10 -03:00
2021-05-07 14:02:45 -03:00
2021-05-07 14:02:45 -03:00
2021-04-20 22:09:34 -03:00
2021-05-06 22:58:17 -03:00

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 tests

CodeQL Total alerts Language grade: JavaScript Codacy Badge DeepScan grade

Known issues in Windows

  • The first start-up should be done as an Administrator, as he will try to create a Syslink on the Desktop, if you do not use Node in a managed mode it crashes and does not execute the next procedures.

Start our Docker image, making everything easier.

Windows:

$ docker run --rm -d --name BdsManegerCore -v &USERPROFFILE&\bds_core\:/home/bds/bds_core ^
    -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

Linux/MacOS:

$ docker run --rm -d --name BdsManegerCore -v ~/bds_core/:/home/bds/bds_core \
    -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

We also have some Implementation Models for Azure

Microsoft Azure Container

The Azure container is a special machine for Docker Within Azure, it is fully managed by Azure, it only depends on the Docker image, but it has its limitations.

Deploy to Azure

Microsoft Azure Virtual machine

Here we have a virtual machine totally dedicated to Bds Maneger Core, it still uses Docker to deploy Docker images.

Deploy to Azure

More Information Access the repository: Azure VMs

2023-04-01 14:35:41 +00:00
Languages
TypeScript 99.1%
Dockerfile 0.9%