Initial commit: Thanos Systems Monitor
- Cyberpunk-themed Unraid dashboard - Disk usage monitoring with ring charts - System metrics (CPU, Memory, Parity) - Docker container status display - Optimized for Raspberry Pi 3 - GraphQL API integration 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
7
config-example.js
Normal file
7
config-example.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// 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'
|
||||
};
|
||||
Reference in New Issue
Block a user