From 8ad005c568e5615a750ef41e4850a60659d4d100 Mon Sep 17 00:00:00 2001 From: mg Date: Wed, 26 Apr 2023 19:53:12 +0200 Subject: add web-ui (#3) Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/python-api-server/pulls/3 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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/`` -- cgit v1.2.3