An open API service indexing awesome lists of open source software.

https://github.com/ffmathy/screeps.server.docker

Uses the latest Screeps server along with Redis and MongoDB in Docker.
https://github.com/ffmathy/screeps.server.docker

Last synced: over 1 year ago
JSON representation

Uses the latest Screeps server along with Redis and MongoDB in Docker.

Awesome Lists containing this project

README

          

Environment variable `STEAMKEY` must be set to the Steam web app API key.

Built dockerfile: https://hub.docker.com/r/ffmathy/screeps-server

Meant to be started with `docker-compose.yml` here: https://raw.githubusercontent.com/ffMathy/Screeps.Server.Docker/master/docker-compose.yml

# Manual build
```
docker-compose run -e STEAMKEY=A717F6EFB10AB5DD601F907F4E7F044D --name screeps-server --service-ports screeps-server
```

# CLI access
```
docker exec -it screeps-server npx screeps cli
```

## Resetting all data
```
system.resetAllData()
```

## Setting password for specific user
```
setPassword('Username', 'YourDesiredPassword')
```