1
0
Fork 0
No description
This repository has been archived on 2024-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-03-13 20:04:04 +01:00
.idea Add unix example 2023-01-24 08:58:52 +01:00
book Add default book 2023-02-02 21:16:51 +01:00
proto Add metadata in command, add whitelist, add daemon config 2023-02-04 14:33:57 +01:00
src [Command] Print parse error and return default 2023-03-13 20:00:38 +01:00
.dockerignore Add docker to test 2023-01-31 14:36:59 +01:00
.gitignore Update gitignore 2023-03-13 20:04:04 +01:00
.tool-versions Migrate to tonic 2023-01-26 22:12:59 +01:00
build.rs Refactor proto package + bin names 2023-01-31 19:38:48 +01:00
Cargo.lock Begin add uds_windows (Not working) + add config load 2023-02-12 18:14:22 +01:00
Cargo.toml Begin add uds_windows (Not working) + add config load 2023-02-12 18:14:22 +01:00
Dockerfile Refactor proto package + bin names 2023-01-31 19:38:48 +01:00
LICENSE Initial commit 2023-01-20 14:03:27 +01:00
README.md Add mdbook in README.md 2023-02-02 21:18:27 +01:00

Project

Requirements

RUN LOCAL

  • docker build . -t gateway
  • docker run -p 22:22 gateway
  • ssh test@localhost "{\"identifier\": \"project_env\", \"token\": \"token\", \"command\": \"/bin/bash\", \"envs\": {}, \"args\": []}"

BOOK

cargo install mdbook
cd book/ && ~/.cargo/bin/mdbook watch