Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 347 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 347 Bytes

filestorage

Servisni sluzba pro management souboru.

Pouziva pro upload TUS protocol.

settings

Env vars:

  • SERVER_SECRET: secret string for JWT decoding
  • STORAGE_PATH: subpath, where chunks are stored (default: chunks)
  • DATA_FOLDER: folder where are files stored
  • HOST & PORT: obvious .. ;) (default: localhost, 1080)