leepeuker / movary

Self hosted web app to track and rate your watched movies
MIT License
396 stars 14 forks source link

Secrets no longer work for some reason #423

Open JVT038 opened 1 year ago

JVT038 commented 1 year ago

Description

The values TMDB_API_KEY_FILE and DATABASE_MYSQL_PASSWORD_FILE don't do anything.

When setting DATABASE_MYSQL_PASSWORD_FILE, Movary is unable to connect to MySQL, because no password is used. When setting TMDB_API_KEY_FILE, Movary is unable to interact with TMDB, because the API key is simply empty.

Version

0.55.1

Steps to Reproduce

  1. Set TMDB_API_KEY_FILE
  2. Launch Movary docker container
  3. See error

Screenshots

No response

Logs

No response

Server OS

DSM 7.2

Client Platform

Desktop

Client Device

No response

Client OS

No response

Client Browser

No response

Additional Context

No response

leepeuker commented 1 year ago

Hm for me it is working. Are you sure you have not some configuration error? Can you post your docker compose file/run command?

leepeuker commented 1 year ago

@JVT038 Can you give an update here? Did you solve your issue?

JVT038 commented 1 year ago

Nope, still haven't solved it.

leepeuker commented 1 year ago

Can you share your setup to see if I can reproduce the issue?