Keyring not being accessed by Docker Container
Describe the bug I try to use the secretservice to store the password as suggested. But when starting the docker container it cannot be found. Using the pw in the config works
To Reproduce Store the password in secretservice, start zwift
Additional context When starting the container the following message appears:
Password not found in the SecretService keyring, you can store it with `secret-tool store --label "Zwift password for [myemailadress]" application zwift username [myemailadress]`
So I did exactly like suggested in the message and still receive that error. Maybe docker cannot access the secret store?
@Jmennius you have any clue?
@Guacam-Ole can you try running manually secret-tool lookup application zwift username <username> (substitute your configured username here), what is the output (does it show the password or is there an error? you don't have to show us the password of course)?
relates to #178