leepeuker/movary

Secrets no longer work for some reason

Opened this issue · 4 comments

JVT038 commented

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

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

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

JVT038 commented

Nope, still haven't solved it.

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