/crash.server

Crash.Server is a multi-user communication server designed to work alongside Crash

Primary LanguageC#MIT LicenseMIT

Crash.Server

Crash.Server is a multi-user communication server designed to work alongside Crash. This project was developed by crashcloud and is available for use under the MIT License.

Get Hacking

  1. Clone the Repo
git clone https://github.com/crashcloud/crash.server.git
  1. Open the project in Visual Studio or Rider

  2. Hit Run or Debug

Installation

Docker

You can install Crash.Server as a Docker container by running the following command:

docker pull crashserver/crash.server
docker run -p 8080:8080 crashserver/crash.server

Or you can build and run it with

docker build . --label crash.server --tag crash.server
docker container create crash.server 
docker run -p 8080:8080 crash.server

Release

You can download the latest release of Crash.Server from the GitHub Releases page. Once you have downloaded the release, extract it to a folder of your choice and then run the crash.server.exe file.

Contributing

We welcome contributions to Crash.Server! To contribute, please follow these steps:

  1. Fork the Crash.Server repository.
  2. Make your changes.
  3. Create a pull request.

We will review your pull request as soon as possible.

Support

If you have any questions or issues with Crash.Server, please create a new issue on the Crash.Server GitHub page.

License

Crash.Server is available for use under the MIT License.