Remove copy/pasted info
This commit is contained in:
parent
331eeab3a1
commit
b78de34b26
1 changed files with 3 additions and 17 deletions
20
README.md
20
README.md
|
@ -24,24 +24,10 @@ Run `remove.py` then `deploy.py`.
|
||||||
# pyinfra inventories/production.py 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
|
# /usr/local/bin/linking manage.py
|
||||||
```
|
|
||||||
|
|
||||||
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
|
|
||||||
```
|
```
|
||||||
|
|
Reference in a new issue