SignageWithAlpineLinux: Unterschied zwischen den Versionen

Inhalt gelöscht Inhalt hinzugefügt
K fixup chrome start script
KKeine Bearbeitungszusammenfassung
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1:
Signage with Alpine linux on the raspberry pi
 
=== hardware ===
This guide works for the Raspberry Pi3 and Raspberry Pi4.
 
In case you want to run a viewer for Schlangenprogrammiernacht you'll need a Raspberry Pi4 as the javascript viewer ist quite demanding
 
=== setup image ===
* Format SD-Card as FAT32 with a MSDOS partition table
Zeile 12 ⟶ 18:
** select keyboard language (e.g. de-nodeadkeys)
** choose hostname (e.g. "signage")
** chose interface to listen for DHCP for (e.g. eth0)
** select timezone (e.g. Europe/Berlin)
** add user e.g. "sign"
Zeile 21 ⟶ 28:
root> apk update
root> apk add nano
root> nano /etc/apk/repositories and #uncomment the community repository
root> apk update
 
Zeile 78 ⟶ 85:
root> apk add chromium font-noto
sign> echo "#!/bin/sh
URL=https://schlangen.bytewerk.org/watch/
chromium-browser --kiosk -incognito \
--enable-features=UseOzonePlatform --ozone-platform=wayland \
--start-fullscreen --noerrdialogs --disable-infobars --disk-cache-dir=/dev/null \
--disk-cache-size=1 'http://example.com/'$URL &
while true; do
# after a while all browsers begin to stutter. Here is a crude fix