aboutsummaryrefslogtreecommitdiff
path: root/tools/dnsmasq-leases-html/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-06rename `tools` to `packages` to follow conventionFranck Cuny1-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.
2023-12-15various fixes for errors reported by deadnixFranck Cuny1-1/+1
2023-04-06tools/dnsmasq-leases-html: create a HTML page with leases from dnsmasqFranck Cuny1-6/+7
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.
2022-10-31feat(tools/gha-billing): a CLI to report minutes left/used on GHAFranck Cuny1-0/+35