Files
galaxy/scripts
mvdbeek 0e1ff5a30c Adjust endpoint so it can receive tusd hooks
Without any proxying and tusd running as a separate service:
``
tusd -upload-dir=./database/tmp -hooks-http=http://localhost:8000/api/upload/_resumable_upload -hooks-http-forward-headers=X-Api-Key --hooks-enabled-events=post-finish
```

Adjust ./database/tmp to new_file_path, and this should work. Now we
just need to proxy `api/upload/resumable_upload` to `<tusd_port>/files`
and we're good for a production setup.
2021-10-12 13:34:55 +02:00
..
2021-02-02 16:04:44 -05:00
2020-10-07 11:52:13 +01:00
2020-10-07 11:52:13 +01:00
2020-10-07 11:52:13 +01:00
2021-03-30 12:11:48 -04:00
2021-05-11 13:47:00 -04:00
2020-10-07 11:52:13 +01:00
2021-06-10 19:41:24 +02:00