You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Sarah Jamie Lewis 99a4a663e1
Merge pull request 'README stub and minor app usability features' (#7) from usability into trunk
2 years ago
app README stub and minor app usability features 2 years ago
docker Initial Copy over from Cwtch 2 years ago
metrics Initial Copy over from Cwtch 2 years ago
storage Fix infinite loop on fresh server 2 years ago
testing Initial Copy over from Cwtch 2 years ago
.gitignore Replace legacy message store with sqlite3 message store 2 years ago
README.md README stub and minor app usability features 2 years ago
go.mod explicitly disallow empty signatures 2 years ago
go.sum explicitly disallow empty signatures 2 years ago
server.go Replace legacy message store with sqlite3 message store 2 years ago
serverConfig.go Initial Copy over from Cwtch 2 years ago
server_tokenboard.go Fix infinite loop on fresh server 2 years ago

README.md

Cwtch Server

Running

  • cd app
  • go build
  • ./app

The app takes the following arguments

  • -debug: enabled debug logging

The app takes the following environment variables

  • CWTCH_HOME: sets the config dir for the app

Using the Server

When run the app will output standard log lines, one of which will contain the tofubundle in purple. This is the part you need to capture and import into a Cwtch client app so you can use the server for hosting groups

Docker

Currently, the dockerfile is out of date and is not usable. Check back for updates.