https://github.com/dav-m85/xbellum
Floccus custom WebDAV server, lists all changes to bookmarks as seen from the server. Useful for debugging Floccus.
https://github.com/dav-m85/xbellum
floccus webdav
Last synced: about 1 year ago
JSON representation
Floccus custom WebDAV server, lists all changes to bookmarks as seen from the server. Useful for debugging Floccus.
- Host: GitHub
- URL: https://github.com/dav-m85/xbellum
- Owner: dav-m85
- License: mit
- Created: 2022-06-22T20:25:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T08:35:20.000Z (about 3 years ago)
- Last Synced: 2025-04-09T21:48:08.911Z (about 1 year ago)
- Topics: floccus, webdav
- Language: Go
- Homepage:
- Size: 90.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xbellum
Dedicated webdav server for [Floccus](https://floccus.org).
Main reason of existence is to list all revisions of the bookmarks set managed by
[Floccus](https://floccus.org). 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:

A dockerfile is provided in case you fancy it.