From c528cf7268463c84a050129665ce08814fd1d420 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 12 Apr 2026 11:52:58 -0500 Subject: Add doorbell-viewport role RPi4 portrait touchscreen that shows a live UniFi Protect RTSP stream on doorbell ring or touch, with display fully off at idle. Supports warm prebuffer, vcgencmd/drm/panel display backends, evdev touch input, and configurable DRM device/connector/mode. --- doorbell-viewport/templates/doorbell-viewport.env.j2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doorbell-viewport/templates/doorbell-viewport.env.j2 (limited to 'doorbell-viewport/templates/doorbell-viewport.env.j2') diff --git a/doorbell-viewport/templates/doorbell-viewport.env.j2 b/doorbell-viewport/templates/doorbell-viewport.env.j2 new file mode 100644 index 0000000..3863dbc --- /dev/null +++ b/doorbell-viewport/templates/doorbell-viewport.env.j2 @@ -0,0 +1,12 @@ +DOORBELL_VIEWPORT_PROTECT_HOST={{doorbell_viewport_protect_host}} +DOORBELL_VIEWPORT_PROTECT_USERNAME={{vault_doorbell_viewport_protect_username}} +DOORBELL_VIEWPORT_PROTECT_PASSWORD={{vault_doorbell_viewport_protect_password}} +DOORBELL_VIEWPORT_CAMERA_ID={{doorbell_viewport_camera_id}} +DOORBELL_VIEWPORT_TIMEOUT={{doorbell_viewport_timeout}} +DOORBELL_VIEWPORT_TOUCH_MATCH={{doorbell_viewport_touch_match}} +DOORBELL_VIEWPORT_PREBUFFER_MODE={{doorbell_viewport_prebuffer_mode}} +DOORBELL_VIEWPORT_DISPLAY_BACKEND={{doorbell_viewport_display_backend}} +DOORBELL_VIEWPORT_ORIENTATION={{doorbell_viewport_orientation}} +DOORBELL_VIEWPORT_DRM_DEVICE={{doorbell_viewport_drm_device}} +DOORBELL_VIEWPORT_DRM_CONNECTOR={{doorbell_viewport_drm_connector}} +DOORBELL_VIEWPORT_DRM_MODE={{doorbell_viewport_drm_mode}} -- cgit v1.2.3