-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
enhancementEnhancement or improvement of an existing featureEnhancement or improvement of an existing featurereleasedAvailable in the stable releaseAvailable in the stable release
Description
When trying to upload images in RAW format (ARW) I'm get 400 "Invalid request" back:
This did not happen a few days back.
My setup is as following:
- I have a raspberry PI connected to my local network
- Photoprism volumes redirect to an external hard drive
docker-compose:
volumes:
# Your photo and video files ([local path]:[container path]):
- "/mnt/backup/fotos:/photoprism/originals/hdd"
# Multiple folders can be indexed by mounting them as sub-folders of /photoprism/originals:
# - "/mnt/Family:/photoprism/originals/Family" # [folder_1]:/photoprism/originals/[folder_1]
# - "/mnt/Friends:/photoprism/originals/Friends" # [folder_2]:/photoprism/originals/[folder_2]
# Mounting an import folder is optional (see docs):
# - "~/Import:/photoprism/import"
# Permanent storage for settings, index & sidecar files (DON'T REMOVE):
- "/mnt/photoprism-storage/storage:/photoprism/storage"
The DB driver is SQLite, the rest is all default setup
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementEnhancement or improvement of an existing featureEnhancement or improvement of an existing featurereleasedAvailable in the stable releaseAvailable in the stable release
Type
Projects
Status
Release 🌈

