Files
photoBooth/config/settings.yaml
T

117 lines
2.1 KiB
YAML

app:
admin_password: PhotoBooth2026!
debug: false
host: 0.0.0.0
name: JH Photomaton
port: 8090
secret_key: photomaton-jh-2026-secret-change-me
button:
debounce_ms: 50
double_click_ms: 800
long_press_action: print_last
long_press_ms: 3000
max_clicks: 4
pin: 23
print_enabled: false
relay_pin: 12
button_actions:
1:
label: Photo normale
photobooth_index: 0
2:
label: Photo etoile
photobooth_index: 1
3:
label: Photo cailloux
photobooth_index: 2
4:
label: Photo soiree
photobooth_index: 3
event:
name: Evenement
slug: evenement
started_at: 0
gallery:
photos_per_page: 24
public_enabled: true
qr_base_url: https://photomaton.lessapinsduweb.com
leds:
auto_brightness: true
brightness: 180
count: 35
dma: 10
effects:
capture:
color:
- 255
- 200
- 80
flash_duration: 0.3
flashes: 2
mode: flash
captured:
color:
- 150
- 0
- 200
mode: solid
countdown:
color:
- 0
- 200
- 80
mode: fill_progressive
disabled:
color:
- 60
- 0
- 0
mode: solid
error:
color:
- 220
- 0
- 0
flashes: 4
mode: flash
finished:
color:
- 0
- 100
- 255
duration: 2.0
mode: solid
idle:
color:
- 0
- 30
- 80
mode: solid
speed: 0.025
printing:
color:
- 0
- 120
- 255
mode: spin
speed: 0.05
freq_hz: 800000
pin: 18
strip_type: WS2812
photobooth:
base_url: http://localhost:8000
config_file: /home/pi/photobooth-data/config/config.json
data_dir: /home/pi/photobooth-data
media_dir: /home/pi/photobooth-data/media/processed_full
show_delete_button: false
userdata_dir: /home/pi/photobooth-data/userdata
print:
default_copies: 1
mode: validation
printers:
- label: Selphy Blanche (WiFi)
name: Selphy_Blanche_WiFi
- label: Selphy Noire (WiFi)
name: Selphy_Noire_WiFi
script_path: /home/pi/photobooth-data/script/script_print.sh