Pyinfra that deploy PhotoPrism un-dockerized. Mostly to be used in LXD/C.
This repository has been archived on 2025-02-11. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2021-09-26 15:02:23 +09:00
LICENSE Initial commit 2021-09-26 04:59:46 +00:00
README.md Add basic instructions 2021-09-26 15:02:23 +09:00

photoprism

Pyinfra that deploys PhotoPrism un-dockerized. Mostly to be used in LXD/C.

Deployment

# lxc launch images:debian/11 <name>
# lxec exec <name> bash
# apt update && apt install python3-pip git
# pip install pyinfra
# git clone https://git.benpro.fr/benoit/photoprism.git
# cd photoprism
# pyinfra @local deploy.py

Attach a pictures volume

If required, you can mount an external volume.