yet another dashboard for your bookmarks
Find a file
2025-10-02 18:07:32 -05:00
docs showFor now works on single v4 IPs 2025-10-02 18:07:32 -05:00
extra showFor now works on single v4 IPs 2025-10-02 18:07:32 -05:00
lib add option to restrict entries to subnet 2025-09-28 16:07:23 -05:00
.dockerignore release time 😎 2024-10-04 09:46:14 -05:00
.editorconfig fix nix flake. it builds now! 2023-11-10 22:18:14 -06:00
.gitignore fix status URL parsing 2025-07-29 16:31:57 -05:00
assets.go switch from pflag to github.com/urfave/cli/v3 2025-08-25 16:22:03 -05:00
cache.go use goschtalt/approx for parsing time intervals 2025-09-05 12:44:20 -05:00
config.go showFor now works on single v4 IPs 2025-10-02 18:07:32 -05:00
develop.sh add assets/cache/status config sections, remove related CLI flags 2025-08-21 19:44:26 -05:00
docker-compose.yml update docker and docs part 2 2025-08-24 08:43:32 -05:00
Dockerfile add more default paths to search 2025-09-05 12:51:57 -05:00
flake.lock update extraneous things 2025-09-28 16:09:41 -05:00
flake.nix update extraneous things 2025-09-28 16:09:41 -05:00
go.mod use goschtalt/approx for parsing time intervals 2025-09-05 12:44:20 -05:00
go.sum use goschtalt/approx for parsing time intervals 2025-09-05 12:44:20 -05:00
helpers.go update extraneous things 2025-09-28 16:09:41 -05:00
icon.go consolidate initialization loops 2025-09-28 16:09:11 -05:00
icon.svg newer icon 2024-09-07 18:45:19 -05:00
LICENSE.md update documentation, relicense 2025-08-13 11:56:41 -05:00
main.go add option to restrict entries to subnet 2025-09-28 16:07:23 -05:00
README.md update docs 2025-09-05 12:52:51 -05:00
status.go use goschtalt/approx for parsing time intervals 2025-09-05 12:44:20 -05:00
TODO.md showFor now works on single v4 IPs 2025-10-02 18:07:32 -05:00
update.sh re-add rgb css vars, add update script 2025-09-25 20:36:48 -05:00

dashh

preview

yet another dashboard for your links.

  • easy to configure (1 yaml file required, see example)
  • incredibly light frontend (no javascript, just plain html+css)
    • uses css3 "masonry" grid layout
    • mobile friendly
    • tweakable CSS variables
    • infinitely extensible
  • server written in go

dashh is currently 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)