Sign inSign up

stephenjose/haschat

By stephenjose

•Updated about 3 years ago

一款开源的聊天系统HasChat

Image
0

277

stephenjose/haschat repository overview

⁠HasChat 是一套使用全新技术完成的通讯聊天网页。

⁠此Docker镜像是博主@daishenghui⁠与官方一起打包的官方镜像,请各位认准这个镜像,其他镜像都不是官方的,我们无法确认是否有存在后门等其他问题,不对非官方镜像的安全性做任何保证。

⁠中文文档

运行方式:

第一步

docker pull stephenjose/haschat

第二步

 docker run -d \
-p 80:9000 \
stephenjose/haschat:latest init

PC访问方式:http://ipaddr/haschat/⁠<例如宿主机IP地址是172.16.228.123,则访问方式为 http://172.16.228.123/haschat/>⁠ 访问方式:http://ipaddr/haschatapp/⁠<例如宿主机IP地址是172.16.228.123,则访问方式为 http://172.16.228.123/haschatapp/>⁠

⁠EN Readme

Run_As:

The first step

docker pull stephenjose/haschat

Step Two

docker run -d  \
-p 80:9000 \
stephenjose/haschat:latest init

Access Methods:

http://ipaddr/haschat/
http://ipaddr/haschatapp/

For example, the host IP address is 172.16.228.123 The access method is http://172.16.228.123/haschat/ or ```http://172.16.228.123/haschatapp/⁠

Tag summary

Content type

Image

Digest

sha256:e0d2af356…

Size

58 MB

Last updated

about 3 years ago

docker pull stephenjose/haschat