Skip to content

[PhotoPrism] Change default folder path for originals #5368

@asmaier

Description

@asmaier

The docker-compose file of PhotoPrism defines the orignals folder to be inside {APP_DATA_DIR}. But that does not make much sense, because users normally don't have access to that folder. Instead the originals folder should point to the /Photos directory of umbrels home directory.

So change

photoprism %diff docker-compose.yml docker-compose.yml.bak
16c16
<       - ${APP_DATA_DIR}/originals:/photoprism/originals
---
>       - ${UMBREL_ROOT}/home/Photos:/photoprism/originals

That would allow PhotoPrism to index and show all photos the user stores in the Photos directory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions