depado/goploader

token : how tu use it

Closed this issue · 1 comments

acaz commented

Hello

I'am interresting to using token for upload.
How can we use it for permit upload file on self hosted server ?

Thx

Hi, in your configuration file, just add a key named token like so:

token: mysupersecrettoken

This will automatically enable token usage, meaning all uploads will need to transmit this token before it is allowed to upload content to your self-hosted instance. Does this help?