Giter Site home page Giter Site logo

fragsoc / scpsl-docker Goto Github PK

View Code? Open in Web Editor NEW
15.0 1.0 7.0 52 KB

A docker image to run a dedicated server for the game SCP: Secret Lab

License: GNU General Public License v3.0

Dockerfile 96.50% Shell 3.50%
dedicated-server game scp-sl docker-image

scpsl-docker's Introduction


A Docker image to run a dedicated server for SCP: Secret Lab.

Usage

An example sequence could be:

docker build -t scpsl https://github.com/FragSoc/scpsl-docker.git && \
    docker run -d -p 7777:7777/udp -v $PWD/scpsl_config:/config scpsl

The image exposes one volume at /config for the server's configuration files.

The image exposes one port, defaulting to 7777/udp (see below).

Build Arguments

Argument Key Default Value Description
UID 999 Desired user ID of the user the server will run as. You might want to override this for easier directory permission management.
GID 999 Twin to UID, setting the primary group id of the user.
PORT 7777 Port that the game will be run under. WARNING: you must still set this in /config/config_gamplay.txt
APPID 996560 The appid to pass to steamcmd. Default should be fine for the vast majority of cases.
STEAM_BETA A beta string to pass to steamcmd. For example: -beta mybetaname -betapassword letmein.

Licensing

The few files in this repo are licensed under the GPL.

However, SCP: Secret Lab is proprietary software licensed by Northwood Studios; no credit is taken for the software in this image.

scpsl-docker's People

Contributors

laura7089 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

scpsl-docker's Issues

/docker-entrypoint.sh: Permission denied

root@vps-6028ccf0:/opt/scp-docker# docker run -p 7777:7777/udp -v $PWD/scpsl_config:/config scpsl
/bin/sh: 1: /docker-entrypoint.sh: Permission denied

How do I run container with this image?

Edit: I guess that's beacuse I copied this file from Windows to Linux using WinSCP
Edit2: Changing permissions in WinSCP to 777 fixed it but I still think that it is problem

EULA not being accepted on startup

I just pulled the docker image, but whenever I try to run the command
docker run -d -e ACCEPT_EULA=Y --name scpsl -p 7777:7777/udp -v $PWD/scpsl_config:/config scpsl
to start it the logs are spammed with a message saying to accept the EULA, I've tried running the command with many other different variations, and I can't type anything in the logs as anything I write is just replaced with
Do you accept the EULA? [yes/no]
Is this a known bug? Is there a workaround? Since I can't even start the server up once I don't have any files for the server.
Thanks

EULA not being accepted

Whenever I restart the server it asks me to accept the EULA again. Is there an option to automatically accept it upon container startup?

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.