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 ```