mergedrop: 1.0.2 — add MongoDB sidecar + env, required by new vid-merger source

This commit is contained in:
2026-08-20 23:15:58 -07:00
parent 66a7bb82e2
commit a40228a495
3 changed files with 30 additions and 7 deletions
+4 -4
View File
@@ -7,14 +7,14 @@
"port": 8765,
"id_name": "mergedrop",
"description": "Self-hosted drag-and-drop video merger. Drop clips, reorder, and build a single MP4 with ffmpeg.",
"tipi_version": 2,
"version": "1.0.1",
"tipi_version": 3,
"version": "1.0.2",
"dynamic_config": true,
"supported_architectures": ["amd64"],
"categories": ["media", "utilities"],
"short_desc": "Drag, sort, merge — your videos into one MP4.",
"author": "MergeDrop",
"source": "https://git.alexzaw.dev/alexz/video-merger",
"source": "https://git.alexzaw.dev/alexz/vid-merger",
"form_fields": [
{
"type": "text",
@@ -31,5 +31,5 @@
"env_variable": "MERGEDROP_MAX_FILE_SIZE"
}
],
"updated_at": 1787292618234
"updated_at": 1787292951819
}