No description, website, or topics provided.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
containers/sockets
manual_typings
src
LICENSE
README.md
config.ts
index.ts
package.json
tsconfig.json
tsd.json

README.md

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