yet another dashboard for your bookmarks
Find a file
2025-09-05 14:21:00 -05:00
docs fix doc format 2025-09-05 14:21:00 -05:00
extra update docker and docs part 2 2025-08-24 08:43:32 -05:00
lib use goschtalt/approx for parsing time intervals 2025-09-05 12:44:20 -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 fix doc format 2025-09-05 14:21:00 -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 allow inserting a page header 2025-02-20 18:56:55 -06:00
flake.nix update documentation, relicense 2025-08-13 11:56: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 refactor 2025-08-21 09:38:36 -05:00
icon.go look for config file if unspecified. other minor changes. 2025-08-25 18:49:25 -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 look for config file if unspecified. other minor changes. 2025-08-25 18:49:25 -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 use goschtalt/approx for parsing time intervals 2025-09-05 12:44:20 -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)