1
0
Fork 0
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.
command_gateway/README.md

26 lines
488 B
Markdown
Raw Permalink Normal View History

2023-10-31 11:43:18 +01:00
# Archived !!!
Use https://github.com/ovh/the-bastion instead
2023-01-26 22:12:59 +01:00
# Project
## Requirements
2023-01-31 14:36:59 +01:00
- `protobuf` see [tonic dependencies](https://github.com/hyperium/tonic#dependencies)
## RUN LOCAL
- `docker build . -t gateway`
- `docker run -p 22:22 gateway`
2023-02-02 21:18:27 +01:00
- `ssh test@localhost "{\"identifier\": \"project_env\", \"token\": \"token\", \"command\": \"/bin/bash\", \"envs\": {}, \"args\": []}"`
## BOOK
```shell
cargo install mdbook
```
```shell
cd book/ && ~/.cargo/bin/mdbook watch
2023-10-31 11:43:18 +01:00
```