Keep the web token out of the startup log
The daemon printed http://<bind>/?token=<token> at every start. The token signs in as the admin, and in the container that line lands in docker logs, readable by anyone with Docker access on Tower. It now says where the token is kept instead; config.toml already has it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Security
|
||||
|
||||
- The daemon no longer prints the web token when it starts, so it stays out of `docker logs`. It
|
||||
says where the token is kept instead: `[web] token` in config.toml.
|
||||
|
||||
## [0.8.2] - 2026-09-19
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user