S4DSAuth node added. Some other nodes deleted

This commit is contained in:
MrMatiz2 2025-07-06 18:44:45 -05:00
commit 392231e695
16 changed files with 4910 additions and 222 deletions

View file

@ -21,7 +21,7 @@ if [ -z "$PACKAGE_NAME" ]; then
fi
# Set the target directory based on the package name.
TARGET_DIR="/var/lib/docker/volumes/n8n-self-hosted_n8n_data/_data/custom/$PACKAGE_NAME"
TARGET_DIR="/var/lib/docker/volumes/n8n-nodes-starter-s4ds_n8n_data/_data/custom/$PACKAGE_NAME"
echo "Detected package name: '$PACKAGE_NAME'"
echo "Target deployment directory: '$TARGET_DIR'"
@ -53,7 +53,7 @@ echo "Deployment complete."
# Step 3: Restart n8n
##############################
echo "Restarting n8n..."
docker container restart n8n-self-hosted-n8n-1
docker container restart n8n-nodes-starter-s4ds-n8n-1
# Logging for debugging
docker logs -f n8n-self-hosted-n8n-1
docker logs -f n8n-nodes-starter-s4ds-n8n-1