This repository has been archived on 2024-01-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2021-03-24 14:51:12 +00:00
2021-03-26 18:25:32 -03:00
2021-03-24 14:51:12 +00:00
2021-03-24 14:51:12 +00:00
2021-03-24 14:51:12 +00:00
2021-03-24 14:51:12 +00:00
2021-03-26 18:23:09 -03:00
2021-03-26 16:37:49 -03:00
2021-03-14 22:52:36 -03:00
2021-03-14 01:55:34 +00:00
2021-03-24 14:51:12 +00:00
2021-03-24 14:48:46 +00:00
2021-03-26 16:37:49 -03:00
2021-03-26 18:23:09 -03:00
2021-03-26 18:23:09 -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 status

CodeQL Total alerts Language grade: JavaScript Codacy Badge

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

Deploy to Azure

Microsoft Azure Virtual machine

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%