/oz_rw_gi_relaysserver

Relay Server for Rising World Plugin "Global Intercom"

Primary LanguageTypeScriptOtherNOASSERTION

About

This is the Websocket-Relay Server for the Rising World Plugin "Global Intercom" by devidian@omega-zirkel.de.

It is written in TypeScript and uses nodejs to run.

.. more coming soon

.env Content

APP_TITLE=Global Intercom Relay Server
APP_CLI_PORT=47010
APP_WSS_PORT=47015
APP_LOGLEVEL=0
APP_LOGCOLOR=true

DISCORD_ENABLED=true
DISCORD_TOKEN=

MONGODB_URI=
MONGODB_DB=risingworld
MONGODB_APPNAME=RW-GI

# mongodb setup master user
MONGODB_USER=
MONGODB_PASSWORD=

using docker

docker build -t rwgi .

docker run -dp 47015:47015 --name RW-GLobalIntercom rwgi