ynput / ayon-backend

Server codebase with API access to AYON
Apache License 2.0
22 stars 16 forks source link

Allow downloading and unpacking arbitrary files during setup #413

Open martastain opened 3 weeks ago

martastain commented 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.

"files" : [
   {
      "url": "https://example.com/mytools.zip",
      "target": "/storage/mytools"
   } 
]