425 B
425 B
photoprism
Pyinfra that deploys PhotoPrism un-dockerized. Mostly to be used in LXD/C.
Deployment
On LXD
# 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.