../projects / gitea-dash
+========================================================================+
GITEA-DASH
// at-a-glance dashboard for self-hosted Gitea
+========================================================================+
Lightweight dashboard for self-hosted Gitea instances. Surfaces repo activity, open issues, pull requests, and runner state in one view so you can see what your forge is doing without clicking through five tabs.
- > Single-pane view across repos, issues, and PRs
- > Reads directly from the Gitea API — no extra backend
- > Self-hostable alongside your existing Gitea instance
----------------------------------------------------------------------------------------
> what it does
Self-hosted Gitea is great until you need to know what your forge is actually doing. Gitea-Dash is a single-page overview: open PRs across all repos, recent issue activity, runner state, last commit per repo. Reads the Gitea API directly — no separate backend, no database.
> running it
- >Drop it behind your existing reverse proxy (Caddy, Traefik, nginx).
- >Point it at your Gitea instance with a personal access token.
- >That’s it. No persistence layer to back up.
Source on https://gitea.com/v0rts/gitea-dash.