compose requirements for mediakit access to external mounts? #43
Replies: 1 comment
-
|
Hi @tincanfury, Could you clarify what specific external data you're referring to? MediaKit is designed to work exclusively with Immich's data structure. The current implementation reads:
The standard
If you have additional requirements:If you need MediaKit to access data outside of Immich's standard structure, you would need to modify the source code yourself. MediaKit isn't designed to handle external data sources beyond what Immich manages. Questions to help clarify:
This will help determine if there's a configuration issue or if custom code modifications are indeed needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the standard docker compose for mediakit only has the following volume mounted from the immich installation,
- ${IMMICH_PATH}:/immich:ro # Read-only access to Immich photosthe readme only says the following,
If I have external mounts that don't mount under the standard $IMMICH_PATH location what is the correct way to mount them for medakit to gain access to them?
Beta Was this translation helpful? Give feedback.
All reactions