some documentation
This commit is contained in:
@@ -35,7 +35,7 @@ location /flees/ {
|
|||||||
proxy_set_header X-Scheme $scheme;
|
proxy_set_header X-Scheme $scheme;
|
||||||
proxy_set_header X-Script-Name /flees;
|
proxy_set_header X-Script-Name /flees;
|
||||||
client_max_body_size 8G;
|
client_max_body_size 8G;
|
||||||
client_body_timeout 240s;
|
client_body_timeout 3600s;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@ Operation is one of download, direct_download, zip_download, or upload
|
|||||||
Download a file using the filename token (if direct download enabled)
|
Download a file using the filename token (if direct download enabled)
|
||||||
- @app.route('/download/<name>/<token>/<filename>', methods=['GET'])
|
- @app.route('/download/<name>/<token>/<filename>', methods=['GET'])
|
||||||
Download a file using the share token
|
Download a file using the share token
|
||||||
- @app.route('/download/<name>/<filename>', methods=['GET'])
|
- @app.route('/download_gui/<name>/<filename>', methods=['GET'])
|
||||||
Download a file with a browser
|
Download a file with a browser
|
||||||
- @app.route('/zip/<name>/<token>', methods=['GET'])
|
- @app.route('/zip/<name>/<token>', methods=['GET'])
|
||||||
Download the whole share as a zip file using share token
|
Download the whole share as a zip file using share token
|
||||||
|
|||||||
Reference in New Issue
Block a user