This will install node js and allow you to use claude code in a docker container on unraid use the compose manager plugin.
Use at your own risk This will give AI access to whatever files you pass to the container (if using filesystem mcp).
#!/bin/bash | |
# Mealie Backup Script for Unraid User Scripts | |
# This script creates a backup via Mealie's API and keeps only the last 7 backups | |
# Configuration | |
MEALIE_URL="https://my.mealiedomain.com" # Your domain or ip | |
API_TOKEN="mealie-api-toke" | |
CONTAINER_NAME="mealie" # Update if your container has a different name | |
LOG_FILE="/tmp/mealie_backup.log" # Log file location |