diff --git a/Kapitel 13/Tutorial.md b/Kapitel 13/Tutorial.md index 224ad98..600ef52 100644 --- a/Kapitel 13/Tutorial.md +++ b/Kapitel 13/Tutorial.md @@ -678,7 +678,7 @@ In diesem Schritt erstellen wir den eigentlichen Workflow in **n8n**. Er sorgt d ```bash NC_USER=DEIN_NC_USER # Nextcloud-Benutzer, dem die Dateien gehören sollen NC_TARGET_SUBPATH="Medien/VODs" # Zielordner innerhalb von Nextcloud (wie er im Web erscheint) - NC_DATA="/srv/nextcloud/app/nextcloud/data" # Basis-Datenverzeichnis deiner Nextcloud-Instanz + NC_DATA="/mnt/hdd/nextcloud_data" # Basis-Datenverzeichnis deiner Nextcloud-Instanz DROP_BASE="/home/sftp_uploader/incoming" # SFTP-Drop-Zone von sftp_uploader PHP="/usr/bin/php" OCC="/srv/nextcloud/app/nextcloud/occ"