Public chat is a simple chat server that has the option to delete all data.
- 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
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
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
Follow the steps of Dockerfile.
A public instance of the public chat is here.
Most of the time is offline...
