about summary refs log tree commit diff
path: root/tools/dnsmasq-leases-html/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename `tools` to `packages` to follow conventionFranck Cuny2024-03-061-36/+0
| | | | | | The convention is to use `pkgs` or `packages` for overlays and definition of custom packages. Since I'm already using `pkg` for go, I prefer to use `packages` for my scripts.
* various fixes for errors reported by deadnixFranck Cuny2023-12-151-1/+1
|
* tools/dnsmasq-leases-html: create a HTML page with leases from dnsmasqFranck Cuny2023-04-061-0/+36
Parse the file that contains all the leases assigned by dnsmasq, and create a static HTML page from it. This can be served by nginx to make it easy to see what IP is assigned to a machine, and which machines are currently on the network.