From 2d902c02654a43630423695b3eac70f3607cabb5 Mon Sep 17 00:00:00 2001 From: pstruebi Date: Tue, 26 Aug 2025 10:44:56 +0200 Subject: [PATCH] update readme --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8b73933..a4e9fc5 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,16 @@ EOF sudo systemctl reload ssh ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no pi@raspi.local -# per-device Provisioning +# per-device Provisioning For production, the devices need to be provisoned uniquely - provision with rpi-sb-provisioner - access the webinterface with ssh -L 3142:127.0.0.1:3142 pi@192.168.178.52 - http://localhost:3142 -- install vpn with a unique configuration -- set the hostname -- if custom device without ui: - - set channel name etc. in bumble-auracast/src/auracast/.env -- start the application (script if custom device, server and frontend if ui version) -- activate overlayfs (?) +- using ssh: + - install vpn with a unique configuration under /etc/wireguard/wg0.conf + - wg-quick up wg0 + - set the hostname + - if custom device without ui: + - set channel name etc. in bumble-auracast/src/auracast/.env + - start the application (script if custom device, server and frontend if ui version) + - activate overlayfs (?)