19 lines
414 B
Markdown
19 lines
414 B
Markdown
# 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.
|