WebTunnel documentation (docker Setup, Reverse config file)

Hello,

Two remarks about the documentation.

1/ On this page : Tor Project | WebTunnel Docker setup
This command does not work on my config (Ubuntu 24.04.1 LTS and Docker version 27.3.1)

$ docker compose exec webtunnel-bridge get-bridge-line.sh

The good one is this one :

docker exec webtunnelBridge get-bridge-line.sh

The name of the docker change to webtunnelBridge on
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel/-/raw/main/release/container/docker-compose.yml
and the docker command change.

2/ On this page : Tor Project | WebTunnel Bridge
Could it be possible to add Caddy config file (which is available here : webtunnel/templates/Caddyfile.j2 at main · nvjacobo/webtunnel · GitHub )

Thks

3 Likes

I clearly recommend Caddy, which is much easier to set up than nginx. In this case, the installation of ACME or similar is not necessary because Caddy takes care of it itself.

1 Like