Files
verstack/config.example.json
Verstack Local f73167de85 Add downloadable VMs and improve catalog processing
Package Apple Silicon VM exports and cached runtime switching with local cabinet controls and conagent provisioning. Preserve experimental SPIKE 2 emulation.

Improve preparation concurrency, Ghidra checkpoints, signature importing, sound indexing and client-side spectrograms. Include regression tests and validation notes.
2026-09-14 20:03:59 -05:00

57 lines
1.4 KiB
JSON

{
"archive": "./data/archive",
"workspace": "/tmp/verstack-workspace",
"import_roots": [
"./samples"
],
"preparation_workers": 1,
"workspace_bytes": 8589934592,
"bind": "127.0.0.1:8080",
"plugins": {
"zip-extract": {
"command": [
"python3",
"/home/jordan/verstack/plugins/zip_extract.py"
],
"version": "zip-extract/1",
"settings": {},
"timeout_seconds": 7200
},
"import-extract": {
"command": [
"python3",
"/home/jordan/verstack/plugins/import_extract.py"
],
"version": "import-extract/4",
"processing_revision": 4,
"settings": {},
"source_root": "/home/jordan/verstack/plugins",
"timeout_seconds": 14400
},
"media-extract": {
"command": [
"python3",
"/home/jordan/verstack/plugins/media_extract.py"
],
"version": "media-extract/4",
"settings": {},
"source_root": "/home/jordan/verstack/plugins",
"processing_revision": 4,
"timeout_seconds": 14400
},
"media-preview": {
"command": [
"python3",
"/home/jordan/verstack/plugins/media_preview.py"
],
"version": "media-preview/3",
"settings": {},
"source_root": "/home/jordan/verstack/plugins",
"processing_revision": 3,
"timeout_seconds": 14400
}
},
"require_ram_workspace": true,
"processing_enabled": false
}