No description
Find a file
JMARyA 198950b678
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
CI
2024-12-08 14:35:48 +01:00
.woodpecker CI 2024-12-08 14:35:48 +01:00
.env fix 2024-09-03 10:47:08 +02:00
docker-compose.yml fix 2024-09-03 10:47:08 +02:00
Dockerfile fix 2024-09-03 10:47:08 +02:00
entrypoint.sh fix 2024-09-03 10:47:08 +02:00
README.md fix 2024-09-03 10:47:08 +02: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
  • $LOCAL_PORT: The local port to forward
  • $REMOTE_PORT: The remote port to expose the forward on
  • $USER: Authentication User
  • $TOKEN: Authentication Token
  • $PROTOCOL: The protocol to use (tcp / udp)