From 6621f30717db9cd8c3d52f6341d8fbb9e18a2fb0 Mon Sep 17 00:00:00 2001 From: Giuseppe Fabiano Date: Wed, 6 Mar 2024 15:16:07 +0100 Subject: [PATCH] Recipe per video-bundle --- index.json | 3 +++ webindustry.video-bundle.2.0.json | 44 +++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 webindustry.video-bundle.2.0.json diff --git a/index.json b/index.json index 7ecb8aa..5365ab1 100644 --- a/index.json +++ b/index.json @@ -5,6 +5,9 @@ ], "webindustry/image-bundle": [ "2.0" + ], + "webindustry/video-bundle": [ + "2.0" ] }, "branch": "master", diff --git a/webindustry.video-bundle.2.0.json b/webindustry.video-bundle.2.0.json new file mode 100644 index 0000000..e685cc4 --- /dev/null +++ b/webindustry.video-bundle.2.0.json @@ -0,0 +1,44 @@ +{ + "manifests": { + "webindustry/video-bundle": { + "manifest": { + "bundles": { + "VideoBundle\\VideoBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + } + }, + "files": { + "config/packages/video-bundle.yaml": { + "contents": [ + "video:", + " video_types:", + " - { id: 'default', label: 'Default video type' }", + " tag_types:", + " - { id: 'default', label: 'Default tag type' }", + " thumbnails:", + " allow_public_thumbnails: true", + " sizes:", + " - { id: 'default', label: 'Default', size: 720, format: 'jpg' }", + " s3:", + " region: 'eu-west-1'", + " bucket: 'changeme'", + " input_key_prefix: 'video-bundle/inputs'", + " output_key_prefix: 'video-bundle/output'", + " credentials:", + " key: 'changeme'", + " secret: 'changeme'", + "", + "parameters:", + " video_bundle_secured_path: /intranet" + ], + "executable": false + } + }, + "ref": "7038a31c22616ad9b287f594b053fbcc20beaf52" + } + } +}