mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-03 08:28:54 -04:00
Docs: Add configuration documentation
This adds documentation for the configuration of HedgeDoc. Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
44ea7604d8
commit
0512308159
7 changed files with 92 additions and 1 deletions
12
docs/content/config/media/filesystem.md
Normal file
12
docs/content/config/media/filesystem.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue