agentlytics
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
An open-source dashboard designed to manage your server/homelab applications and services.
git clone https://github.com/AnthonyGress/lab-dash.gitAnthonyGress/lab-dashThis is an open-source user interface designed to be your internally hosted homepage for your homelab/server.
Lab Dash features a customizable grid layout where you can add various widgets:
You can easily customize your dashboard by:
You have complete control over your data and dashboard configuration.
This only requires docker to be installed. Install Docker. Run using docker compose
---
services:
lab-dash:
container_name: lab-dash
image: ghcr.io/anthonygress/lab-dash:latest
privileged: true
#network_mode: host # for monitoring network usage stats. run `sudo ufw allow 2022/tcp` on ubuntu to allow access through firewall
ports:
- 2022:2022
environment:
- SECRET=YOUR_SECRET_KEY # any random string for used for encryption.
# You can run `openssl rand -base64 32` to generate a key
volumes:
- /sys:/sys:ro
- /docker/lab-dash/config:/config
- /docker/lab-dash/uploads:/app/public/uploads
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped
Lab Dash can aslo be accessed from any web browser via
http://localhost:2022 on the device running the container192.168.x.x:2022 on local networkwww.your-homepage.com using your custom domain nameLab Dash can also be installed as an app on your computer/phone as a PWA (Progressive Web App):
Important
You should assign a static IP address for you server so any LAN/WAN device can access the Lab Dash instance.
Simply copy/download the docker-compose.yml or add it to an existing docker-compose file.
docker compose up -d
This docker container will restart automatically after reboots unless it was manually stopped. This is designed to be run on your hosting server.
docker compose downnpm install
npm run dev
lab-dash stackcd /directory_of_compose_yamldocker compose downdocker compose pulldocker compose up -dContributions to Lab Dash are welcome! Please follow these guidelines:
This code is provided for informational and educational purposes only. I am not associated with any of the services/applications mentioned in this project.
more like this
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
search projects, people, and tags