Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cryptalk

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cryptalk - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

.dockerignore

2

package.json
{
"name" : "cryptalk",
"version" : "1.1.3",
"version" : "1.1.4",
"description" : "Encrypted HTML5/Node.JS instant chat",

@@ -5,0 +5,0 @@ "main" : "server.js",

@@ -53,2 +53,22 @@ ![cryptalk](/docs/screenshot.png)

Docker setup
========
Clone this repo, enter the new directory.
Build image
```bash
docker build . --tag="hexagon/cryptalk"
```
Run container, enable start on boot, expose to port 80 at host
```bash
sudo docker run -d --restart=always -p 80:8080 hexagon/cryptalk
```
Browse to ```http://<ip-of-server>:1443/```
Done!
Developer setup

@@ -77,2 +97,3 @@ ========

Usage

@@ -79,0 +100,0 @@ ========

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc