A self-hosted chat app for small teams built by Security Compass.
- BYOS (bring your own server)
- Persistent messages
- Multiple rooms
- New message alerts / notifications
- Mentions (hey @you)
- Image embeds
- Code pasting
- File uploads (Local / Amazon S3 / Azure)
- Transcripts / chat history
- XMPP Multi-user chat (MUC)
- Local / Kerberos / LDAP authentication
- Hubot Adapter
- REST-like API
- MIT Licensed
See the wiki for instructions on deploying locally, or to Docker, Vagrant and Heroku.
We have a troubleshooting document, otherwise please use our mailing list for support issues and questions.
Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Let's Chat documentation is hosted in the wiki. If there is an inaccuracy in the documentation, please open a new issue.
Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.
Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http://editorconfig.org.
Release 0.3.0+ uses a new settings file called settings.yml
, just move
over your old settings.js
options and run npm run migrate
.
Released under the MIT license.