Skip to content

dav-m85/xbellum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xbellum

Dedicated webdav server for Floccus.

Main reason of existence is to list all revisions of the bookmarks set managed by Floccus. I had to convince myself it wasn't deleting bookmarks randomly.

With time, it became also a tool to deduplicate and check bookmarks.

Code is provided as is, pretty rough on the edges. Tinker at will.

Usage

mkdir data
go run main.go help
SECRET= go run main.go server

Configure your floccus with:

  • Type: XBEL file on WebDAV server
  • URL: http://127.0.0.1:8082
  • Username: Any
  • Password: the one in SECRET envvar
  • File: bookmarks.xbel
  • File Password: none

Then open your browser at localhost:8082/info, username any, password you just set.

Add/Remove some bookmarks, and push/pull floccus, you should see something like this:

Screenshot

A dockerfile is provided in case you fancy it.

About

Floccus custom WebDAV server, lists all changes to bookmarks as seen from the server. Useful for debugging Floccus.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors