diff --git a/docs/configuration/setting-folder-permissions.md b/docs/configuration/setting-folder-permissions.md new file mode 100644 index 000000000..b5ae27b76 --- /dev/null +++ b/docs/configuration/setting-folder-permissions.md @@ -0,0 +1,4 @@ +# Setting folder permissions for Image Attachments +In order for Netbox to write to the folder when uploading attachments, you need to modify the folder owner to be netbox (or whatever user you are running Netbox under). Following the instructions thus far provided, complete the following: + +```chown -R netbox:netbox /opt/netbox/netbox/media/image-attachments``` \ No newline at end of file