Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 679 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 679 Bytes

log2screen

A simple block which disables the plymouth service on boot, and prints device and application info and the journal logs to any attached HDMI display.

Add the bh.cr/balenalabs/fbcp block if you are using a RaspberryPi and have a PiDisplay or TFT attached.

Add it to your application by adding the following service to your docker-compose.yml file:

logging:
  image: bh.cr/balenalabs/log2screen
  privileged: true
  restart: always
  network_mode: host
  environment:
    - 'DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket'
  labels:
    io.balena.features.dbus: 1
    io.balena.features.supervisor-api: 1