Replies: 3 comments 1 reply
-
Thank you for sharing how to setup PhotoPrism with Podman :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Should it be moved on the docs repo? https://github.com/photoprism/photoprism-docs |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am not sure if people are looking at the discussions in the docs repo. But I would add it to the docs itself in a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
as askted in the forum. My way to get startet with podman. As i could start it as a user.
As u have just installed podman as usual and done the intro to install it for use as a user you shoud start the container with
https://wiki.archlinux.org/index.php/Podman#Rootless_Podman
config: /home/[user]/photoprism/.photoprism,
# mkdir -p ~/photoprism/.photoprism
than a orginals folder and maybe a import folder.
# mkdir -p ~/photoprism/photoprism/original
# mkdir -p ~/photoprism/photoprism/import
next i load my library sortet to years/month-event, so u need this path too.
I did a nextcloud sync to a local folder and bind the subfolders seperatly to maybe be able to grow/shrink by insert or deletet some filepaths
You need to clear [IP-to-bind] with your one or to clear this to connect to all local interfaces
You need to replace the [user] in path or set your paths. My ones are an example
My next step will be to create a pod with a mysql database inside.
One thing i have seen with my podman version 2.1.1. if i start it as a root user behind my firewall rules, it was missing to update the firewall for 'cstate new' rule
#Regards
Beta Was this translation helpful? Give feedback.
All reactions