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

balena-labs-projects/log2screen

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages