Comparing version 1.1.3 to 1.1.4
{ | ||
"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 @@ ======== |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117520
36
136