Skip to content

underscorekadji/ai-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Tools Monitoring Dashboard

Containerized personal dashboard built with Glance that aggregates AI tools resources — news, status, videos, blog posts, and links — in a single interface via Docker.

Features

  • Multi-page dashboard: Home, GitHub Copilot, ChatGPT, Claude Code, Cursor, Local LLMs
  • RSS feeds, status monitors, YouTube playlists, Reddit, bookmarks
  • Dockerized with healthcheck and modular YAML config

Prerequisites

  • Docker Desktop (includes Docker Compose v2)
  • macOS, Linux, or Windows with WSL2

Quick start

  1. Create your environment file:
cp .env.example .env
  1. Pull and start the dashboard:
docker-compose pull
docker-compose up -d
  1. Open http://localhost:8080

  2. Stop, restart, or view logs:

docker-compose down
docker-compose restart
docker-compose logs -f glance

Configuration

Page configs in config/:

  • glance.yml — main entrypoint (includes all pages)
  • index.yml — home page
  • gh-copilot.yml — GitHub Copilot
  • chatgpt.yml — ChatGPT
  • claude-code.yml — Claude Code
  • cursor.yml — Cursor
  • local-llm.yml — Local LLMs

Environment variables (.env): GLANCE_PORT (default 8080), GLANCE_HOST (default 0.0.0.0).

Edit YAML files in config/ and restart the stack to apply changes.

Local testing

Build and run the image locally:

docker-compose up -d --build

For live-editing config and assets without rebuilding, create an override file:

cp docker/docker-compose.override.yml.example docker/docker-compose.override.yml

This mounts config/ and assets/ as read-only volumes. After editing any YAML or CSS, restart the container to pick up changes:

docker-compose restart

Troubleshooting

  • Docker isn't running — start Docker Desktop and retry.
  • Port already in use — change GLANCE_PORT in .env, then restart.
  • Config errors — validate YAML in config/ and check docker-compose logs glance.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors