• v0.1.1 82c90c24b5

    v0.1.1
    All checks were successful
    Release / release (push) Successful in 3s
    Stable

    josephembrey released this 2026-03-21 22:50:31 -04:00 | 46 commits to main since this release

    Added

    • josephembrey.crosswatch.tag (default "latest") for the container image; replaces a hardcoded :latest reference.
    • josephembrey.scrutiny.zfs.collectorTag (default "latest-collector-zfs") for the ZFS collector sidecar image.
    • docs/OPTIONS.md — container modules must expose a tag (or nested tag) per OCI image; defaults must match the tag previously hardcoded on image so unchanged configs keep the same pull behavior.

    Fixed

    • josephembrey.uptime-kuma — avoid services.uptime-kuma.settings.PORT conflicting with nixpkgs (mkDefault "3001" vs homelab "3030"): set PORT with lib.mkOverride 999 so the homelab default wins over upstream mkDefault but plain consumer assignments still override. Caddy reverse_proxy uses the merged settings.PORT so host overrides stay in sync with the app.
    Downloads