Open martastain opened 3 weeks ago
Add an option to download and unpack zip files to /storage or anywhere in the container based on template.json / provisioning data.
/storage
template.json
"files" : [ { "url": "https://example.com/mytools.zip", "target": "/storage/mytools" } ]
Add an option to download and unpack zip files to
/storage
or anywhere in the container based ontemplate.json
/ provisioning data.