17 lines
478 B
Markdown
17 lines
478 B
Markdown
|
# Chisel Forward
|
||
|
This container allows to forward a local port to a remote system running chisel server.
|
||
|
|
||
|
# TODO
|
||
|
- Load Balancing
|
||
|
- Error Handling
|
||
|
- UDP
|
||
|
|
||
|
## Configuration
|
||
|
The container is configured through environment variables:
|
||
|
- `$HOST`: The host running chisel server
|
||
|
- `$LOCAL_PORT`: The local port to forward
|
||
|
- `$LOCAL_HOST`: The local host address
|
||
|
- `$REMOTE_PORT`: The remote port to expose the forward on
|
||
|
- `$USER`: Authentication User
|
||
|
- `$TOKEN`: Authentication Token
|