Remove copy/pasted info

This commit is contained in:
Benoit S 2021-11-15 22:45:06 +09:00
parent 331eeab3a1
commit b78de34b26
1 changed files with 3 additions and 17 deletions

View File

@ -24,24 +24,10 @@ Run `remove.py` then `deploy.py`.
# pyinfra inventories/production.py deploy.py
```
# Attach a pictures volume
# Run linkding command
If required, you can mount external volumes. Example:
A systemd-run wrapper is installed and you can use it via `/usr/local/bin/linkding`.
```
# lxc config device add <name> <name>_disk disk source=/dev/vdf path=/mnt/pictures readonly=true raw.mount.options=noload
```
Then add it to `group_data/production.py`:
```
photoprism_originals_src='/mnt/pictures'
```
# Run photoprism command
A systemd-run wrapper is installed and you can use it via `/usr/local/bin/photoprism`.
```
# /usr/local/bin/photoprism config
# /usr/local/bin/linking manage.py
```