Do we need to deploy multiple instances if we want different people/albums per display? #514
|
Let's say for different display's I want the kiosk to pick from different albums and people. Given that these are part of the server config's I assume this means for different displays if the selection is going to be different then I should just start up additional containers. From the client end I cannot send query arguments that select which people/album's it should query. I think the answer is yes, but i thought I would confirm. |
Answered by
damongolding
Aug 26, 2025
Replies: 1 comment 3 replies
|
I'm not sure I understand what you mean about your client. Are you able to input a url? You do not have to have multiple containers/instances. You can use url queries to override the base config. You can also use redirects. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add multiple album queries e.g.
https://KIOSK_URL?album=ALBUM_ID&album=ALBUM_IDsame goes for people?person=PERSON_ID&person=....I personally would (and do) use redirects as you can add the above urls to the config but then navigate/add a friendlier URL.