mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
Raspberry Pi: Document setup steps for PhotoPrismPi and ensure image stays updated #1420
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#1420
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 @lastzero on GitHub (Apr 23, 2022).
Originally assigned to: @lastzero on GitHub.
As an inexperienced Raspberry Pi 4 user, I would like to have a foolproof way to run PhotoPrism on my device without having to figure out any details.
PhotoPrismPi is a ready-to-use SD card image for the Raspberry PI 4. Running this is often much easier than getting Docker & PhotoPrism to work on Raspberry Pi OS (Raspbian). For all the the reasons, see:
It would be good to mention this in our official docs so potential users can find it. Also, it would be great to set up a GitHub action to update the base image from time to time to keep the number of security issues low and the Linux/Docker base version compatible. Even a simple shell script that we can run automatically would suffice if it is tested and works reliably.
Getting Started Guide > Raspberry Pi
SD Card Image Repo
@GideonStowell commented on GitHub (Jun 22, 2022):
I find myself with some time to contribute. Point me to any additional documentation and I would happily take a crack at this.
@GideonStowell commented on GitHub (Jun 26, 2022):
@lastzero I have made some changes in the docs repo but don't have permissions to push my branch to origin. If you allow that for me I can create PR with my changes.
@graciousgrey commented on GitHub (Jul 4, 2022):
@GideonStowell there should be no permissions needed to create a pull request :)
@GideonStowell commented on GitHub (Jul 4, 2022):
@graciousgrey I'm talking about permissions to push a feature branch.
@heikomat commented on GitHub (Jul 5, 2022):
@GideonStowell as @graciousgrey said, there is no need for any permissions at all to create a PR.
To create a PR you must
After these steps, Github will allow you to open a new Pull Request with the upstream photoprism repo as base, and the branch on your forked repo as the branch to merge.
Giving people direct push-access to the photoprism repos would most likely result in chaos, because everyone could just push whatever they wanted.
@GideonStowell commented on GitHub (Jul 5, 2022):
Thanks, it wasn't clear to me that was the suggested workflow before. Make sense now.
@GideonStowell commented on GitHub (Aug 31, 2022):
After reviewing the work completed are there any objections to closing this issue?