diff --git a/README.md b/README.md index 3bd9894..aa8eb2d 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,18 @@ services: MAX_CONTENT_LENGTH: 10 UPLOAD_DIRECTORY: /uploads AUTH_TOKEN: myuploadtoken + ENABLE_WEBSERVER: true # if enabled a list of files can be viewed in a webbrowser (see screenshot) volumes: uploads: ``` +### ENABLE_WEBSERVER Screenshot + + +![](./assets/screenshot_webui.png) + ## API-Endpoints - see [Flasgger](https://github.com/flasgger/flasgger): ``http://:5040/apidocs/`` diff --git a/assets/screenshot_webui.png b/assets/screenshot_webui.png new file mode 100644 index 0000000..39709de Binary files /dev/null and b/assets/screenshot_webui.png differ