From f8399c32263ccbd40da57775297413ea03c0617b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=BCffner?= Date: Mon, 26 Feb 2024 20:45:00 +0100 Subject: [PATCH] custom: note to add snapshot url to moonraker.conf --- custom/docker-compose.custom.moonraker-timelapse.override.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom/docker-compose.custom.moonraker-timelapse.override.yaml b/custom/docker-compose.custom.moonraker-timelapse.override.yaml index 731d50f..81c8668 100644 --- a/custom/docker-compose.custom.moonraker-timelapse.override.yaml +++ b/custom/docker-compose.custom.moonraker-timelapse.override.yaml @@ -20,6 +20,9 @@ ## ``` ## [timelapse] ## output_path: /opt/timelapse/ +## +## [webcam] +## snapshot_url: http://webcam:8080/snapshot ## ``` ## 3. Add your personal config to this file and copy it to the root of the repository, ## overwriting the existing docker-compose.override.yaml