// API Configuration Example // Copy this file to the beginning of script.js and replace with your actual values const API_CONFIG = { serverUrl: 'http://YOUR_UNRAID_SERVER_IP:PORT/graphql', apiKey: 'YOUR_API_KEY_HERE' };