GhostWriters / DockSTARTer

DockSTARTer helps you get started with running apps in Docker.
https://dockstarter.com/
MIT License
2.19k stars 226 forks source link

Added some info for the docs on how to access WebUI #1726

Closed psan-dev closed 5 months ago

psan-dev commented 5 months ago

Pull request

Purpose qBittorrent randomly generates a password for WebUI which is only printed to stdout upon startup. This may pose an impediment to some users.

Approach Added documentation to guide users on how to successfully access WebUI

Learning Own research

Requirements Check all boxes as they are completed

nemchik commented 5 months ago

Could you instead run docker logs qbittorrent after starting the container for the first time? That should show the password without the need to run two shells and kill the process while watching the output.

psan-dev commented 5 months ago

Could you instead run docker logs qbittorrent after starting the container for the first time? That should show the password without the need to run two shells and kill the process while watching the output.

Yeah, this is fair. That's probably a better suggestion.

nemchik commented 5 months ago

Could you instead run docker logs qbittorrent after starting the container for the first time? That should show the password without the need to run two shells and kill the process while watching the output.

Yeah, this is fair. That's probably a better suggestion.

If you'd like to add information about viewing the temp password from the logs to the documentation that would be accepted.