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

User would like to set a password for connecting via airport #370

Open
jellyfish-bot opened this issue Dec 11, 2020 · 1 comment
Open

User would like to set a password for connecting via airport #370

jellyfish-bot opened this issue Dec 11, 2020 · 1 comment
Labels
airplay Everything about the airplay container enhancement New feature or request

Comments

@jellyfish-bot
Copy link

jellyfish-bot commented Dec 11, 2020

[rahul-thakoor] We are using shairport-sync for the airport plugin. It does allow setting a password for connecting. We should allow setting this via an environment variable.

We can then start Airplay using something like:

# Start AirPlay
exec shairport-sync \
  --name "$SOUND_DEVICE_NAME" \
  --output pa \
  --password "$AIRPLAY_PASSWORD" \
  | echo "Shairport-sync started. Device is discoverable as $SOUND_DEVICE_NAME"

if $AIRPLAY_PASSWORD is set.

@jellyfish-bot
Copy link
Author

[rahul-thakoor] This issue has attached support thread https://jel.ly.fish/51162774-cdd6-43bf-90a9-1f338af526ea

@AlexProgrammerDE AlexProgrammerDE added airplay Everything about the airplay container enhancement New feature or request labels Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
airplay Everything about the airplay container enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants