From 6c91aa1ddcfc2c25202dc9a1700ee7d11305fd6a Mon Sep 17 00:00:00 2001 From: cornerot Date: Sat, 14 Feb 2026 02:31:23 +0300 Subject: [PATCH 1/2] Update docker-compose.with-traefik.yml (#308) /etc/conduit.toml -> /etc/tuwunel.toml --- docs/deploying/docker-compose.with-traefik.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying/docker-compose.with-traefik.yml b/docs/deploying/docker-compose.with-traefik.yml index 2a8c5da6..8f19ff2e 100644 --- a/docs/deploying/docker-compose.with-traefik.yml +++ b/docs/deploying/docker-compose.with-traefik.yml @@ -20,7 +20,7 @@ services: TUWUNEL_ADDRESS: 0.0.0.0 TUWUNEL_PORT: 6167 # you need to match this with the traefik load balancer label if you're want to change it TUWUNEL_DATABASE_PATH: /var/lib/tuwunel - #TUWUNEL_CONFIG: '/etc/conduit.toml' # Uncomment if you mapped config toml above + #TUWUNEL_CONFIG: '/etc/tuwunel.toml' # Uncomment if you mapped config toml above ### Uncomment and change values as desired, note that tuwunel has plenty of config options, so you should check out the example example config too # Available levels are: error, warn, info, debug, trace - more info at: https://docs.rs/env_logger/*/env_logger/#enabling-logging # TUWUNEL_LOG: info # default is: "warn,state_res=warn" From 41d5b7ce589a4473ceddfcd7c4c3f42f88ca9431 Mon Sep 17 00:00:00 2001 From: Yukai Wu <95163755+wuyukai0403@users.noreply.github.com> Date: Sun, 15 Feb 2026 21:39:20 +0800 Subject: [PATCH 2/2] Fix a typo in troubleshooting.md --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index eb203ed0..3a8c4b11 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -13,7 +13,7 @@ You can reinvite yourself to the admin room through the following methods: - Use the `--execute "users make_user_admin "` Tuwunel binary -argument once to invite yourslf to the admin room on startup +argument once to invite yourself to the admin room on startup - Use the Tuwunel console/CLI to run the `users make_user_admin` command - Or specify the `emergency_password` config option to allow you to temporarily log into the server account (`@conduit`) from a web client