An open API service indexing awesome lists of open source software.

https://github.com/slatyo/commandhub-core

CommandHub Core
https://github.com/slatyo/commandhub-core

Last synced: over 1 year ago
JSON representation

CommandHub Core

Awesome Lists containing this project

README

          

# Installation

### Clone the repository

```bash
git clone https://github.com/Slatyo/commandhub-core.git
```

### Generate RSA Private Key and Self-Signed Certificate

Using a 2048-bit RSA private key and a corresponding self-signed X.509 certificate generated with OpenSSL for TLS encryption.

```bash
openssl req -x509 -newkey rsa:2048 -nodes -keyout key.pem -out cert.pem -days 365
```

### Build the server

```bash
cargo build
```

# Configuration

Create the `.env` file

```bash
cp .env.example .env
```