From b78de34b26fe5370e8d69946e21702d51965c060 Mon Sep 17 00:00:00 2001 From: Benoit S Date: Mon, 15 Nov 2021 22:45:06 +0900 Subject: [PATCH] Remove copy/pasted info --- README.md | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 78f8d4c..274d49f 100644 --- a/README.md +++ b/README.md @@ -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 _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 ```