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

[Suggestion] VNCPWD to load as a secret #89

Closed
Maypul opened this issue May 1, 2024 · 1 comment
Closed

[Suggestion] VNCPWD to load as a secret #89

Maypul opened this issue May 1, 2024 · 1 comment

Comments

@Maypul
Copy link

Maypul commented May 1, 2024

Hello,

is it something that could be implemeneted in the future? I'd like to have an option to load VNC password from a file using docker secrets.

As an exaple, in the compose, it could look like this:

soulseek:
(.,..)
secrets:
- source: soulseek_vnc_password
target: /run/secrets/soulseek_vnc_password
environment:
VNCPWD_FILE: /run/secrets/soulseek_vnc_password

Benefit with it is that, the password in not readable in the variables.

@realies
Copy link
Owner

realies commented May 5, 2024

Can you check if this works with the latest build, @Maypul?

@realies realies closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants