Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PublicChat

Public chat is a simple chat server that has the option to delete all data.

Public chat

Features

  • Send text messages through web
  • Upload files
    • With previews of videos, sound and images
  • Create links from url texts
  • Clear all data from server button

Running PublicChat

The proper way to run public chat, is to use docker:

docker run -it -p 8080:8080 --name public-chat pedroth/public-chat

Or just run dockerRun.sh:

  • sh dockerRun.sh

Running PublicChat on RaspberryPi

Since RaspberryPi usually have a arm processor, a new version of the docker images needs to be used.

docker run -it -p 80:8080 --name public-chat pedroth/public-chat:linux-arm-v6

Installing public chat on your machine

Follow the steps of Dockerfile.

Demo

A public instance of the public chat is here.

Most of the time is offline...

All versions from docker hub

https://hub.docker.com/r/pedroth/public-chat/tags

About

Transparent simple chat, with clear all button

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages