update readme

This commit is contained in:
2025-08-26 10:44:56 +02:00
parent d2f8314c73
commit 2d902c0265

View File

@@ -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 (?)