1
0
forked from finn/tinyboard

compose.yaml, setup-spoke.sh: scope syncthing mount to data directory only, move config/certs to named Docker volume, syncthing.sh: update add folder path example

This commit is contained in:
Justin Oros
2026-04-18 21:08:22 -07:00
parent 982b8a8641
commit 9e4fba591a
3 changed files with 8 additions and 4 deletions

View File

@@ -222,7 +222,7 @@ else:
add_folder() {
header "Add Folder"
read -rp "Folder path on this device (e.g. /var/syncthing/docs): " FOLDER_PATH
read -rp "Folder path on this device (e.g. /var/syncthing/data/books): " FOLDER_PATH
[ -n "$FOLDER_PATH" ] || die "Path cannot be empty."
read -rp "Folder label (human-readable name): " FOLDER_LABEL
[ -n "$FOLDER_LABEL" ] || die "Label cannot be empty."