upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/nix/module.nix
AgeCommit message (Expand)Author
2026-04-10release: v1.0.2HEADv1.0.2masterDanConwayDev
2026-03-25chore: remove arbitrary default max connections limitDanConwayDev
2026-02-25drop nostr-db backend support, keep only lmdb and memoryDanConwayDev
2026-01-27feat: add NGIT_LOG_LEVEL configuration optionDanConwayDev
2026-01-21fix(nix): use separate setup service to create dataDir before namespace setupDanConwayDev
2026-01-21fix(nix): explicitly create parent directories for dataDir in tmpfilesDanConwayDev
2026-01-21feat: add archive-grasp-services configuration optionDanConwayDev
2026-01-20fix(nix): auto-create data directories with ExecStartPreDanConwayDev
2026-01-19config: increase max_connections default from 2000 to 4096DanConwayDev
2026-01-14Add explicit rate limits and total connection limitDanConwayDev
2026-01-12fix(nix): convert boolean env vars to "true"/"false" strings instead of "1"/"0"DanConwayDev
2026-01-12Change default port from 8080 to 7334 (NGIT on phone keypad)DanConwayDev
2026-01-12feat(config): add event blacklist to block all events from specific authorsDanConwayDev
2026-01-12feat(config): add repository blacklist to block specific repos/npubs/identifiersDanConwayDev
2026-01-12feat(config): add repository whitelist for curated GRASP-01 acceptanceDanConwayDev
2026-01-12feat(grasp-05): add read-only mode with auto-enable for archive configsDanConwayDev
2026-01-12feat(grasp-05): implement archive mode for backup/mirror operationDanConwayDev
2026-01-11fix(nix): add coreutils to PATH and use absolute path for cat in nsec file re...DanConwayDev
2026-01-11fix(config): trim whitespace from relay-owner-nsec CLI/env inputDanConwayDev
2026-01-11fix(nix): strip trailing newline from relay-owner-nsec fileDanConwayDev
2026-01-11fix(nix): add git and openssh to systemd service PATH for purgatory syncDanConwayDev
2026-01-11fix(nix): wrap relay-owner-nsec file read in bash shell for systemdDanConwayDev
2026-01-11fix(nix): use systemd tmpfiles for data directory creationDanConwayDev
2026-01-11fix: disable all tests during Nix buildDanConwayDev
2026-01-11fix: only run unit tests during Nix build, skip integration testsDanConwayDev
2026-01-11fix: skip integration tests that require git in Nix buildDanConwayDev
2026-01-11fix: skip git-dependent tests during Nix buildDanConwayDev
2026-01-11fix: convert nostr dependency hash to SRI formatDanConwayDev
2026-01-10feat: support multiple ngit-grasp instances in NixOS moduleDanConwayDev
2026-01-10feat: add NixOS module for deploymentDanConwayDev