Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 2.64 KB

README.md

File metadata and controls

70 lines (52 loc) · 2.64 KB

Let's Chat

Screenshot

A self-hosted chat app for small teams built by Security Compass.

Build Status Dependency Status devDependency Status

Features and Stuff

  • BYOS (bring your own server)
  • Persistent messages
  • Multiple rooms
  • Private and password-protected rooms
  • New message alerts / notifications
  • Mentions (hey @you/@all)
  • Image embeds / Giphy search
  • Code pasting
  • File uploads (Local / Amazon S3 / Azure)
  • Transcripts / Chat History (with search)
  • XMPP Multi-user chat (MUC)
  • 1-to-1 chat between XMPP users
  • Local / Kerberos / LDAP authentication
  • Hubot Adapter
  • REST-like API
  • Basic i18n support
  • MIT Licensed

Deployment on Cloud Foundry

Navigate inside the folder which has manifest file

cf api https://api.cf.sap.hana.ondemand.com/

cf login

cf create-service mongodb v3.0-container mongodb

cf push

Note:

please add a suffix or prefix (or change the entire name) to the host attribute within the manifest.yml file to avoid 'The host is taken' error.

License

Released under the MIT license.