hedgedoc/docs/content/media/filesystem.md
Philip Molares bb6d34c88c
Docs: Add Azure, Filesystem, Imgur and S3
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-02-28 17:46:00 +01:00

415 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.