Intégration station d'impression photo (photostation)
- Icône discrète coin bas-gauche, visible seulement si photostation installée - Popup PIN (4 chiffres) avant lancement - Backend : /api/photostation/disponible + /api/photostation/lancer - kiosk-session.sh : Chromium attend le flag /tmp/photostation_running avant redémarrage - Script install-photostation.sh pour déploiement sur la Surface Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -22,7 +22,9 @@ for i in $(seq 1 15); do
|
||||
done
|
||||
|
||||
# Chromium en boucle : redémarre automatiquement s'il plante ou se ferme
|
||||
# Attend si la photostation est en cours d'exécution
|
||||
while true; do
|
||||
while [ -f /tmp/photostation_running ]; do sleep 1; done
|
||||
chromium \
|
||||
--kiosk \
|
||||
--noerrdialogs \
|
||||
|
||||
Reference in New Issue
Block a user