chisel-forward/README.md

17 lines
478 B
Markdown
Raw Normal View History

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
- 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