GithubHelp home page GithubHelp logo

donishki / etjump Goto Github PK

View Code? Open in Web Editor NEW

This project forked from smiche/etjump

0.0 0.0 0.0 14.69 MB

Etjump docker server.

License: GNU General Public License v3.0

GLSL 44.59% C 14.82% Objective-C 39.13% PHP 1.46%

etjump's Introduction

ETJump server

This project is modified from https://github.com/msh100/Docker-Images/ Credits to https://github.com/msh100 for setting up an example that is easily extended. I added a few small improvements(checking if maps are already downloaded on restarts for example) and modified the image to be hosting an etjump server.

This Docker image will download the required ET maps as specified in the MAPS environment variable (from REDIRECTURL) and then spawn an ETJump server with configuration as defined in the environment variables or their defaults (refer below).

All logs are written to STDOUT so can be viewed from docker logs or run without the -d Docker run switch.

Example

docker run -d \
  -p "10.0.0.1:27960:27960/udp" \
  -e "MAPS=gammaland_b2" \
  -e "REFEREEPASSWORD=pass123" \
  msh100/etpro

Configuration Options

Environment Variable Description Defaults
MAPS List of maps seperated by ':'. Some tj maps
PASSWORD Server password. No password.
RCONPASSWORD RCON password. No password (disabled).
REFEREEPASSWORD Referee password. No password (disabled).
SCPASSWORD Shoutcaster password. No password (disabled).
HOSTNAME Server hostname. Docker hostname.
STARTMAP Map server starts on. gamma_mill_b4
REDIRECTURL URL of HTTP downloads http://163.172.51.202/download/
MAP_PORT Container port (internal) 27960
NOQUERY Disable status queries Disabled, set to true to enable.

etjump's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.