2024-08-30 11:28:33 +00:00
|
|
|
# Chisel Forward
|
|
|
|
This container allows to forward a local port to a remote system running chisel server.
|
|
|
|
|
|
|
|
# TODO
|
|
|
|
- Load Balancing
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
The container is configured through environment variables:
|
|
|
|
- `$HOST`: The host running chisel server
|
|
|
|
- `$LOCAL_HOST`: The local host address
|
2024-09-03 08:47:08 +00:00
|
|
|
- `$LOCAL_PORT`: The local port to forward
|
2024-08-30 11:28:33 +00:00
|
|
|
- `$REMOTE_PORT`: The remote port to expose the forward on
|
|
|
|
- `$USER`: Authentication User
|
|
|
|
- `$TOKEN`: Authentication Token
|
2024-09-03 08:47:08 +00:00
|
|
|
- `$PROTOCOL`: The protocol to use (`tcp` / `udp`)
|