From 1be09be9dbaa2f47544605f940d57a9ba6de77b1 Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Tue, 30 Sep 2025 12:01:23 +0200 Subject: [PATCH] chore: queue-file path to container --- Containerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Containerfile b/Containerfile index 3aa217b..6625df5 100644 --- a/Containerfile +++ b/Containerfile @@ -51,6 +51,12 @@ COPY <<-EOT /data/config.json "daemon": true, "dry_run": false, "out_dir": "/data/vids", + "http_api": { + "enable": true, + "listen": "127.0.0.1:4416", + "auth_token_file": "/run/secrets/subsyt-token", + "queue_file": "/data/api-queue.json" + }, "provider": { "youtube": { "verbose": false,