Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add-environment-support #211

Merged
merged 1 commit into from
Dec 16, 2018
Merged

add-environment-support #211

merged 1 commit into from
Dec 16, 2018

Commits on Dec 16, 2018

  1. add-environment-support

    For --password and --salt we now check the environment for the corresponding
    variables SYNCPLAY_PASSWORD and SYNCPLAY_SALT. If they are found their values
    are used as long as the options are not given via CLI.
    
    Setting both options this way is highly encouraged. It fixes leaking these
    secret options to other system users (e.g. on Linux everybody can see them
    with 'ps' or looking at '/proc/<pid>/cmdline'.
    mordner committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    553c023 View commit details
    Browse the repository at this point in the history