Add all your friends and family.
What's Changed
The main highlight is that users can now add multiple people to a kiosk instance, so you can now look at all the beautiful faces of your friends and family. I have added some documentation to the README under the FAQ section. I will add it here too, for ease.
Q: How do I set multiple people?
A: 👇
- via config.yaml file
person:
- PERSON_ID
- PERSON_ID
- via ENV in your docker-compose file use a
,
to separate IDs
environment:
KIOSK_PERSON: "PERSON_ID,PERSON_ID,PERSON_ID"
- via url quires
http://{URL}?person=PERSON_ID&person=PERSON_ID&person=PERSON_ID
🚀 New Features
- Support for multiple people.
📓 Documentation
- Added more FAQs.
🔨 Maintenance
- Added Github action for releasing docker image.
Other changes
- Embedding assets to lay ground for deployment of binary along side docker .
- Renamed DEBUG var to KIOSK_DEBUG so debug mode works within docker.
- Added RandomItem util function for slices.