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-10-31 11:43:18 +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 [DAEMON] Add endpoint support 2023-03-13 21:55:59 +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 [DAEMON] Add endpoint support 2023-03-13 21:55:59 +01:00
Cargo.toml [DAEMON] Add endpoint support 2023-03-13 21:55:59 +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 Update README.md 2023-10-31 11:43:18 +01:00

Archived !!!

Use https://github.com/ovh/the-bastion instead

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