Added documentation and installer support for the github secondary mirror
Container image / image (push) Successful in 1m42s

This commit is contained in:
2026-05-15 05:32:03 +00:00
parent b46c258e4e
commit e48da30240
6 changed files with 189 additions and 63 deletions
+6 -3
View File
@@ -44,10 +44,13 @@ Initial public release.
`quptime` user, `ProtectSystem=strict`, all capabilities dropped by
default.
- **Multi-arch Docker images** (`linux/amd64`, `linux/arm64`)
published to `git.cer.sh/axodouble/quptime`.
published to `git.cer.sh/axodouble/quptime` (primary) and
`ghcr.io/axodouble/quptime` (GitHub push-mirror) on every tag.
- **Static Linux binaries** (`amd64`, `arm64`) published per tag with
a `SHA256SUMS` file; the official installer verifies the checksum
before placing the binary on disk.
a `SHA256SUMS` file to both Gitea Releases (primary) and GitHub
Releases (mirror). The official installer prefers Gitea, falls back
to GitHub on failure, and verifies the checksum before placing the
binary on disk.
### Security