Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 11 Aug 00:40
· 38 commits to main since this release

Quota Manager v0.1.2.

Install on the gateway laptop:

sudo apt install ./quota-manager_0.1.2_all.deb

Or, with the apt repository configured (see README):

sudo apt-get update && sudo apt-get install quota-manager

The package configures the network stack, installs the Python
dependencies into /opt/quota-manager/.venv, wires the
quota-gateway systemd service and starts it. See the README for
the post-install router steps (disable DHCP, disable IPv6/RA).


Added

  • Browsing history per device (History tab). Pick a device and a time
    window (24 hours to 14 days) to see its most-visited sites, hourly activity,
    and recent lookups. Each person can have their own retention period, and an
    All devices view combines the whole household with names attached
    ([Yahya], [Mom], …). Recording is capped so it never grows unbounded
    and never slows down browsing.

Changed

  • New dashboard theme — deep purple frosted-glass styling, and device
    cards stacked full-width so everything has room to breathe.

Fixed

  • Browsing history stayed empty even though recording was on — two setup
    problems (a log-format mismatch and a disabled include-folder) meant queries
    were silently thrown away. Both fixed; history now fills in.