Companion server for codera1d-client
Find a file
2023-05-31 23:14:49 +00:00
data Initial public commit 2021-06-05 06:21:18 +00:00
src Initial public commit 2021-06-05 06:21:18 +00:00
.dockerignore Initial public commit 2021-06-05 06:21:18 +00:00
.gitignore Initial public commit 2021-06-05 06:21:18 +00:00
Cargo.lock Update dependencies to be compatiable with new rs 2023-05-31 23:14:49 +00:00
Cargo.toml Update dependencies to be compatiable with new rs 2023-05-31 23:14:49 +00:00
Dockerfile Initial public commit 2021-06-05 06:21:18 +00:00
README.md Initial public commit 2021-06-05 06:21:18 +00:00
rust-toolchain.toml Initial public commit 2021-06-05 06:21:18 +00:00

Codera1d Server

Codera1d server is the companion program to codera1d-client, allowing collaborative code raiding in Rust.

Usage

Build an image with the contained Dockerfile, add a volume to /app/data/, set the environment variable CODERA1D_API_KEY, and expose port 8000 from the container. Use the endpoint that the container is exposed to and the API Key to build codera1d-client.