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

EXTRA_ARGS is not passed to the startup script contrary to what documentation says for versions below 8.4 #51

Closed
chpasha opened this issue Jan 28, 2024 · 0 comments

Comments

@chpasha
Copy link

chpasha commented Jan 28, 2024

It is stated in documentation, that we can pass extra args to the lms. Indeed the start-container.sh in source code contains the line

su squeezeboxserver -c '/usr/bin/perl /lms/slimserver.pl --prefsdir /config/prefs --logdir /config/logs --cachedir /config/cache --httpport $HTTP_PORT $EXTRA_ARGS'

in public/8.4 code line, but $EXTRA_ARGS is missing in anything below. This is very misleading, since this possibility is mentioned in docker hub documentation without saying anything about the fact, that this will work only in 8.4 version, which has status dev (unstable) in docker hub

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

1 participant