Add video thumbnail support.

This commit is contained in:
Patrick Fic
2022-05-13 10:16:42 -07:00
parent fc37f09e6b
commit fa0213ce99
4 changed files with 121 additions and 2 deletions

View File

@@ -15,6 +15,11 @@ IMS_TOKEN => This will be validated on every request. If it is not sent, the req
By default, it will query from the job files. Anything duplicated to the vendor files is purely for reference.
If an invoice number is included, it will be default fetch that file only.
When looking at the bills, it will look in the bills folder of the job for an invoice that has a name that includes the invoice number. If not found, it will not show anythign.
Deleting the bill or job will not delete the media.
Batch file has to be included with partner. Reg file has to be run in order for it to work.
Caddy is used as a reverse HTTPS proxy so that CORS does not block requests. This must sit in the same dir as the docker-compose.yml file.
```markdown