Skip to content

nunq/behalter

Repository files navigation

behalter

simple bookmarks management

features

  • auto-fetches title and detail for url
  • add personal note to each bookmark
  • tagging, with auto-suggestions
  • search by query
  • search by tag (using 'tag:...' in the search bar)
  • search by id (using 'id:...' in the search bar)
  • duplicate detection
  • edit & delete bookmarks
  • uses just an sqlite database

setup

  • customize the http basic auth settings in behalter.nix
  • add the contents of behalter.nix to your nix config
  • cp the files to /var/lib/behalter/
  • chown to uwsgi:uwsgi
  • rebuild nix
  • restart uwsgi

screenshot

the colorscheme is supposed to resemble a pinboard with post-its.

screenshot of the behalter web ui

notes

the site itself uses an experimental new css setting to automatically show the bookmarks as cards side by side.

as of now it's only implemented in firefox and hidden behind a flag, see caniuse

in firefox' about:config set layout.css.grid-template-masonry-value.enabled to true