Web token printed in the startup log #40
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At every start the daemon printed
web ui at http://<bind>/?token=<token>. The token signs in as the admin, and in the container that line lands indocker logs, readable by anyone with Docker access on Tower. Found reading production's logs on 2026-09-19.Fixed in
3625cf4, released in 0.8.3 and deployed: the startup line now says where the token is kept ([web] tokenin config.toml), never what it is. Checked:docker logs iPodderX | grep -c token=is 0.