Docs: Add Azure, Filesystem, Imgur and S3

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-02-28 17:46:00 +01:00 committed by David Mehren
parent 0ac88439ea
commit bb6d34c88c
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
4 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# Filesystem
You can use your local filesystem to handle your image uploads in HedgeDoc.
You just add the following lines to your configuration:
<small>(with the appropriate substitution for `<DIRECTORY>` of course)</small>
```
HD_MEDIA_BACKEND="filesystem"
HD_MEDIA_BACKEND_FILESYSTEM_UPLOAD_PATH="<DIRECTORY>"
```
Please make sure that the user that runs HedgeDoc is able to write to the uploads directory.