Closed shizunge closed 2 months ago
In additional to set ACCOUNT_TOKEN via environment, we need to read the token via a file. The file name can be set via environment ACCOUNT_TOKEN_FILE.
This allows us to pass the token via docker secrets.
No response
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
https://github.com/linuxserver/docker-foldingathome#environment-variables-from-files-docker-secrets
Thanks!
Is this a new feature request?
Wanted change
In additional to set ACCOUNT_TOKEN via environment, we need to read the token via a file. The file name can be set via environment ACCOUNT_TOKEN_FILE.
Reason for change
This allows us to pass the token via docker secrets.
Proposed code change
No response