Skip to content
/ Selly Public

A selfhostable chatting service which runs in the terminal.

Notifications You must be signed in to change notification settings

XiovV/Selly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selly is a selfhostable, lightweight chatting service which runs in the terminal.

chat screen screenshot

Features

  • Complete privacy - You don't need to use any personal information to create an account on a Selly instance, each user is given their own User ID along with a seed used for restoring their account.
  • Selfhostable - No need to put trust on some 3rd party provider, you can host a Selly instance on your own server.
  • Simple and lightweight client - Selly runs in the terminal, making it very memory and CPU efficient. And although it runs it the terminal, it's quite easy to use as it's got a simple interface and mouse support.
  • Easy to deploy - Deploying your own instance is very easy, as there's a docker-compose.yml ready for you to use.

Deploying your own instance

  1. Clone the repository:
git clone https://github.com/XiovV/Selly.git
  1. Edit the sensitive information in the docker-compose.yml file
  2. Run docker-compose.yml
docker-compose up -d

About

A selfhostable chatting service which runs in the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages