From ed338ea29f1c0f2ad82d3a45b23c0544371b5575 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 6 May 2026 15:49:18 +0300 Subject: Add new syncthing volume for ableton projects --- templates/jail_confs/syncthing.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/jail_confs/syncthing.j2 b/templates/jail_confs/syncthing.j2 index 6c518ff..980d47c 100644 --- a/templates/jail_confs/syncthing.j2 +++ b/templates/jail_confs/syncthing.j2 @@ -3,7 +3,9 @@ exec.prestart += "mount -t nullfs /usr/local/jails/volumes/storage/docs /usr/local/jails/containers/syncthing/mnt/docs || echo 'Failed to mount'"; exec.prestart += "mount -t nullfs /usr/local/jails/volumes/storage/vault /usr/local/jails/containers/syncthing/mnt/vault || echo 'Failed to mount'"; exec.prestart += "mount -t nullfs /usr/local/jails/volumes/storage/jan-systems-2025-content /usr/local/jails/containers/syncthing/mnt/jan-systems-2025-content || echo 'Failed to mount'"; +exec.prestart += "mount -t nullfs /usr/local/jails/volumes/storage/projects-ableton /usr/local/jails/containers/syncthing/mnt/projects-ableton || echo 'Failed to mount'"; +exec.poststop += "umount /usr/local/jails/containers/syncthing/mnt/projects-ableton || echo 'Failed to umount'"; exec.poststop += "umount /usr/local/jails/containers/syncthing/mnt/jan-systems-2025-content || echo 'Failed to umount'"; exec.poststop += "umount /usr/local/jails/containers/syncthing/mnt/vault || echo 'Failed to umount'"; exec.poststop += "umount /usr/local/jails/containers/syncthing/mnt/docs || echo 'Failed to umount'"; -- cgit v1.3