aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormg2023-04-26 19:53:12 +0200
committermg2023-04-26 19:53:12 +0200
commit8ad005c568e5615a750ef41e4850a60659d4d100 (patch)
tree0ce3130c4d5d67ad874b56d4fdb70308dcc74fae /README.md
parent47ab99f89149352a94ebcebd034d034048881812 (diff)
add web-ui (#3)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: https://git.mgrote.net/mg/python-api-server/pulls/3
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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://<host>:5040/apidocs/``