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,