mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-03 23:33:57 +00:00
* boilerplate for Box provider
TODO:
- adapter
- index
- website/src/docs
- tests
* Box provider implementation
- adapter
- index
- npm bufoonery
- lil' fixes
and MORE!
TODO:
- thumbnails 🤬
- tests
- docs
* Box provider: add brand icon, fix file icons
- token issues with thumbnail/logout
* Box provider: fix thumbnails, upload
- fix tokens for box
- implement `size()`
- make debug logging easier to find (bold blue)
learned:
- box needs cookie auth
- thumbnail requests come back as 202s
TODO:
- fix logout with form POST (zoom example)
* Box provider: fix logout
- add client info as formData to revoke post
TODO:
- tests cleanup
- package-lock fix
- docs
* Box provider: docs
TODO:
- tests
* Box provider: cleanup
TODO:
- tests
* fix error msg path for Box
- remove comment
* keeping up
- update ProviderViews import
- fix version string on Box package.json
* companion,box: exclude box from global module/examples while in beta
Co-authored-by: Ifedapo .A. Olarewaju <ifedapoolarewaju@gmail.com>
42 lines
969 B
Text
42 lines
969 B
Text
NODE_ENV=dev
|
|
COMPANION_PORT=3020
|
|
COMPANION_DOMAIN=uppy.xxxx.com
|
|
COMPANION_SELF_ENDPOINT=uppy.xxxx.com
|
|
COMPANION_HIDE_METRICS=false
|
|
COMPANION_HIDE_WELCOME=false
|
|
|
|
COMPANION_PROTOCOL=https
|
|
COMPANION_DATADIR=/mnt/uppy-server-data
|
|
COMPANION_SECRET=
|
|
COMPANION_SECRET_FILE=
|
|
|
|
COMPANION_DROPBOX_KEY="dropbox_key"
|
|
COMPANION_DROPBOX_SECRET="dropbox_secret"
|
|
COMPANION_DROPBOX_SECRET_FILE="path/to/dropbox/secret"
|
|
|
|
COMPANION_BOX_KEY="box_key"
|
|
COMPANION_BOX_SECRET="box_secret"
|
|
COMPANION_BOX_SECRET_FILE="path/to/box/secret"
|
|
|
|
COMPANION_GOOGLE_KEY=
|
|
COMPANION_GOOGLE_SECRET=
|
|
COMPANION_GOOGLE_SECRET_FILE=
|
|
|
|
COMPANION_INSTAGRAM_KEY=
|
|
COMPANION_INSTAGRAM_SECRET=
|
|
COMPANION_INSTAGRAM_SECRET_FILE=
|
|
|
|
COMPANION_FACEBOOK_KEY=
|
|
COMPANION_FACEBOOK_SECRET=
|
|
COMPANION_FACEBOOK_SECRET_FILE=
|
|
|
|
COMPANION_AWS_KEY=
|
|
COMPANION_AWS_SECRET=
|
|
COMPANION_AWS_SECRET_FILE=
|
|
COMPANION_AWS_BUCKET=
|
|
COMPANION_AWS_ENDPOINT=
|
|
COMPANION_AWS_REGION=
|
|
|
|
COMPANION_ZOOM_KEY=
|
|
COMPANION_ZOOM_SECRET=
|
|
COMPANION_ZOOM_SECRET_FILE=
|