1
0
Fork
You've already forked dashh
0
yet another dashboard for your bookmarks
  • Go 53.5%
  • Nix 30.1%
  • HTML 15%
  • Dockerfile 0.9%
  • Shell 0.5%
2026年03月21日 09:36:32 -05:00
docs move sources to src/, update flake.nix 2026年03月21日 09:36:32 -05:00
extra move sources to src/, update flake.nix 2026年03月21日 09:36:32 -05:00
src move sources to src/, update flake.nix 2026年03月21日 09:36:32 -05:00
.dockerignore move sources to src/, update flake.nix 2026年03月21日 09:36:32 -05:00
.editorconfig fix nix flake. it builds now! 2023年11月10日 22:18:14 -06:00
.gitignore move sources to src/, update flake.nix 2026年03月21日 09:36:32 -05:00
develop.sh move sources to src/, update flake.nix 2026年03月21日 09:36:32 -05:00
docker-compose.yml move sources to src/, update flake.nix 2026年03月21日 09:36:32 -05:00
Dockerfile move sources to src/, update flake.nix 2026年03月21日 09:36:32 -05:00
flake.lock update nix module 2026年03月18日 20:24:42 -05:00
flake.nix move sources to src/, update flake.nix 2026年03月21日 09:36:32 -05:00
go.mod -m update nix flake, make pinger work, update links 2026年03月19日 21:22:17 -05:00
go.sum -m update nix flake, make pinger work, update links 2026年03月19日 21:22:17 -05:00
LICENSE.md update documentation, relicense 2025年08月13日 11:56:41 -05:00
README.md move sources to src/, update flake.nix 2026年03月21日 09:36:32 -05:00
TODO.md move sources to src/, update flake.nix 2026年03月21日 09:36:32 -05:00
update.sh move sources to src/, update flake.nix 2026年03月21日 09:36:32 -05:00

dashh

preview

a quiet link dashboard.

  • easy to configure (1 yaml file required, see example)
  • light frontend (no javascript, just plain html+css)
    • mobile friendly
    • css3 masonry grid layout on desktop
    • custom CSS with first-class variable support
    • lazy-loading so icons can fill in later
  • server written in go

dashh is in alpha, therefore everything is subject to change without warning.

read the docs here

command-line usage

 -p, --port <int> HTTP server port (default 8327)
 -v, --verbose Enable debug logging
 <config> Your dashboard configuration file (Required)