Skip to content

Minds/sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minds Sockets

Sockets server for Minds.

Documentation

Documentation for Minds can be found at minds.org/docs

Building

# install dependencies
npm install -g ts-node typescript
npm install

# build from typescript to js
tsc

# build the docker container
docker build -t minds/sockets -f containers/sockets/Dockerfile .

# run the container
docker run -t minds/sockets \
    -e CASSANDRA_KEYSPACE='minds' \
    -e CASSANDRA_SERVERS='10.0.8.13' \
    -e JWT_SECRET='keepsave-and-match-settings.php' \
    -e PORT=3030 \
    -e REDIS_HOST='redis-host' \
    -e REDIS_PORT='6379

License

AGPLv3. Please see the license file of each repository.

Copyright Minds 2018

About

No description, website, or topics provided.

Resources

License

Stars

11 stars

Watchers

6 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors