forked from cwtch.im/server
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.
|
2 years ago | |
---|---|---|
app | 2 years ago | |
docker | 2 years ago | |
metrics | 2 years ago | |
storage | 2 years ago | |
testing | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
server.go | 2 years ago | |
serverConfig.go | 2 years ago | |
server_tokenboard.go | 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.