mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 17:56:34 +00:00
feat(image): enable kiosk-app OTA by default in pi-gen build
BF_ENABLE_APP_OTA gates the periodic firmware check in ui.rs:449. Our curated image is the place where it should be on — operator can flip to 0 in /etc/default/betterframe-kiosk to pin a specific build. Without this, a fresh image never picked up new dev releases even when the auto-import secrets were configured.
This commit is contained in:
parent
e26af6c0cc
commit
88bbe040e5
1 changed files with 5 additions and 0 deletions
|
|
@ -37,6 +37,11 @@ cat > /etc/default/betterframe-kiosk <<'EOF'
|
||||||
# Override the BF server discovery (default tries localhost → betterframe.local
|
# Override the BF server discovery (default tries localhost → betterframe.local
|
||||||
# → frame-eu.betterportal.net):
|
# → frame-eu.betterportal.net):
|
||||||
# BETTERFRAME_SERVER=https://frame.example.com
|
# BETTERFRAME_SERVER=https://frame.example.com
|
||||||
|
|
||||||
|
# Enable kiosk-app OTA. This image is curated and signed by us — fresh dev
|
||||||
|
# builds auto-deploy once they land in the BF server (via the build workflow's
|
||||||
|
# auto-import step). Set to 0 to pin a kiosk to its current binary.
|
||||||
|
BF_ENABLE_APP_OTA=1
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Plymouth boot splash
|
# Plymouth boot splash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue