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
- Set
TMDB_API_KEY_FILE
- Launch Movary docker container
- 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
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 commented
Nope, still haven't solved it.
leepeuker commented
Can you share your setup to see if I can reproduce the issue?