navilg / media-stack

A stack of self-hosted tools to manage and stream media. Sonarr + Radarr + qBitTorrent + Prowlarr + Jellyfin + Jellyseerr + VPN
MIT License
516 stars 83 forks source link

[FEATURE REQUEST] Suggestion to update docker-compose instruction #35

Closed jcebidanes closed 5 months ago

jcebidanes commented 6 months ago

Is your feature request related to a problem? Please describe. Today on the docker-compose you have a wrong information about the password to first login on the qbittorrent

 ## Default credentials of qBittorrent - Username: admin password: adminadmin ##
  ## Change password after install from UI --> Tools --> Options --> WebUI ##
  qbittorrent:
    container_name: qbittorrent
    image: lscr.io/linuxserver/qbittorrent:4.6.2

Describe the solution you'd like To use the temporary password is necessary. After started the container, Go to the logs and use the password defined there. This password change when the container is restarted.

2024-01-07 22:45:48 [migrations] started
2024-01-07 22:45:48 [migrations] no migrations found
2024-01-07 22:45:48 usermod: no changes
2024-01-07 22:45:48 ───────────────────────────────────────
2024-01-07 22:45:48 
2024-01-07 22:45:48       ██╗     ███████╗██╗ ██████╗ 
2024-01-07 22:45:48       ██║     ██╔════╝██║██╔═══██╗
2024-01-07 22:45:48       ██║     ███████╗██║██║   ██║
2024-01-07 22:45:48       ██║     ╚════██║██║██║   ██║
2024-01-07 22:45:48       ███████╗███████║██║╚██████╔╝
2024-01-07 22:45:48       ╚══════╝╚══════╝╚═╝ ╚═════╝ 
2024-01-07 22:38:56 Connection to localhost (127.0.0.1) 5080 port [tcp/*] succeeded!
2024-01-07 22:45:44 Catching signal: SIGTERM
2024-01-07 22:45:44 Exiting cleanly
2024-01-07 22:45:49 Connection to localhost (127.0.0.1) 5080 port [tcp/*] succeeded!
2024-01-07 22:45:48 
2024-01-07 22:45:48    Brought to you by linuxserver.io
2024-01-07 22:45:48 ───────────────────────────────────────
2024-01-07 22:45:48 
2024-01-07 22:45:48 To support LSIO projects visit:
2024-01-07 22:45:48 https://www.linuxserver.io/donate/
2024-01-07 22:45:48 
2024-01-07 22:45:48 ───────────────────────────────────────
2024-01-07 22:45:48 GID/UID
2024-01-07 22:45:48 ───────────────────────────────────────
2024-01-07 22:45:48 
2024-01-07 22:45:48 User UID:    1000
2024-01-07 22:45:48 User GID:    1000
2024-01-07 22:45:48 ───────────────────────────────────────
2024-01-07 22:45:48 
2024-01-07 22:45:48 [custom-init] No custom files found, skipping...
2024-01-07 22:45:48 WebUI will be started shortly after internal preparations. Please wait...
2024-01-07 22:45:48 
2024-01-07 22:45:48 ******** Information ********
2024-01-07 22:45:48 To control qBittorrent, access the WebUI at: http://localhost:5080
2024-01-07 22:45:48 
2024-01-07 22:45:48 The WebUI administrator username is: admin
2024-01-07 22:45:48 The WebUI administrator password was not set. A temporary password is provided for this session: aEnVWQmRD
2024-01-07 22:45:48 You should set your own password in program preferences.
2024-01-07 22:45:49 [ls.io-init] done.

Describe alternatives you've considered N/A

Additional context I'm using the vpn compose.

navilg commented 5 months ago

fixed. Thanks for suggestion