~bigbes/sr-ht-compare: 4f396188

rename the service to diff.sr.ht

The instance-facing name changes and nothing else does: the config.ini section,
the origin, the apk package, the nginx block and the systemd unit are all
diff.sr.ht now, and the brand's red service label reads "diff" because chrome
derives it from the section name.

What deliberately stays is everything whose rename would cost more than it is
worth: the Go module path, the repository name, the comparesrht binary, and the
/~owner/repo/compare/base...head routes people have in their history. README
says so at the top so the split is not read as an oversight.

bigbes <bigbes@gmail.com> — 2026-08-09 07:51:07 UTC

Commit 4f3961888c6889fc2ea19c9bcbb68359015d3475view raw patch

Parent(s): 19f05857

23 changed file(s)

FileStatus+
.build.yml M +1 -1
APKBUILD M +1 -1
Makefile M +2 -2
README.md M +27 -18
authz/authz.go M +1 -1
authz/authz_test.go M +2 -2
authz/doc.go M +2 -2
cmd/comparesrht/main.go M +6 -6
cmd/comparesrht/main_test.go M +1 -1
config.example.ini M +10 -10
contrib/compare-srht.servicecontrib/diff-srht.service R +2 -2
contrib/compare.sr.ht.confcontrib/diff.sr.ht.conf R +6 -6
contrib/dev-stub/main.go M +3 -3
core/errors.go M +1 -1
docs/ci.md M +1 -1
docs/inline-comments.md M +7 -7
frontend/package.json M +1 -1
frontend/src/app.ts M +1 -1
gitx/gitx.go M +1 -1
scss/main.scss M +1 -1
web/router.go M +1 -1
web/server.go M +4 -4
web/web_test.go M +2 -2