hedgedoc/docs/content/references/config/media/filesystem.md
Philip Molares e07cd62596 docs: restructure documentation
This rewrite follows the principles of https://diataxis.fr/

Co-authored-by: Erik Michelson <github@erik.michelson.eu>
Signed-off-by: Philip Molares <philip.molares@udo.edu>
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2023-09-17 21:50:21 +02:00

408 B

Filesystem

You can use your local filesystem to handle your image uploads in HedgeDoc.

You just add the following lines to your configuration:
(with the appropriate substitution for <DIRECTORY> of course)

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.