mirror of
https://github.com/photoprism/photoprism-docs.git
synced 2026-04-25 02:35:50 +03:00
[GH-ISSUE #3] Questions about details in Setup documentation #1
Labels
No labels
bug
docs 📚
done
enhancement
enhancement
help wanted
idea
low-priority
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism-docs#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @scotws on GitHub (Jan 1, 2020).
Original GitHub issue: https://github.com/photoprism/photoprism-docs/issues/3
As an end-user with some familiarity with Docker, I have some questions regarding the Setup documentation:
In Step 1, can the line
-v ~/Pictures:/home/photoprism/Pictures/Originalshave the:ro(read-only) parameter added without ill effects? Or will this mean that (say) thumbnails will not be stored once generated?In Updating, does Photoprism play nice with Watchtower (https://github.com/containrrr/watchtower)? Some of us are too lazy to update their containers by hand.
Possibly missing:
docker-compose.ymlcorrectly). This should probably be documented here, because it conflicts for instance with the Telnet port of Evennia (https://github.com/evennia/evennia). -- It's possible, however, that I've just misunderstood the setup, because the exposure is only indocker-compose.ymland not the script presented here. Is 4000 only exposed for testing/development?Some further questions I don't see covered yet:
Thank you!
@lastzero commented on GitHub (Jan 1, 2020):
We will always provide a Docker image, but some users asked for a binary because they don't know Docker and don't want to use Docker. However, building a single binary turned out to be more difficult than thought.
As mentioned in the related issue, we will not modify any original file. Read-only basically means you can not import, upload, convert or delete. The thumbnail path must be writable. Originals obviously is not for thumbnail.
We use Watchtower for our demo, however note that the database is still changed a lot and we can not provide a smooth upgrade path for the multiple changes we do each day. So you have to re-index for now (and delete the old db, which are just files inside the container by default).
We don't want to use the same port as mysql, so we've chosen 4000. If that causes issues, what would be a good choice? Also you don't need to expose it, if you don't want to use SQL tools.
We work on an ARM image, there is an issue for this in our main repo.
I have no experience with Podman, sorry.