agentlytics
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
JavaScript★ 555
DweebUI is a WebUI for managing your containers. Simple setup, a dynamically updating dashboard, and a multi-user permi…
git clone https://github.com/lllllllillllllillll/DweebUI.gitlllllllillllllillll/DweebUI

Docker Compose:
version: "3.9"
services:
dweebui:
container_name: dweebui
image: lllllllillllllillll/dweebui
environment:
PORT: 8000
SECRET: MrWiskers
restart: unless-stopped
ports:
- 8000:8000
volumes:
- dweebui:/app
# Docker socket
- /var/run/docker.sock:/var/run/docker.sock
# Podman socket
#- /run/podman/podman.sock:/var/run/docker.sock
networks:
- dweebui_net
volumes:
dweebui:
networks:
dweebui_net:
driver: bridge
Compose setup:
docker-compose.yml then place it in a folder named dweebui.dweebui folder, then enter docker compose up -d.docker-compose up -d or execute the command as root with either sudo docker compose up -d or sudo docker-compose up -d.Configuration:
PORT - Specifies which port the service binds to on startup. Default is 8000.SECRET - A shared secret used by the registration page.more like this
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich t…
search projects, people, and tags