Port forwarding via chisel
Find a file
JMARyA 79b9058823
All checks were successful
build / deploy (push) Successful in 2m36s
ci
2024-09-10 21:56:00 +02:00
.forgejo/workflows ci 2024-09-10 21:56:00 +02: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)