diff options
| author | mg | 2023-04-26 19:53:12 +0200 |
|---|---|---|
| committer | mg | 2023-04-26 19:53:12 +0200 |
| commit | 8ad005c568e5615a750ef41e4850a60659d4d100 (patch) | |
| tree | 0ce3130c4d5d67ad874b56d4fdb70308dcc74fae /README.md | |
| parent | 47ab99f89149352a94ebcebd034d034048881812 (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.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 + + + + ## API-Endpoints - see [Flasgger](https://github.com/flasgger/flasgger): ``http://<host>:5040/apidocs/`` |