#version-control #leo #web-server #web-apps #delta #web #fossil

app leo-ver-serv

A web server which accepts snapshots from Leo, and serves web application for browsing history of known Leo files

10 releases

0.1.10 Jan 23, 2024
0.1.8 Feb 29, 2020
0.1.7 Sep 28, 2019
0.1.1 Jul 30, 2019

#993 in HTTP server

Download history 10/week @ 2024-01-22 12/week @ 2024-02-26 62/week @ 2024-04-01

62 downloads per month

MIT license

550KB
10K SLoC

JavaScript 9K SLoC // 0.1% comments Rust 1K SLoC // 0.1% comments

Leo version server

leo-ver-serv is a web server which accepts POST requests from Leo. Leo sends snapshots of its current state, server calculates delta between the previous version of snapshot and the current one, and stores delta in a database. Server also serves a small web application which allows user to browse history of known Leo files.

Installation

If you already have installed cargo and rustc, it is enaugh to execute the following command:

cargo install leo-ver-serv

It requires one or two arguments. The first one is a file containing known Leo files, and the second argument optionally is a port number on which server should listen.

leo-ver-serv ~/.leo/.leoRecentFiles.txt 8088

Leo Configuration

In Leo open myLeoSettings.leo add a node under @settings with matching port:

@int history-tracer-port=8088

...and ensure history_tracer.py in body of @settings-->@enabled-plugins is uncommented.

Dependencies

~46MB
~1M SLoC