Skip to content

CitadelTechnologies/CT-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CT-Chat

Install

In your GOPATH src directory :

	git clone git@github.com:CitadelTechnologies/CT-Chat ct-chat
	cd ct-chat
	go build

Then you can get the ct-chat binary

Configuration

The application uses a configuration file to allow customizations.

You have to copy this file to make it work !

	cp config.dist.yml config.yml

Then you can update the values. This is an example of configuration.

	port: 5560
	authorized_domains:
		- example.com
		- www.example.com

Now your chat is rightly configured !

Usage

In the directory containing the binary :

	./ct-chat

Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages