Coldwire federated server implementation in Golang.
Copy the example configuration from: docs/example_configuration.json
Put either your server DNS name or IP in Your_domain_or_IP
That's it! No further modification needed
If you want better performance, you might want configure "SQL" and or "Redis" services,
consult docs/configuration.md for more details
Download prebuilt binaries from releases (All builds are completely reproducible)
Or optionally compile the source code using:
git clone https://github.com/Freedom-Club-Sec/Coldwire-server.git
cd Coldwire-server
make buildThe compiled binary will be in bin/ folder.
./coldwire-server-linux-amd64 --help
Usage of ./coldwire-server-linux-amd64:
-c string
Path to JSON configuration file (default "configs/config.json")
-h string
Server address to listen on (default "127.0.0.1")
-p int
Server port to listen on (default 8000)Run server:
./coldwire-server-linux-amd64 -c Your_Config_File.json