Gronis / docker-seafile-client

Run a seafile client inside docker which can sync files from seafile repositories
MIT License
18 stars 12 forks source link

provide password as a secret #17

Open akostadinov opened 1 day ago

akostadinov commented 1 day ago

Providing password as an environment variable or on the command line exposes it to other processes on the host. Reading it from file, potentially as a secret will be much better.